aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/features/time/modern-timekeeping/arch-support.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/features/time/modern-timekeeping/arch-support.txt')
-rw-r--r--Documentation/features/time/modern-timekeeping/arch-support.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/Documentation/features/time/modern-timekeeping/arch-support.txt b/Documentation/features/time/modern-timekeeping/arch-support.txt
new file mode 100644
index 000000000000..17f68a02e84d
--- /dev/null
+++ b/Documentation/features/time/modern-timekeeping/arch-support.txt
@@ -0,0 +1,40 @@
1#
2# Feature name: modern-timekeeping
3# Kconfig: !ARCH_USES_GETTIMEOFFSET
4# description: arch does not use arch_gettimeoffset() anymore
5#
6 -----------------------
7 | arch |status|
8 -----------------------
9 | alpha: | ok |
10 | arc: | ok |
11 | arm: | TODO |
12 | arm64: | ok |
13 | avr32: | ok |
14 | blackfin: | TODO |
15 | c6x: | ok |
16 | cris: | TODO |
17 | frv: | ok |
18 | h8300: | ok |
19 | hexagon: | ok |
20 | ia64: | ok |
21 | m32r: | TODO |
22 | m68k: | TODO |
23 | metag: | ok |
24 | microblaze: | ok |
25 | mips: | ok |
26 | mn10300: | ok |
27 | nios2: | ok |
28 | openrisc: | ok |
29 | parisc: | ok |
30 | powerpc: | ok |
31 | s390: | ok |
32 | score: | ok |
33 | sh: | ok |
34 | sparc: | ok |
35 | tile: | ok |
36 | um: | ok |
37 | unicore32: | ok |
38 | x86: | ok |
39 | xtensa: | ok |
40 -----------------------