]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc: iseries: Fix a bogus comment
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 24 Oct 2005 05:21:52 +0000 (15:21 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 24 Oct 2005 05:42:24 +0000 (15:42 +1000)
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@ellerman.id.au>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
arch/powerpc/platforms/iseries/lpevents.c

index f8b4155b0481ddc3a060eddd2b23e9d737eeb346..54c7753dbe0592d39c38cf0ba5fd4bb3b2be80e9 100644 (file)
@@ -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);