summaryrefslogtreecommitdiff
path: root/schulung_tools/notes/cpureg.txt
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2019-01-11 08:35:12 +0100
committerJohn Ogness <john.ogness@linutronix.de>2019-01-28 19:59:32 +0106
commit0f2bdbda59d69191eb80ee223bbbbf2f8061e891 (patch)
treede351ab3f8191079bb1a425f07fd303f5c72821c /schulung_tools/notes/cpureg.txt
parent2268f2b2371e02762bf511cf1db1e3609b58f849 (diff)
schulung_tools/notes add some kernel notes
they should be converted to a 'Kernel API' slideset. Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'schulung_tools/notes/cpureg.txt')
-rw-r--r--schulung_tools/notes/cpureg.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/schulung_tools/notes/cpureg.txt b/schulung_tools/notes/cpureg.txt
new file mode 100644
index 0000000..874e1c0
--- /dev/null
+++ b/schulung_tools/notes/cpureg.txt
@@ -0,0 +1,2 @@
+ - most of the kernel code is architecture independent
+ - Don't use cpu registers in your driver / fs / .. code, just in arch/<yourarch>