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 e06ffd3538..710d2c4e53 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 d79cc872a4..4ab5a6c69c 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 44a620f12b..74adecfc26 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 0bf4a99a42..1a2661fea8 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 14494ba1be..d832e1b102 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 c3079d7693..e773c29c07 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 5d84629ad9..d4f735311f 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 7eff62f9a1..defbd588d0 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 c91d803b40..4b87ff9830 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 8fa1a69d58..ed7cf236c9 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 d2d6d4c297..dfa0eedefb 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 30652180bb..5f141a75f8 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 a23c397dc5..0211d732a6 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 69cbb02568..27c56a3c7d 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 2e46dcbe2e..b4e4e3c19f 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 {