Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18134
b: refs/heads/master
c: 0c79358
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jan 12, 2006
1 parent 304983e commit 5d5a1fa
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 26 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35efbcabdc217f2b3a73bf3b895559e8f269e258
refs/heads/master: 0c79358b874af31430cf8d26540ae7b8713505f6
3 changes: 0 additions & 3 deletions trunk/arch/m68k/amiga/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,6 @@ void __init config_amiga(void)
mach_floppy_setup = amiga_floppy_setup;
#endif
mach_reset = amiga_reset;
#ifdef CONFIG_DUMMY_CONSOLE
conswitchp = &dummy_con;
#endif
#if defined(CONFIG_INPUT_M68K_BEEP) || defined(CONFIG_INPUT_M68K_BEEP_MODULE)
mach_beep = amiga_mksound;
#endif
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/m68k/apollo/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,6 @@ void config_apollo(void) {
mach_set_clock_mmss = dn_dummy_set_clock_mmss; /* */
mach_process_int = dn_process_int;
mach_reset = dn_dummy_reset; /* */
#ifdef CONFIG_DUMMY_CONSOLE
conswitchp = &dummy_con;
#endif
#ifdef CONFIG_HEARTBEAT
mach_heartbeat = dn_heartbeat;
#endif
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/m68k/atari/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,6 @@ void __init config_atari(void)
mach_reset = atari_reset;
#ifdef CONFIG_ATARI_FLOPPY
mach_floppy_setup = atari_floppy_setup;
#endif
#ifdef CONFIG_DUMMY_CONSOLE
conswitchp = &dummy_con;
#endif
mach_max_dma_address = 0xffffff;
#if defined(CONFIG_INPUT_M68K_BEEP) || defined(CONFIG_INPUT_M68K_BEEP_MODULE)
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/m68k/hp300/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,6 @@ void __init config_hp300(void)
mach_reset = hp300_reset;
#ifdef CONFIG_HEARTBEAT
mach_heartbeat = hp300_pulse;
#endif
#ifdef CONFIG_DUMMY_CONSOLE
conswitchp = &dummy_con;
#endif
mach_max_dma_address = 0xffffffff;

Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/m68k/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ void __init setup_arch(char **cmdline_p)
}
}

#ifdef CONFIG_DUMMY_CONSOLE
conswitchp = &dummy_con;
#endif

switch (m68k_machtype) {
#ifdef CONFIG_AMIGA
case MACH_AMIGA:
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/m68k/mac/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,6 @@ void __init config_mac(void)
mach_reset = mac_reset;
mach_halt = mac_poweroff;
mach_power_off = mac_poweroff;
#ifdef CONFIG_DUMMY_CONSOLE
conswitchp = &dummy_con;
#endif
mach_max_dma_address = 0xffffffff;
#if 0
mach_debug_init = mac_debug_init;
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/m68k/q40/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@ void __init config_q40(void)
mach_heartbeat = q40_heartbeat;
#endif
mach_halt = q40_halt;
#ifdef CONFIG_DUMMY_CONSOLE
conswitchp = &dummy_con;
#endif

/* disable a few things that SMSQ might have left enabled */
q40_disable_irqs();
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/m68k/sun3/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ void __init config_sun3(void)
mach_hwclk = sun3_hwclk;
mach_halt = sun3_halt;
mach_get_hardware_list = sun3_get_hardware_list;
#if defined(CONFIG_DUMMY_CONSOLE)
conswitchp = &dummy_con;
#endif

memory_start = ((((int)&_end) + 0x2000) & ~0x1fff);
// PROM seems to want the last couple of physical pages. --m
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/m68k/sun3x/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ void __init config_sun3x(void)
mach_get_model = sun3_get_model;
mach_get_hardware_list = sun3x_get_hardware_list;

#ifdef CONFIG_DUMMY_CONSOLE
conswitchp = &dummy_con;
#endif

sun3_intreg = (unsigned char *)SUN3X_INTREG;

/* only the serial console is known to work anyway... */
Expand Down

0 comments on commit 5d5a1fa

Please sign in to comment.