config.c (16217dc79dbc599b110dda26d0421df47904bba4) | config.c (a1a9e88f708fc1c5602cbe9761f246c6acbc27cd) |
---|---|
1/* 2 * linux/arch/m68k/mac/config.c 3 * 4 * This file is subject to the terms and conditions of the GNU General Public 5 * License. See the file COPYING in the main directory of this archive 6 * for more details. 7 */ 8 --- 148 unchanged lines hidden (view full) --- 157 mach_get_model = mac_get_model; 158 arch_gettimeoffset = mac_gettimeoffset; 159 mach_hwclk = mac_hwclk; 160 mach_set_clock_mmss = mac_set_clock_mmss; 161 mach_reset = mac_reset; 162 mach_halt = mac_poweroff; 163 mach_power_off = mac_poweroff; 164 mach_max_dma_address = 0xffffffff; | 1/* 2 * linux/arch/m68k/mac/config.c 3 * 4 * This file is subject to the terms and conditions of the GNU General Public 5 * License. See the file COPYING in the main directory of this archive 6 * for more details. 7 */ 8 --- 148 unchanged lines hidden (view full) --- 157 mach_get_model = mac_get_model; 158 arch_gettimeoffset = mac_gettimeoffset; 159 mach_hwclk = mac_hwclk; 160 mach_set_clock_mmss = mac_set_clock_mmss; 161 mach_reset = mac_reset; 162 mach_halt = mac_poweroff; 163 mach_power_off = mac_poweroff; 164 mach_max_dma_address = 0xffffffff; |
165#if defined(CONFIG_INPUT_M68K_BEEP) || defined(CONFIG_INPUT_M68K_BEEP_MODULE) | 165#if IS_ENABLED(CONFIG_INPUT_M68K_BEEP) |
166 mach_beep = mac_mksound; 167#endif 168 169 /* 170 * Determine hardware present 171 */ 172 173 mac_identify(); --- 969 unchanged lines hidden --- | 166 mach_beep = mac_mksound; 167#endif 168 169 /* 170 * Determine hardware present 171 */ 172 173 mac_identify(); --- 969 unchanged lines hidden --- |