aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorMilton Miller <[email protected]>2006-06-10 09:54:16 -0700
committerLinus Torvalds <[email protected]>2006-06-10 11:02:05 -0700
commit938473b24636d77dc5e9c3f41090d071b6cf4389 (patch)
tree0a4146d723f52a87b7ec296227748da2ee1b677a /scripts/patch-kernel
parent57a62fed871eb2a95f296fe6c5c250ce21b81a79 (diff)
[PATCH] powerpc: console_initcall ordering issues
From: Milton Miller <[email protected]> The add_preferred_console call in rtas_console.c was not causing the console to be selected. It turns out that the add_preferred_console was being called after the hvc_console driver was registered. It only works when it is called before the console driver is registered. Reorder hvc_console.o after the hvc_console drivers to allow the selection during console_initcall processing. Signed-off-by: Milton Miller <[email protected]> Signed-off-by: Anton Blanchard <[email protected]> Cc: Paul Mackerras <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions