diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2011-01-01 12:53:09 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-03 06:19:38 (GMT) |
commit | efef2e497717958d9c8bde24998c5a915dd04cd5 (patch) | |
tree | c8290b9fea39aee8b5e37f57956dc0e1cfb59386 /arch/sparc/include | |
parent | 743ceeed277c77a7e6751649ad0c4fa42af8063b (diff) | |
download | linux-efef2e497717958d9c8bde24998c5a915dd04cd5.tar.xz |
sparc: drop prom/palloc.c
None of the functions was used.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include')
-rw-r--r-- | arch/sparc/include/asm/oplib_32.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/sparc/include/asm/oplib_32.h b/arch/sparc/include/asm/oplib_32.h index 31d2249..91411bc 100644 --- a/arch/sparc/include/asm/oplib_32.h +++ b/arch/sparc/include/asm/oplib_32.h @@ -114,16 +114,6 @@ extern int prom_idlecpu(int cpunode); /* Re-Start the CPU with the passed device tree node. */ extern int prom_restartcpu(int cpunode); -/* PROM memory allocation facilities... */ - -/* Allocated at possibly the given virtual address a chunk of the - * indicated size. - */ -extern char *prom_alloc(char *virt_hint, unsigned int size); - -/* Free a previously allocated chunk. */ -extern void prom_free(char *virt_addr, unsigned int size); - /* Sun4/sun4c specific memory-management startup hook. */ /* Map the passed segment in the given context at the passed |