X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=arch%2Fmips%2Floongson%2Fcommon%2Freset.c;h=d57f1719da959b669dc7810b121cb95a7cf2a112;hb=e2fee5723bbda4a05c86f16a9d0f889a2c4ecede;hp=97e918251edd4b84507e8c8c6d160f2b82a55544;hpb=e8be5283881cb96bafb751e1f9ea34c4e6fc2845;p=safe%2Fjmp%2Flinux-2.6 diff --git a/arch/mips/loongson/common/reset.c b/arch/mips/loongson/common/reset.c index 97e9182..d57f171 100644 --- a/arch/mips/loongson/common/reset.c +++ b/arch/mips/loongson/common/reset.c @@ -22,7 +22,7 @@ static void loongson_restart(char *command) mach_prepare_reboot(); /* reboot via jumping to boot base address */ - ((void (*)(void))ioremap_nocache(BONITO_BOOT_BASE, 4)) (); + ((void (*)(void))ioremap_nocache(LOONGSON_BOOT_BASE, 4)) (); } static void loongson_halt(void)