[PATCH] mips: clean up 32/64-bit configuration

Start cleaning 32-bit vs. 64-bit configuration.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Ralf Baechle
2005-09-03 15:56:16 -07:00
کامیت شده توسط Linus Torvalds
والد 63fb6fd1c8
کامیت 875d43e72b
110فایلهای تغییر یافته به همراه332 افزوده شده و 321 حذف شده

مشاهده پرونده

@@ -28,7 +28,7 @@ void momenco_ocelot_restart(char *command)
{
/* base address of timekeeper portion of part */
void *nvram = (void *)
#ifdef CONFIG_MIPS64
#ifdef CONFIG_64BIT
0xfffffffffc807000;
#else
0xfc807000;