Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11614
b: refs/heads/master
c: 0458060
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mackerras committed Oct 20, 2005
1 parent edb099f commit e08ae08
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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: 399fe2bdd315c3a678b59b72659c4ed1ce0e1a24
refs/heads/master: 0458060c1c59c5378d8fb5daabe18cf4681c35cd
8 changes: 8 additions & 0 deletions trunk/arch/powerpc/kernel/setup_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,10 @@ void __init setup_system(void)
*/
finish_device_tree();

#ifdef CONFIG_BOOTX_TEXT
init_boot_display();
#endif

/*
* Initialize xmon
*/
Expand Down Expand Up @@ -1039,6 +1043,10 @@ void __init setup_arch(char **cmdline_p)
/* initialize the syscall map in systemcfg */
setup_syscall_map();

#ifdef CONFIG_DUMMY_CONSOLE
conswitchp = &dummy_con;
#endif

ppc_md.setup_arch();

/* Use the default idle loop if the platform hasn't provided one. */
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/powerpc/platforms/pseries/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,6 @@ static void __init pSeries_setup_arch(void)
find_and_init_phbs();
eeh_init();

#ifdef CONFIG_DUMMY_CONSOLE
conswitchp = &dummy_con;
#endif

pSeries_nvram_init();

/* Choose an idle loop */
Expand Down

0 comments on commit e08ae08

Please sign in to comment.