patch-2.4.20 linux-2.4.20/include/video/fbcon.h

Next file: linux-2.4.20/init/do_mounts.c
Previous file: linux-2.4.20/include/scsi/sg.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/video/fbcon.h linux-2.4.20/include/video/fbcon.h
@@ -206,7 +206,8 @@
 #define fb_writel sbus_writel
 #define fb_memset sbus_memset_io
 
-#elif defined(__i386__) || defined(__alpha__) || defined(__x86_64__)
+#elif defined(__i386__) || defined(__alpha__) || \
+      defined(__x86_64__) || defined(__hppa__)
 
 #define fb_readb __raw_readb
 #define fb_readw __raw_readw

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)