[PATCH 4/10] powerpc: iseries: Fix a bogus comment

Michael Ellerman michael at ellerman.id.au
Thu Oct 13 18:42:16 EST 2005


A comment in lpevents.c refers to code that's actually in HvCallEvent.h.
The code in HvCallEvent.h is pretty obvious, so just remove the comment
altogether.

Signed-off-by: Michael Ellerman <michael at ellerman.id.au>
---

 arch/powerpc/platforms/iseries/lpevents.c |    6 +-----
 1 files changed, 1 insertion(+), 5 deletions(-)

Index: kexec/arch/powerpc/platforms/iseries/lpevents.c
===================================================================
--- kexec.orig/arch/powerpc/platforms/iseries/lpevents.c
+++ kexec/arch/powerpc/platforms/iseries/lpevents.c
@@ -184,11 +184,7 @@ void setup_hvlpevent_queue(void)
 {
 	void *eventStack;
 
-	/*
-	 * Allocate a page for the Event Stack. The Hypervisor needs the
-	 * absolute real address, so we subtract out the KERNELBASE and add
-	 * in the absolute real address of the kernel load area.
-	 */
+	/* Allocate a page for the Event Stack. */
 	eventStack = alloc_bootmem_pages(LpEventStackSize);
 	memset(eventStack, 0, LpEventStackSize);
 



More information about the Linuxppc64-dev mailing list