From e3c262579d503d4765e1aa7712d6dcd359de37ba Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Fri, 28 Feb 2014 17:03:45 +0100 Subject: [PATCH] hw: rename core/cpu/ in core/processor_driver/ ref #1083 --- base-hw/src/core/arndale/cpu.h | 2 +- base-hw/src/core/imx31/cpu.h | 2 +- base-hw/src/core/imx53/cpu.h | 2 +- base-hw/src/core/odroid_xu/cpu.h | 2 +- base-hw/src/core/panda/cpu.h | 2 +- base-hw/src/core/pbxa9/cpu.h | 2 +- base-hw/src/core/{cpu => processor_driver}/arm.h | 0 base-hw/src/core/{cpu => processor_driver}/arm_v6.h | 2 +- base-hw/src/core/{cpu => processor_driver}/arm_v7.h | 2 +- base-hw/src/core/{cpu => processor_driver}/cortex_a15.h | 2 +- base-hw/src/core/{cpu => processor_driver}/cortex_a8.h | 2 +- base-hw/src/core/{cpu => processor_driver}/cortex_a9.h | 2 +- base-hw/src/core/rpi/cpu.h | 2 +- base-hw/src/core/timer/cortex_a9.h | 2 +- base-hw/src/core/tlb/arm_v7.h | 2 +- base-hw/src/core/vea9x4/cpu.h | 2 +- 16 files changed, 15 insertions(+), 15 deletions(-) rename base-hw/src/core/{cpu => processor_driver}/arm.h (100%) rename base-hw/src/core/{cpu => processor_driver}/arm_v6.h (99%) rename base-hw/src/core/{cpu => processor_driver}/arm_v7.h (99%) rename base-hw/src/core/{cpu => processor_driver}/cortex_a15.h (95%) rename base-hw/src/core/{cpu => processor_driver}/cortex_a8.h (94%) rename base-hw/src/core/{cpu => processor_driver}/cortex_a9.h (97%) diff --git a/base-hw/src/core/arndale/cpu.h b/base-hw/src/core/arndale/cpu.h index e06ffd353..710d2c4e5 100644 --- a/base-hw/src/core/arndale/cpu.h +++ b/base-hw/src/core/arndale/cpu.h @@ -15,7 +15,7 @@ #define _ARNDALE__CPU_H_ /* core includes */ -#include +#include namespace Genode { diff --git a/base-hw/src/core/imx31/cpu.h b/base-hw/src/core/imx31/cpu.h index d79cc872a..4ab5a6c69 100644 --- a/base-hw/src/core/imx31/cpu.h +++ b/base-hw/src/core/imx31/cpu.h @@ -15,7 +15,7 @@ #define _IMX31__CPU_H_ /* core includes */ -#include +#include namespace Genode { diff --git a/base-hw/src/core/imx53/cpu.h b/base-hw/src/core/imx53/cpu.h index 44a620f12..74adecfc2 100644 --- a/base-hw/src/core/imx53/cpu.h +++ b/base-hw/src/core/imx53/cpu.h @@ -15,7 +15,7 @@ #define _IMX53__CPU_H_ /* core includes */ -#include +#include namespace Genode { diff --git a/base-hw/src/core/odroid_xu/cpu.h b/base-hw/src/core/odroid_xu/cpu.h index 0bf4a99a4..1a2661fea 100644 --- a/base-hw/src/core/odroid_xu/cpu.h +++ b/base-hw/src/core/odroid_xu/cpu.h @@ -15,7 +15,7 @@ #define _ODROID_XU__CPU_H_ /* core includes */ -#include +#include namespace Genode { diff --git a/base-hw/src/core/panda/cpu.h b/base-hw/src/core/panda/cpu.h index 14494ba1b..d832e1b10 100644 --- a/base-hw/src/core/panda/cpu.h +++ b/base-hw/src/core/panda/cpu.h @@ -15,7 +15,7 @@ #define _PANDA__CPU_H_ /* core includes */ -#include +#include namespace Genode { diff --git a/base-hw/src/core/pbxa9/cpu.h b/base-hw/src/core/pbxa9/cpu.h index c3079d769..e773c29c0 100644 --- a/base-hw/src/core/pbxa9/cpu.h +++ b/base-hw/src/core/pbxa9/cpu.h @@ -15,7 +15,7 @@ #define _PBXA9__CPU_H_ /* core includes */ -#include +#include namespace Genode { diff --git a/base-hw/src/core/cpu/arm.h b/base-hw/src/core/processor_driver/arm.h similarity index 100% rename from base-hw/src/core/cpu/arm.h rename to base-hw/src/core/processor_driver/arm.h diff --git a/base-hw/src/core/cpu/arm_v6.h b/base-hw/src/core/processor_driver/arm_v6.h similarity index 99% rename from base-hw/src/core/cpu/arm_v6.h rename to base-hw/src/core/processor_driver/arm_v6.h index 5d84629ad..d4f735311 100644 --- a/base-hw/src/core/cpu/arm_v6.h +++ b/base-hw/src/core/processor_driver/arm_v6.h @@ -19,7 +19,7 @@ #include /* core includes */ -#include +#include #include namespace Arm_v6 diff --git a/base-hw/src/core/cpu/arm_v7.h b/base-hw/src/core/processor_driver/arm_v7.h similarity index 99% rename from base-hw/src/core/cpu/arm_v7.h rename to base-hw/src/core/processor_driver/arm_v7.h index 7eff62f9a..defbd588d 100644 --- a/base-hw/src/core/cpu/arm_v7.h +++ b/base-hw/src/core/processor_driver/arm_v7.h @@ -15,7 +15,7 @@ #define _CPU__ARM_V7_H_ /* core includes */ -#include +#include #include namespace Arm_v7 diff --git a/base-hw/src/core/cpu/cortex_a15.h b/base-hw/src/core/processor_driver/cortex_a15.h similarity index 95% rename from base-hw/src/core/cpu/cortex_a15.h rename to base-hw/src/core/processor_driver/cortex_a15.h index c91d803b4..4b87ff983 100644 --- a/base-hw/src/core/cpu/cortex_a15.h +++ b/base-hw/src/core/processor_driver/cortex_a15.h @@ -19,7 +19,7 @@ #include /* core includes */ -#include +#include #include namespace Cortex_a15 diff --git a/base-hw/src/core/cpu/cortex_a8.h b/base-hw/src/core/processor_driver/cortex_a8.h similarity index 94% rename from base-hw/src/core/cpu/cortex_a8.h rename to base-hw/src/core/processor_driver/cortex_a8.h index 8fa1a69d5..ed7cf236c 100644 --- a/base-hw/src/core/cpu/cortex_a8.h +++ b/base-hw/src/core/processor_driver/cortex_a8.h @@ -15,7 +15,7 @@ #define _CPU__CORTEX_A8_H_ /* core includes */ -#include +#include namespace Cortex_a8 { diff --git a/base-hw/src/core/cpu/cortex_a9.h b/base-hw/src/core/processor_driver/cortex_a9.h similarity index 97% rename from base-hw/src/core/cpu/cortex_a9.h rename to base-hw/src/core/processor_driver/cortex_a9.h index d2d6d4c29..dfa0eedef 100644 --- a/base-hw/src/core/cpu/cortex_a9.h +++ b/base-hw/src/core/processor_driver/cortex_a9.h @@ -15,7 +15,7 @@ #define _CPU__CORTEX_A9_H_ /* core includes */ -#include +#include #include namespace Cortex_a9 diff --git a/base-hw/src/core/rpi/cpu.h b/base-hw/src/core/rpi/cpu.h index 30652180b..5f141a75f 100644 --- a/base-hw/src/core/rpi/cpu.h +++ b/base-hw/src/core/rpi/cpu.h @@ -15,7 +15,7 @@ #define _RPI__CPU_H_ /* core includes */ -#include +#include namespace Genode { struct Cpu : Arm_v6::Cpu { }; } diff --git a/base-hw/src/core/timer/cortex_a9.h b/base-hw/src/core/timer/cortex_a9.h index a23c397dc..0211d732a 100644 --- a/base-hw/src/core/timer/cortex_a9.h +++ b/base-hw/src/core/timer/cortex_a9.h @@ -18,7 +18,7 @@ #include /* core includes */ -#include +#include namespace Cortex_a9 { diff --git a/base-hw/src/core/tlb/arm_v7.h b/base-hw/src/core/tlb/arm_v7.h index 69cbb0256..27c56a3c7 100644 --- a/base-hw/src/core/tlb/arm_v7.h +++ b/base-hw/src/core/tlb/arm_v7.h @@ -16,7 +16,7 @@ /* core includes */ #include -#include +#include namespace Arm_v7 { diff --git a/base-hw/src/core/vea9x4/cpu.h b/base-hw/src/core/vea9x4/cpu.h index 2e46dcbe2..b4e4e3c19 100644 --- a/base-hw/src/core/vea9x4/cpu.h +++ b/base-hw/src/core/vea9x4/cpu.h @@ -15,7 +15,7 @@ #define _VEA9X4__CPU_H_ /* core includes */ -#include +#include namespace Genode {