Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225711
b: refs/heads/master
c: 743ceee
h: refs/heads/master
i:
  225709: 351a7e5
  225707: e73617c
  225703: fe56db2
  225695: 8e35344
v: v3
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Jan 3, 2011
1 parent e6aaab3 commit 5c2f5ec
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 67 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: bce5feeab418fb1df9ce1c3fcc14f0aacf740208
refs/heads/master: 743ceeed277c77a7e6751649ad0c4fa42af8063b
12 changes: 0 additions & 12 deletions trunk/arch/sparc/include/asm/oplib_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,6 @@ extern void prom_init(struct linux_romvec *rom_ptr);
/* Boot argument acquisition, returns the boot command line string. */
extern char *prom_getbootargs(void);

/* Device utilities. */

/* Map and unmap devices in IO space at virtual addresses. Note that the
* virtual address you pass is a request and the prom may put your mappings
* somewhere else, so check your return value as that is where your new
* mappings really are!
*
* Another note, these are only available on V2 or higher proms!
*/
extern char *prom_mapio(char *virt_hint, int io_space, unsigned int phys_addr, unsigned int num_bytes);
extern void prom_unmapio(char *virt_addr, unsigned int num_bytes);

/* Miscellaneous routines, don't really fit in any category per se. */

/* Reboot the machine with the command line 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 @@ -5,7 +5,6 @@ asflags := -ansi
ccflags := -Werror

lib-y := bootstr_$(BITS).o
lib-$(CONFIG_SPARC32) += devmap.o
lib-y += init_$(BITS).o
lib-$(CONFIG_SPARC32) += memory.o
lib-y += misc_$(BITS).o
Expand Down
53 changes: 0 additions & 53 deletions trunk/arch/sparc/prom/devmap.c

This file was deleted.

0 comments on commit 5c2f5ec

Please sign in to comment.