commit | 1a0c3ea65ca4838a803a14f0ff2bfc78aa69c9a0 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Sat Nov 10 04:30:36 2007 +0100 |
committer | Thomas Gleixner <tglx@apollo.(none)> | Sat Nov 10 04:30:36 2007 +0100 |
tree | 879cae5b04833b67393e0655eedec26f421d3cca | |
parent | 3c5fd9c77d609b51c0bab682c9d40cbb496ec6f1 [diff] |
voyager: use struct instead of PARAM Use struct boot_params instead of PARAM + 0xoffsets. Fixes one of many Voyager build problems. arch/x86/kernel/setup_32.c:543: error: 'PARAM' undeclared (first use in this function) Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: James Bottomley <James.Bottomley@steeleye.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>