aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64/btext.h
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-22 15:36:52 +1000
committerPaul Mackerras <paulus@samba.org>2005-10-22 15:36:52 +1000
commit529294d59fdc77bf15f00f2308bbeb73e03e7042 (patch)
treee04c555d8c1ed398b1543442e0f2d4d82b360acb /include/asm-ppc64/btext.h
parentppc64: Add a `primary' argument to pci_process_bridge_OF_ranges (diff)
downloadlinux-dev-529294d59fdc77bf15f00f2308bbeb73e03e7042.tar.xz
linux-dev-529294d59fdc77bf15f00f2308bbeb73e03e7042.zip
ppc64: Rearrange btext initialization for consistency with ppc32
Moved init_boot_display from arch/ppc64/kernel/pmac_setup.c to arch/ppc64/kernel/btext.c and declared it in asm-ppc64/btext.h. Call it from init_early rather than pmac_init_early. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r--include/asm-ppc64/btext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc64/btext.h b/include/asm-ppc64/btext.h
index 67aef0cc72c0..71cce36bc630 100644
--- a/include/asm-ppc64/btext.h
+++ b/include/asm-ppc64/btext.h
@@ -15,6 +15,7 @@ extern int boot_text_mapped;
extern int btext_initialize(struct device_node *np);
extern void map_boot_text(void);
+extern void init_boot_display(void);
extern void btext_update_display(unsigned long phys, int width, int height,
int depth, int pitch);