aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2022-10-01 00:32:07 +0200
committerHelge Deller <deller@gmx.de>2022-10-11 12:01:24 +0200
commit027c3d345e2a1ea61d6e4506a250eb392e6e7b18 (patch)
tree3ab5d76322bf449d54977d5af1a1b85e5775a8dc /arch/parisc/include
parentparisc: Reduce kernel size by packing alternative tables (diff)
downloadlinux-dev-027c3d345e2a1ea61d6e4506a250eb392e6e7b18.tar.xz
linux-dev-027c3d345e2a1ea61d6e4506a250eb392e6e7b18.zip
parisc: Convert PDC console to an early console
Rewrite the PDC console to become an early console. Beside the fact that now boot information is visible until another (text- or graphics) console takes over, this benefits as well machines with a yet-unsupported STI console and kgdb. Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include')
-rw-r--r--arch/parisc/include/asm/pdc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/parisc/include/asm/pdc.h b/arch/parisc/include/asm/pdc.h
index b643092d4b98..fcbcf9a96c11 100644
--- a/arch/parisc/include/asm/pdc.h
+++ b/arch/parisc/include/asm/pdc.h
@@ -19,9 +19,6 @@ extern unsigned long parisc_pat_pdc_cap; /* PDC capabilities (PAT) */
#define PDC_TYPE_SYSTEM_MAP 1 /* 32-bit, but supports PDC_SYSTEM_MAP */
#define PDC_TYPE_SNAKE 2 /* Doesn't support SYSTEM_MAP */
-void pdc_console_init(void); /* in pdc_console.c */
-void pdc_console_restart(void);
-
void setup_pdc(void); /* in inventory.c */
/* wrapper-functions from pdc.c */