diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2011-01-01 07:53:09 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-03 01:19:38 -0500 |
commit | efef2e497717958d9c8bde24998c5a915dd04cd5 (patch) | |
tree | c8290b9fea39aee8b5e37f57956dc0e1cfb59386 /arch/sparc/include | |
parent | 743ceeed277c77a7e6751649ad0c4fa42af8063b (diff) |
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 31d2249d326b..91411bc2d4c0 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); | |||
114 | /* Re-Start the CPU with the passed device tree node. */ | 114 | /* Re-Start the CPU with the passed device tree node. */ |
115 | extern int prom_restartcpu(int cpunode); | 115 | extern int prom_restartcpu(int cpunode); |
116 | 116 | ||
117 | /* PROM memory allocation facilities... */ | ||
118 | |||
119 | /* Allocated at possibly the given virtual address a chunk of the | ||
120 | * indicated size. | ||
121 | */ | ||
122 | extern char *prom_alloc(char *virt_hint, unsigned int size); | ||
123 | |||
124 | /* Free a previously allocated chunk. */ | ||
125 | extern void prom_free(char *virt_addr, unsigned int size); | ||
126 | |||
127 | /* Sun4/sun4c specific memory-management startup hook. */ | 117 | /* Sun4/sun4c specific memory-management startup hook. */ |
128 | 118 | ||
129 | /* Map the passed segment in the given context at the passed | 119 | /* Map the passed segment in the given context at the passed |