diff options
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 |