summaryrefslogtreecommitdiff
path: root/arch/openrisc/TODO.openrisc
diff options
context:
space:
mode:
authorStafford Horne <shorne@gmail.com>2016-04-03 19:14:49 +0900
committerStafford Horne <shorne@gmail.com>2016-12-12 23:10:00 +0900
commit266c7fad157265bb54d17db1c9545f2aaa488643 (patch)
tree9fd40c1afd0a49822b92babf032b42b9751dfb56 /arch/openrisc/TODO.openrisc
parent994894c3f710f5d8ca89d22988fe715db57bbc87 (diff)
openrisc: Consolidate setup to use memblock instead of bootmem
Clearing out one todo item. Use the memblock boot time memory which is the current standard. Tested-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Jonas <jonas@southpole.se> Signed-off-by: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'arch/openrisc/TODO.openrisc')
-rw-r--r--arch/openrisc/TODO.openrisc3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/openrisc/TODO.openrisc b/arch/openrisc/TODO.openrisc
index acfeef9c58e3..0eb04c8240f9 100644
--- a/arch/openrisc/TODO.openrisc
+++ b/arch/openrisc/TODO.openrisc
@@ -5,9 +5,6 @@ that are due for investigation shortly, i.e. our TODO list:
-- Implement the rest of the DMA API... dma_map_sg, etc.
--- Consolidate usage of memblock and bootmem... move everything over to
- memblock.
-
-- Finish the renaming cleanup... there are references to or32 in the code
which was an older name for the architecture. The name we've settled on is
or1k and this change is slowly trickling through the stack. For the time