From 2c8bb51991e94a4d85e68b587778c7d5e19d5e74 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Mon, 24 Oct 2005 15:21:52 +1000 Subject: [PATCH] --- yaml --- r: 11639 b: refs/heads/master c: 7c7eb28481a038c3859a0efcf38ac5b642aca212 h: refs/heads/master i: 11637: c6b9bbd524c4dbbfe5f832f08ef36cc34d7632cd 11635: 75dfc197f49ae558b16353fc1bdeaff816564c12 11631: 52f1f2be17e9b5b6d1f320dd56c55d22f3f029f9 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/platforms/iseries/lpevents.c | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 31baaf417852..864d07f2d7ab 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6fdf5392caa4c3cba65add0a4beec9f5eb96b723 +refs/heads/master: 7c7eb28481a038c3859a0efcf38ac5b642aca212 diff --git a/trunk/arch/powerpc/platforms/iseries/lpevents.c b/trunk/arch/powerpc/platforms/iseries/lpevents.c index f8b4155b0481..54c7753dbe05 100644 --- a/trunk/arch/powerpc/platforms/iseries/lpevents.c +++ b/trunk/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);