diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-02-01 07:08:53 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-02-11 02:25:56 +0100 |
commit | 401945212b8a5c3a66218771745e6cfca16e5157 (patch) | |
tree | 24a9a81762169e6c9e3995137d91ee828221f10d /arch/arm/mach-s5pv310/include/mach/map.h | |
parent | ARM: S5PV310: Add support System MMU on SMDKV310 (diff) | |
download | linux-401945212b8a5c3a66218771745e6cfca16e5157.tar.xz linux-401945212b8a5c3a66218771745e6cfca16e5157.zip |
ARM: S5PV310: Cleanup System MMU
This patch cleans following up.
- Moved definition of System MMU IPNUM into mach/sysmmu.h
- Removed useless SYSMMU_DEBUG configuration
- Removed useless header file plat/sysmmu.h
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv310/include/mach/map.h')
-rw-r--r-- | arch/arm/mach-s5pv310/include/mach/map.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-s5pv310/include/mach/map.h b/arch/arm/mach-s5pv310/include/mach/map.h index 74d400625a23..3060f78e12ab 100644 --- a/arch/arm/mach-s5pv310/include/mach/map.h +++ b/arch/arm/mach-s5pv310/include/mach/map.h @@ -124,8 +124,6 @@ #define S5PV310_PA_SYSMMU_TV 0x12E20000 #define S5PV310_PA_SYSMMU_MFC_L 0x13620000 #define S5PV310_PA_SYSMMU_MFC_R 0x13630000 -#define S5PV310_SYSMMU_TOTAL_IPNUM 16 -#define S5P_SYSMMU_TOTAL_IPNUM S5PV310_SYSMMU_TOTAL_IPNUM /* compatibiltiy defines. */ #define S3C_PA_UART S5PV310_PA_UART |