mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-02 21:30:29 +00:00
Remove unused TARGET_M68K, by the way correct the bad SCC info provided to kernel
This commit is contained in:
parent
ff4ae42548
commit
4898661e76
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user