summaryrefslogtreecommitdiffstats
path: root/drivers/video/dummycon.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-01-10 05:27:25 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-01-10 05:27:25 +0000
commitc9c06167e7933d93a6e396174c68abf242294abb (patch)
treed9a8bb30663e9a3405a1ef37ffb62bc14b9f019f /drivers/video/dummycon.c
parentf79e8cc3c34e4192a3e5ef4cc9c6542fdef703c0 (diff)
Merge with Linux 2.4.0-test12.
Diffstat (limited to 'drivers/video/dummycon.c')
-rw-r--r--drivers/video/dummycon.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/dummycon.c b/drivers/video/dummycon.c
index 3e08ebcb2..f7a09a5d0 100644
--- a/drivers/video/dummycon.c
+++ b/drivers/video/dummycon.c
@@ -20,6 +20,9 @@
#if defined(__arm__)
#define DUMMY_COLUMNS ORIG_VIDEO_COLS
#define DUMMY_ROWS ORIG_VIDEO_LINES
+#elif defined(__hppa__)
+#define DUMMY_COLUMNS 80 /* fixme ! (mine uses 160x64 at 1280x1024) */
+#define DUMMY_ROWS 25
#else
#define DUMMY_COLUMNS 80
#define DUMMY_ROWS 25