aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/arm.scc2
-rw-r--r--arch/mips/mips.scc2
-rw-r--r--cfg/timer/hpet.cfg (renamed from cfg/hpet.cfg)0
-rw-r--r--cfg/timer/hpet.scc (renamed from cfg/hpet.scc)0
-rw-r--r--cfg/timer/hz_100.cfg (renamed from cfg/hz_100.cfg)0
-rw-r--r--cfg/timer/hz_100.scc (renamed from cfg/hz_100.scc)0
-rw-r--r--cfg/timer/hz_1000.cfg (renamed from cfg/hz_1000.cfg)0
-rw-r--r--cfg/timer/hz_1000.scc (renamed from cfg/hz_1000.scc)0
-rw-r--r--cfg/timer/hz_250.cfg (renamed from cfg/hz_250.cfg)0
-rw-r--r--cfg/timer/hz_250.scc (renamed from cfg/hz_250.scc)0
-rw-r--r--cfg/timer/no_hz.cfg (renamed from cfg/no_hz.cfg)0
-rw-r--r--cfg/timer/no_hz.scc (renamed from cfg/no_hz.scc)0
-rw-r--r--cfg/x86.scc6
-rw-r--r--cfg/x86_64.scc6
14 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/arm.scc b/arch/arm/arm.scc
index 79cb5646..90bbb6ad 100644
--- a/arch/arm/arm.scc
+++ b/arch/arm/arm.scc
@@ -1,7 +1,7 @@
# patches are for everyone, but the kconfig data is just for ARM builds.
if [ "$KARCH" = "arm" ]; then
kconf hardware arm.cfg
- include cfg/hz_100.scc
+ include cfg/timer/hz_100.scc
fi
include v7-A15/v7-A15.scc
diff --git a/arch/mips/mips.scc b/arch/mips/mips.scc
index fbcf0f3d..8ac30073 100644
--- a/arch/mips/mips.scc
+++ b/arch/mips/mips.scc
@@ -1,7 +1,7 @@
# patches are for everyone, but the kconfig data is just for MIPS builds.
if [ "$KARCH" = "mips" ]; then
kconf hardware mips.cfg
- include cfg/hz_100.scc
+ include cfg/timer/hz_100.scc
fi
patch malta-uhci-quirks-make-allowance-for-slow-4k-e-c.patch
diff --git a/cfg/hpet.cfg b/cfg/timer/hpet.cfg
index 12b7fa73..12b7fa73 100644
--- a/cfg/hpet.cfg
+++ b/cfg/timer/hpet.cfg
diff --git a/cfg/hpet.scc b/cfg/timer/hpet.scc
index 6c16d998..6c16d998 100644
--- a/cfg/hpet.scc
+++ b/cfg/timer/hpet.scc
diff --git a/cfg/hz_100.cfg b/cfg/timer/hz_100.cfg
index 92ffacc7..92ffacc7 100644
--- a/cfg/hz_100.cfg
+++ b/cfg/timer/hz_100.cfg
diff --git a/cfg/hz_100.scc b/cfg/timer/hz_100.scc
index a4403c08..a4403c08 100644
--- a/cfg/hz_100.scc
+++ b/cfg/timer/hz_100.scc
diff --git a/cfg/hz_1000.cfg b/cfg/timer/hz_1000.cfg
index b8795b95..b8795b95 100644
--- a/cfg/hz_1000.cfg
+++ b/cfg/timer/hz_1000.cfg
diff --git a/cfg/hz_1000.scc b/cfg/timer/hz_1000.scc
index 8792da75..8792da75 100644
--- a/cfg/hz_1000.scc
+++ b/cfg/timer/hz_1000.scc
diff --git a/cfg/hz_250.cfg b/cfg/timer/hz_250.cfg
index 146bb949..146bb949 100644
--- a/cfg/hz_250.cfg
+++ b/cfg/timer/hz_250.cfg
diff --git a/cfg/hz_250.scc b/cfg/timer/hz_250.scc
index 51f57902..51f57902 100644
--- a/cfg/hz_250.scc
+++ b/cfg/timer/hz_250.scc
diff --git a/cfg/no_hz.cfg b/cfg/timer/no_hz.cfg
index 8c68dcd5..8c68dcd5 100644
--- a/cfg/no_hz.cfg
+++ b/cfg/timer/no_hz.cfg
diff --git a/cfg/no_hz.scc b/cfg/timer/no_hz.scc
index 9409b93f..9409b93f 100644
--- a/cfg/no_hz.scc
+++ b/cfg/timer/no_hz.scc
diff --git a/cfg/x86.scc b/cfg/x86.scc
index e89bba63..ea228307 100644
--- a/cfg/x86.scc
+++ b/cfg/x86.scc
@@ -1,6 +1,6 @@
include cfg/efi.scc
include cfg/smp.scc
-include cfg/hpet.scc
-include cfg/no_hz.scc
-include cfg/hz_1000.scc
+include cfg/timer/hpet.scc
+include cfg/timer/no_hz.scc
+include cfg/timer/hz_1000.scc
kconf hardware x86.cfg
diff --git a/cfg/x86_64.scc b/cfg/x86_64.scc
index a1eec353..15377ea9 100644
--- a/cfg/x86_64.scc
+++ b/cfg/x86_64.scc
@@ -1,6 +1,6 @@
include cfg/efi.scc
include cfg/smp.scc
-include cfg/hpet.scc
-include cfg/no_hz.scc
-include cfg/hz_1000.scc
+include cfg/timer/hpet.scc
+include cfg/timer/no_hz.scc
+include cfg/timer/hz_1000.scc
kconf hardware x86_64.cfg