Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225712
b: refs/heads/master
c: efef2e4
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Jan 3, 2011
1 parent 5c2f5ec commit 6ff5f79
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 55 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 743ceeed277c77a7e6751649ad0c4fa42af8063b
refs/heads/master: efef2e497717958d9c8bde24998c5a915dd04cd5
10 changes: 0 additions & 10 deletions trunk/arch/sparc/include/asm/oplib_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/sparc/prom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ lib-y += init_$(BITS).o
lib-$(CONFIG_SPARC32) += memory.o
lib-y += misc_$(BITS).o
lib-$(CONFIG_SPARC32) += mp.o
lib-$(CONFIG_SPARC32) += palloc.o
lib-$(CONFIG_SPARC32) += ranges.o
lib-$(CONFIG_SPARC32) += segment.o
lib-y += console_$(BITS).o
Expand Down
43 changes: 0 additions & 43 deletions trunk/arch/sparc/prom/palloc.c

This file was deleted.

0 comments on commit 6ff5f79

Please sign in to comment.