Re: [PATCH] Unify crashkernel reservation for 32 and 64 bit

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Bernhard Walle
Date: Friday, June 20, 2008 - 7:02 am

* Ingo Molnar [2008-06-20 15:56]:

The only difference was the calculation of memory -- it's more
complicated on i386 because of high memory support, so that was
outsourced to an inline function. However, because the highmem is in

  #ifdef CONFIG_HIGHMEM
  #endif

and CONFIG_HIGHMEM is off on x86-64, that doesn't matter. Do you see
another issue?

I tested it on both x86-64 and i386, with CONFIG_KEXEC on and off (so
that it compiles).



Bernhard
-- 
Bernhard Walle, SUSE LINUX Products GmbH, Architecture Development
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Unify crashkernel reservation for 32 and 64 bit, Bernhard Walle, (Fri Jun 20, 6:38 am)
Re: [PATCH] Unify crashkernel reservation for 32 and 64 bit, Bernhard Walle, (Fri Jun 20, 7:02 am)