patch-2.4.0-test2 linux/include/asm-arm/arch-arc/hardware.h
Next file: linux/include/asm-arm/arch-ebsa285/hardware.h
Previous file: linux/include/asm-alpha/unistd.h
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Mon Jun 19 17:59:34 2000
- Orig file:
v2.4.0-test1/linux/include/asm-arm/arch-arc/hardware.h
- Orig date:
Wed Apr 26 16:34:09 2000
diff -u --recursive --new-file v2.4.0-test1/linux/include/asm-arm/arch-arc/hardware.h linux/include/asm-arm/arch-arc/hardware.h
@@ -25,11 +25,6 @@
#include <asm/memc.h>
#define HAS_VIDC
-/*
- * Optional hardware
- */
-#define HAS_EXPMASK
-
/* Hardware addresses of major areas.
* *_START is the physical address
* *_SIZE is the size of the region
@@ -100,7 +95,6 @@
#endif
-#ifdef HAS_EXPMASK
#ifndef __ASSEMBLY__
#define __EXPMASK(offset) (((volatile unsigned char *)EXPMASK_BASE)[offset])
#else
@@ -109,7 +103,5 @@
#define EXPMASK_STATUS __EXPMASK(0x00)
#define EXPMASK_ENABLE __EXPMASK(0x04)
-
-#endif
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)