aboutsummaryrefslogtreecommitdiff
path: root/slof/ppc64.in
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2011-07-27 15:45:36 +1000
committerThomas Huth <thuth@linux.vnet.ibm.com>2011-10-12 13:20:00 +0200
commit35fc16fee354457ab171247d9e2b5387304b5eb3 (patch)
tree353b81cabc5d1d936c0bbe97e6cb3263a8bb9349 /slof/ppc64.in
parent32e3430c018ceb8413cb808477449d1968c42497 (diff)
downloadSLOF-35fc16fee354457ab171247d9e2b5387304b5eb3.zip
SLOF-35fc16fee354457ab171247d9e2b5387304b5eb3.tar.gz
SLOF-35fc16fee354457ab171247d9e2b5387304b5eb3.tar.bz2
Move MMIO accessors to board-js2x and implement h-calls based ones for qemu
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'slof/ppc64.in')
-rw-r--r--slof/ppc64.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/slof/ppc64.in b/slof/ppc64.in
index 56ab66d..cee83e5 100644
--- a/slof/ppc64.in
+++ b/slof/ppc64.in
@@ -12,16 +12,6 @@
// The Forth code words (primitives) that are specific to PowerPC64.
-// I/O accesses.
-cod(RB@)
-cod(RB!)
-cod(RW@)
-cod(RW!)
-cod(RL@)
-cod(RL!)
-cod(RX@)
-cod(RX!)
-
// CPU register accesses.
cod(HID0!)
cod(HID0@)