From 4898661e7699ddb4e6012d9a615ec35a81bda6d5 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Wed, 23 Jun 2004 17:28:46 +0000 Subject: [PATCH] Remove unused TARGET_M68K, by the way correct the bad SCC info provided to kernel --- second/bootinfo.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/second/bootinfo.c b/second/bootinfo.c index d42d6cb..04e4c9b 100644 --- a/second/bootinfo.c +++ b/second/bootinfo.c @@ -116,10 +116,8 @@ void bootinfo_init(char* command_line, char* ramdisk_start, unsigned long ramdisk_size) { long ram; -#ifdef TARGET_M68K unsigned long gmt_bias; MachineLocation where; -#endif /* I'm a macintosh, I know, I'm sure */ @@ -212,11 +210,6 @@ void bootinfo_init(char* command_line, boot_info.bi_mac.bootver = 108; -#ifdef TARGET_M68K - - if (arch_type == gestaltPowerPC) - return; - /* boot time and time zone */ boot_info.bi_mac.args = 0; @@ -360,7 +353,6 @@ void bootinfo_init(char* command_line, if (MacHasHardware(gestaltHasSCCIOP)) boot_info.bi_mac.HwMap |= HW_MAP_SCC_IOP; #endif /* EXTENDED_HW_MAP */ -#endif /* TARGET_M68K */ } static char *