diff options
| -rw-r--r-- | arch/sparc/include/asm/ebus_32.h | 2 | ||||
| -rw-r--r-- | arch/sparc/include/asm/ebus_64.h | 3 | ||||
| -rw-r--r-- | arch/sparc/include/asm/of_platform.h | 3 | ||||
| -rw-r--r-- | arch/sparc/include/asm/parport.h | 3 | ||||
| -rw-r--r-- | arch/sparc/include/asm/sbus_32.h | 2 | ||||
| -rw-r--r-- | arch/sparc/include/asm/sbus_64.h | 2 | ||||
| -rw-r--r-- | arch/sparc/kernel/ioport.c | 2 | ||||
| -rw-r--r-- | arch/sparc/kernel/time.c | 2 | ||||
| -rw-r--r-- | arch/sparc64/kernel/auxio.c | 2 | ||||
| -rw-r--r-- | arch/sparc64/kernel/ebus.c | 2 | ||||
| -rw-r--r-- | arch/sparc64/kernel/pci_common.c | 2 | ||||
| -rw-r--r-- | arch/sparc64/kernel/pci_psycho.c | 2 | ||||
| -rw-r--r-- | arch/sparc64/kernel/pci_sabre.c | 2 | ||||
| -rw-r--r-- | arch/sparc64/kernel/pci_schizo.c | 2 | ||||
| -rw-r--r-- | arch/sparc64/kernel/power.c | 2 | ||||
| -rw-r--r-- | arch/sparc64/kernel/prom.c | 2 | ||||
| -rw-r--r-- | arch/sparc64/kernel/stacktrace.c | 6 | ||||
| -rw-r--r-- | arch/sparc64/kernel/sys_sparc32.c | 176 | ||||
| -rw-r--r-- | arch/sparc64/kernel/systbls.S | 20 | ||||
| -rw-r--r-- | arch/sparc64/kernel/time.c | 2 | ||||
| -rw-r--r-- | drivers/input/serio/i8042-sparcio.h | 19 |
21 files changed, 45 insertions, 213 deletions
diff --git a/arch/sparc/include/asm/ebus_32.h b/arch/sparc/include/asm/ebus_32.h index 29cb7dfc6b79..f91f0b267ce1 100644 --- a/arch/sparc/include/asm/ebus_32.h +++ b/arch/sparc/include/asm/ebus_32.h | |||
| @@ -12,9 +12,9 @@ | |||
| 12 | #ifndef _LINUX_IOPORT_H | 12 | #ifndef _LINUX_IOPORT_H |
| 13 | #include <linux/ioport.h> | 13 | #include <linux/ioport.h> |
| 14 | #endif | 14 | #endif |
| 15 | #include <linux/of_device.h> | ||
| 15 | #include <asm/oplib.h> | 16 | #include <asm/oplib.h> |
| 16 | #include <asm/prom.h> | 17 | #include <asm/prom.h> |
| 17 | #include <asm/of_device.h> | ||
| 18 | 18 | ||
| 19 | struct linux_ebus_child { | 19 | struct linux_ebus_child { |
| 20 | struct linux_ebus_child *next; | 20 | struct linux_ebus_child *next; |
diff --git a/arch/sparc/include/asm/ebus_64.h b/arch/sparc/include/asm/ebus_64.h index fcc62b97ced5..14c6a111f60c 100644 --- a/arch/sparc/include/asm/ebus_64.h +++ b/arch/sparc/include/asm/ebus_64.h | |||
| @@ -8,9 +8,10 @@ | |||
| 8 | #ifndef __SPARC64_EBUS_H | 8 | #ifndef __SPARC64_EBUS_H |
| 9 | #define __SPARC64_EBUS_H | 9 | #define __SPARC64_EBUS_H |
| 10 | 10 | ||
| 11 | #include <linux/of_device.h> | ||
| 12 | |||
| 11 | #include <asm/oplib.h> | 13 | #include <asm/oplib.h> |
| 12 | #include <asm/prom.h> | 14 | #include <asm/prom.h> |
| 13 | #include <asm/of_device.h> | ||
| 14 | 15 | ||
| 15 | struct linux_ebus_child { | 16 | struct linux_ebus_child { |
| 16 | struct linux_ebus_child *next; | 17 | struct linux_ebus_child *next; |
diff --git a/arch/sparc/include/asm/of_platform.h b/arch/sparc/include/asm/of_platform.h index 93a262c44022..2348ab90a57c 100644 --- a/arch/sparc/include/asm/of_platform.h +++ b/arch/sparc/include/asm/of_platform.h | |||
| @@ -13,9 +13,6 @@ | |||
| 13 | * | 13 | * |
| 14 | */ | 14 | */ |
| 15 | 15 | ||
| 16 | /* This is just here during the transition */ | ||
| 17 | #include <linux/of_platform.h> | ||
| 18 | |||
| 19 | extern struct bus_type ebus_bus_type; | 16 | extern struct bus_type ebus_bus_type; |
| 20 | extern struct bus_type sbus_bus_type; | 17 | extern struct bus_type sbus_bus_type; |
| 21 | 18 | ||
diff --git a/arch/sparc/include/asm/parport.h b/arch/sparc/include/asm/parport.h index 7818b2523b8d..d9830621c906 100644 --- a/arch/sparc/include/asm/parport.h +++ b/arch/sparc/include/asm/parport.h | |||
| @@ -6,9 +6,10 @@ | |||
| 6 | #ifndef _ASM_SPARC64_PARPORT_H | 6 | #ifndef _ASM_SPARC64_PARPORT_H |
| 7 | #define _ASM_SPARC64_PARPORT_H 1 | 7 | #define _ASM_SPARC64_PARPORT_H 1 |
| 8 | 8 | ||
| 9 | #include <linux/of_device.h> | ||
| 10 | |||
| 9 | #include <asm/ebus.h> | 11 | #include <asm/ebus.h> |
| 10 | #include <asm/ns87303.h> | 12 | #include <asm/ns87303.h> |
| 11 | #include <asm/of_device.h> | ||
| 12 | #include <asm/prom.h> | 13 | #include <asm/prom.h> |
| 13 | 14 | ||
| 14 | #define PARPORT_PC_MAX_PORTS PARPORT_MAX | 15 | #define PARPORT_PC_MAX_PORTS PARPORT_MAX |
diff --git a/arch/sparc/include/asm/sbus_32.h b/arch/sparc/include/asm/sbus_32.h index 77b5d3aadc99..a7b4fa21931d 100644 --- a/arch/sparc/include/asm/sbus_32.h +++ b/arch/sparc/include/asm/sbus_32.h | |||
| @@ -9,10 +9,10 @@ | |||
| 9 | 9 | ||
| 10 | #include <linux/dma-mapping.h> | 10 | #include <linux/dma-mapping.h> |
| 11 | #include <linux/ioport.h> | 11 | #include <linux/ioport.h> |
| 12 | #include <linux/of_device.h> | ||
| 12 | 13 | ||
| 13 | #include <asm/oplib.h> | 14 | #include <asm/oplib.h> |
| 14 | #include <asm/prom.h> | 15 | #include <asm/prom.h> |
| 15 | #include <asm/of_device.h> | ||
| 16 | #include <asm/scatterlist.h> | 16 | #include <asm/scatterlist.h> |
| 17 | 17 | ||
| 18 | /* We scan which devices are on the SBus using the PROM node device | 18 | /* We scan which devices are on the SBus using the PROM node device |
diff --git a/arch/sparc/include/asm/sbus_64.h b/arch/sparc/include/asm/sbus_64.h index 0e16b6dd7e96..b606c14343fb 100644 --- a/arch/sparc/include/asm/sbus_64.h +++ b/arch/sparc/include/asm/sbus_64.h | |||
| @@ -8,10 +8,10 @@ | |||
| 8 | 8 | ||
| 9 | #include <linux/dma-mapping.h> | 9 | #include <linux/dma-mapping.h> |
| 10 | #include <linux/ioport.h> | 10 | #include <linux/ioport.h> |
| 11 | #include <linux/of_device.h> | ||
| 11 | 12 | ||
| 12 | #include <asm/oplib.h> | 13 | #include <asm/oplib.h> |
| 13 | #include <asm/prom.h> | 14 | #include <asm/prom.h> |
| 14 | #include <asm/of_device.h> | ||
| 15 | #include <asm/iommu.h> | 15 | #include <asm/iommu.h> |
| 16 | #include <asm/scatterlist.h> | 16 | #include <asm/scatterlist.h> |
| 17 | 17 | ||
diff --git a/arch/sparc/kernel/ioport.c b/arch/sparc/kernel/ioport.c index 487960919f1f..2a8a847764d8 100644 --- a/arch/sparc/kernel/ioport.c +++ b/arch/sparc/kernel/ioport.c | |||
| @@ -36,12 +36,12 @@ | |||
| 36 | #include <linux/pci.h> /* struct pci_dev */ | 36 | #include <linux/pci.h> /* struct pci_dev */ |
| 37 | #include <linux/proc_fs.h> | 37 | #include <linux/proc_fs.h> |
| 38 | #include <linux/scatterlist.h> | 38 | #include <linux/scatterlist.h> |
| 39 | #include <linux/of_device.h> | ||
| 39 | 40 | ||
| 40 | #include <asm/io.h> | 41 | #include <asm/io.h> |
| 41 | #include <asm/vaddrs.h> | 42 | #include <asm/vaddrs.h> |
| 42 | #include <asm/oplib.h> | 43 | #include <asm/oplib.h> |
| 43 | #include <asm/prom.h> | 44 | #include <asm/prom.h> |
| 44 | #include <asm/of_device.h> | ||
| 45 | #include <asm/sbus.h> | 45 | #include <asm/sbus.h> |
| 46 | #include <asm/page.h> | 46 | #include <asm/page.h> |
| 47 | #include <asm/pgalloc.h> | 47 | #include <asm/pgalloc.h> |
diff --git a/arch/sparc/kernel/time.c b/arch/sparc/kernel/time.c index ab3dd0b257d3..0762f5db1924 100644 --- a/arch/sparc/kernel/time.c +++ b/arch/sparc/kernel/time.c | |||
| @@ -28,6 +28,7 @@ | |||
| 28 | #include <linux/pci.h> | 28 | #include <linux/pci.h> |
| 29 | #include <linux/ioport.h> | 29 | #include <linux/ioport.h> |
| 30 | #include <linux/profile.h> | 30 | #include <linux/profile.h> |
| 31 | #include <linux/of_device.h> | ||
| 31 | 32 | ||
| 32 | #include <asm/oplib.h> | 33 | #include <asm/oplib.h> |
| 33 | #include <asm/timer.h> | 34 | #include <asm/timer.h> |
| @@ -40,7 +41,6 @@ | |||
| 40 | #include <asm/sun4paddr.h> | 41 | #include <asm/sun4paddr.h> |
| 41 | #include <asm/page.h> | 42 | #include <asm/page.h> |
| 42 | #include <asm/pcic.h> | 43 | #include <asm/pcic.h> |
| 43 | #include <asm/of_device.h> | ||
| 44 | #include <asm/irq_regs.h> | 44 | #include <asm/irq_regs.h> |
| 45 | 45 | ||
| 46 | #include "irq.h" | 46 | #include "irq.h" |
diff --git a/arch/sparc64/kernel/auxio.c b/arch/sparc64/kernel/auxio.c index c55f0293eacd..dd5c7bf87619 100644 --- a/arch/sparc64/kernel/auxio.c +++ b/arch/sparc64/kernel/auxio.c | |||
| @@ -9,9 +9,9 @@ | |||
| 9 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
| 10 | #include <linux/init.h> | 10 | #include <linux/init.h> |
| 11 | #include <linux/ioport.h> | 11 | #include <linux/ioport.h> |
| 12 | #include <linux/of_device.h> | ||
| 12 | 13 | ||
| 13 | #include <asm/prom.h> | 14 | #include <asm/prom.h> |
| 14 | #include <asm/of_device.h> | ||
| 15 | #include <asm/io.h> | 15 | #include <asm/io.h> |
| 16 | #include <asm/auxio.h> | 16 | #include <asm/auxio.h> |
| 17 | 17 | ||
diff --git a/arch/sparc64/kernel/ebus.c b/arch/sparc64/kernel/ebus.c index 4d58d7ce708d..60d36d142559 100644 --- a/arch/sparc64/kernel/ebus.c +++ b/arch/sparc64/kernel/ebus.c | |||
| @@ -14,13 +14,13 @@ | |||
| 14 | #include <linux/interrupt.h> | 14 | #include <linux/interrupt.h> |
| 15 | #include <linux/delay.h> | 15 | #include <linux/delay.h> |
| 16 | #include <linux/pci.h> | 16 | #include <linux/pci.h> |
| 17 | #include <linux/of_device.h> | ||
| 17 | 18 | ||
| 18 | #include <asm/system.h> | 19 | #include <asm/system.h> |
| 19 | #include <asm/page.h> | 20 | #include <asm/page.h> |
| 20 | #include <asm/ebus.h> | 21 | #include <asm/ebus.h> |
| 21 | #include <asm/oplib.h> | 22 | #include <asm/oplib.h> |
| 22 | #include <asm/prom.h> | 23 | #include <asm/prom.h> |
| 23 | #include <asm/of_device.h> | ||
| 24 | #include <asm/bpp.h> | 24 | #include <asm/bpp.h> |
| 25 | #include <asm/irq.h> | 25 | #include <asm/irq.h> |
| 26 | #include <asm/io.h> | 26 | #include <asm/io.h> |
diff --git a/arch/sparc64/kernel/pci_common.c b/arch/sparc64/kernel/pci_common.c index 19fa621d6a60..09a5ec200c61 100644 --- a/arch/sparc64/kernel/pci_common.c +++ b/arch/sparc64/kernel/pci_common.c | |||
| @@ -8,9 +8,9 @@ | |||
| 8 | #include <linux/init.h> | 8 | #include <linux/init.h> |
| 9 | #include <linux/pci.h> | 9 | #include <linux/pci.h> |
| 10 | #include <linux/device.h> | 10 | #include <linux/device.h> |
| 11 | #include <linux/of_device.h> | ||
| 11 | 12 | ||
| 12 | #include <asm/prom.h> | 13 | #include <asm/prom.h> |
| 13 | #include <asm/of_device.h> | ||
| 14 | #include <asm/oplib.h> | 14 | #include <asm/oplib.h> |
| 15 | 15 | ||
| 16 | #include "pci_impl.h" | 16 | #include "pci_impl.h" |
diff --git a/arch/sparc64/kernel/pci_psycho.c b/arch/sparc64/kernel/pci_psycho.c index 994dbe0603da..ef5fe29202c2 100644 --- a/arch/sparc64/kernel/pci_psycho.c +++ b/arch/sparc64/kernel/pci_psycho.c | |||
| @@ -11,12 +11,12 @@ | |||
| 11 | #include <linux/init.h> | 11 | #include <linux/init.h> |
| 12 | #include <linux/slab.h> | 12 | #include <linux/slab.h> |
| 13 | #include <linux/interrupt.h> | 13 | #include <linux/interrupt.h> |
| 14 | #include <linux/of_device.h> | ||
| 14 | 15 | ||
| 15 | #include <asm/iommu.h> | 16 | #include <asm/iommu.h> |
| 16 | #include <asm/irq.h> | 17 | #include <asm/irq.h> |
| 17 | #include <asm/starfire.h> | 18 | #include <asm/starfire.h> |
| 18 | #include <asm/prom.h> | 19 | #include <asm/prom.h> |
| 19 | #include <asm/of_device.h> | ||
| 20 | #include <asm/oplib.h> | 20 | #include <asm/oplib.h> |
| 21 | 21 | ||
| 22 | #include "pci_impl.h" | 22 | #include "pci_impl.h" |
diff --git a/arch/sparc64/kernel/pci_sabre.c b/arch/sparc64/kernel/pci_sabre.c index 4c34195baf37..ade5184e75d1 100644 --- a/arch/sparc64/kernel/pci_sabre.c +++ b/arch/sparc64/kernel/pci_sabre.c | |||
| @@ -11,6 +11,7 @@ | |||
| 11 | #include <linux/init.h> | 11 | #include <linux/init.h> |
| 12 | #include <linux/slab.h> | 12 | #include <linux/slab.h> |
| 13 | #include <linux/interrupt.h> | 13 | #include <linux/interrupt.h> |
| 14 | #include <linux/of_device.h> | ||
| 14 | 15 | ||
| 15 | #include <asm/apb.h> | 16 | #include <asm/apb.h> |
| 16 | #include <asm/iommu.h> | 17 | #include <asm/iommu.h> |
| @@ -18,7 +19,6 @@ | |||
| 18 | #include <asm/smp.h> | 19 | #include <asm/smp.h> |
| 19 | #include <asm/oplib.h> | 20 | #include <asm/oplib.h> |
| 20 | #include <asm/prom.h> | 21 | #include <asm/prom.h> |
| 21 | #include <asm/of_device.h> | ||
| 22 | 22 | ||
| 23 | #include "pci_impl.h" | 23 | #include "pci_impl.h" |
| 24 | #include "iommu_common.h" | 24 | #include "iommu_common.h" |
diff --git a/arch/sparc64/kernel/pci_schizo.c b/arch/sparc64/kernel/pci_schizo.c index 615edd9c8e2a..9248c6737f0e 100644 --- a/arch/sparc64/kernel/pci_schizo.c +++ b/arch/sparc64/kernel/pci_schizo.c | |||
| @@ -9,13 +9,13 @@ | |||
| 9 | #include <linux/init.h> | 9 | #include <linux/init.h> |
| 10 | #include <linux/slab.h> | 10 | #include <linux/slab.h> |
| 11 | #include <linux/interrupt.h> | 11 | #include <linux/interrupt.h> |
| 12 | #include <linux/of_device.h> | ||
| 12 | 13 | ||
| 13 | #include <asm/iommu.h> | 14 | #include <asm/iommu.h> |
| 14 | #include <asm/irq.h> | 15 | #include <asm/irq.h> |
| 15 | #include <asm/upa.h> | 16 | #include <asm/upa.h> |
| 16 | #include <asm/pstate.h> | 17 | #include <asm/pstate.h> |
| 17 | #include <asm/prom.h> | 18 | #include <asm/prom.h> |
| 18 | #include <asm/of_device.h> | ||
| 19 | #include <asm/oplib.h> | 19 | #include <asm/oplib.h> |
| 20 | 20 | ||
| 21 | #include "pci_impl.h" | 21 | #include "pci_impl.h" |
diff --git a/arch/sparc64/kernel/power.c b/arch/sparc64/kernel/power.c index eae8ca2a6ba5..3bb987a6d03c 100644 --- a/arch/sparc64/kernel/power.c +++ b/arch/sparc64/kernel/power.c | |||
| @@ -13,11 +13,11 @@ | |||
| 13 | #include <linux/pm.h> | 13 | #include <linux/pm.h> |
| 14 | #include <linux/syscalls.h> | 14 | #include <linux/syscalls.h> |
| 15 | #include <linux/reboot.h> | 15 | #include <linux/reboot.h> |
| 16 | #include <linux/of_device.h> | ||
| 16 | 17 | ||
| 17 | #include <asm/system.h> | 18 | #include <asm/system.h> |
| 18 | #include <asm/auxio.h> | 19 | #include <asm/auxio.h> |
| 19 | #include <asm/prom.h> | 20 | #include <asm/prom.h> |
| 20 | #include <asm/of_device.h> | ||
| 21 | #include <asm/io.h> | 21 | #include <asm/io.h> |
| 22 | #include <asm/sstate.h> | 22 | #include <asm/sstate.h> |
| 23 | #include <asm/reboot.h> | 23 | #include <asm/reboot.h> |
diff --git a/arch/sparc64/kernel/prom.c b/arch/sparc64/kernel/prom.c index ed03a18d3b36..3c048ac4e638 100644 --- a/arch/sparc64/kernel/prom.c +++ b/arch/sparc64/kernel/prom.c | |||
| @@ -21,9 +21,9 @@ | |||
| 21 | #include <linux/mm.h> | 21 | #include <linux/mm.h> |
| 22 | #include <linux/module.h> | 22 | #include <linux/module.h> |
| 23 | #include <linux/lmb.h> | 23 | #include <linux/lmb.h> |
| 24 | #include <linux/of_device.h> | ||
| 24 | 25 | ||
| 25 | #include <asm/prom.h> | 26 | #include <asm/prom.h> |
| 26 | #include <asm/of_device.h> | ||
| 27 | #include <asm/oplib.h> | 27 | #include <asm/oplib.h> |
| 28 | #include <asm/irq.h> | 28 | #include <asm/irq.h> |
| 29 | #include <asm/asi.h> | 29 | #include <asm/asi.h> |
diff --git a/arch/sparc64/kernel/stacktrace.c b/arch/sparc64/kernel/stacktrace.c index b3e3737750d8..e9d7f0660f2e 100644 --- a/arch/sparc64/kernel/stacktrace.c +++ b/arch/sparc64/kernel/stacktrace.c | |||
| @@ -26,13 +26,15 @@ void save_stack_trace(struct stack_trace *trace) | |||
| 26 | 26 | ||
| 27 | /* Bogus frame pointer? */ | 27 | /* Bogus frame pointer? */ |
| 28 | if (fp < (thread_base + sizeof(struct thread_info)) || | 28 | if (fp < (thread_base + sizeof(struct thread_info)) || |
| 29 | fp >= (thread_base + THREAD_SIZE)) | 29 | fp > (thread_base + THREAD_SIZE - sizeof(struct sparc_stackf))) |
| 30 | break; | 30 | break; |
| 31 | 31 | ||
| 32 | sf = (struct sparc_stackf *) fp; | 32 | sf = (struct sparc_stackf *) fp; |
| 33 | regs = (struct pt_regs *) (sf + 1); | 33 | regs = (struct pt_regs *) (sf + 1); |
| 34 | 34 | ||
| 35 | if ((regs->magic & ~0x1ff) == PT_REGS_MAGIC) { | 35 | if (((unsigned long)regs <= |
| 36 | (thread_base + THREAD_SIZE - sizeof(*regs))) && | ||
| 37 | (regs->magic & ~0x1ff) == PT_REGS_MAGIC) { | ||
| 36 | if (!(regs->tstate & TSTATE_PRIV)) | 38 | if (!(regs->tstate & TSTATE_PRIV)) |
| 37 | break; | 39 | break; |
| 38 | pc = regs->tpc; | 40 | pc = regs->tpc; |
diff --git a/arch/sparc64/kernel/sys_sparc32.c b/arch/sparc64/kernel/sys_sparc32.c index 97b77fb5c50e..3d118531baff 100644 --- a/arch/sparc64/kernel/sys_sparc32.c +++ b/arch/sparc64/kernel/sys_sparc32.c | |||
| @@ -58,182 +58,6 @@ | |||
| 58 | #include <asm/mmu_context.h> | 58 | #include <asm/mmu_context.h> |
| 59 | #include <asm/compat_signal.h> | 59 | #include <asm/compat_signal.h> |
| 60 | 60 | ||
| 61 | asmlinkage long sys32_chown16(const char __user * filename, u16 user, u16 group) | ||
| 62 | { | ||
| 63 | return sys_chown(filename, low2highuid(user), low2highgid(group)); | ||
| 64 | } | ||
| 65 | |||
| 66 | asmlinkage long sys32_lchown16(const char __user * filename, u16 user, u16 group) | ||
| 67 | { | ||
| 68 | return sys_lchown(filename, low2highuid(user), low2highgid(group)); | ||
| 69 | } | ||
| 70 | |||
| 71 | asmlinkage long sys32_fchown16(unsigned int fd, u16 user, u16 group) | ||
| 72 | { | ||
| 73 | return sys_fchown(fd, low2highuid(user), low2highgid(group)); | ||
| 74 | } | ||
| 75 | |||
| 76 | asmlinkage long sys32_setregid16(u16 rgid, u16 egid) | ||
| 77 | { | ||
| 78 | return sys_setregid(low2highgid(rgid), low2highgid(egid)); | ||
| 79 | } | ||
| 80 | |||
| 81 | asmlinkage long sys32_setgid16(u16 gid) | ||
| 82 | { | ||
| 83 | return sys_setgid((gid_t)gid); | ||
| 84 | } | ||
| 85 | |||
| 86 | asmlinkage long sys32_setreuid16(u16 ruid, u16 euid) | ||
| 87 | { | ||
| 88 | return sys_setreuid(low2highuid(ruid), low2highuid(euid)); | ||
| 89 | } | ||
| 90 | |||
| 91 | asmlinkage long sys32_setuid16(u16 uid) | ||
| 92 | { | ||
| 93 | return sys_setuid((uid_t)uid); | ||
| 94 | } | ||
| 95 | |||
| 96 | asmlinkage long sys32_setresuid16(u16 ruid, u16 euid, u16 suid) | ||
| 97 | { | ||
| 98 | return sys_setresuid(low2highuid(ruid), low2highuid(euid), | ||
| 99 | low2highuid(suid)); | ||
| 100 | } | ||
| 101 | |||
| 102 | asmlinkage long sys32_getresuid16(u16 __user *ruid, u16 __user *euid, u16 __user *suid) | ||
| 103 | { | ||
| 104 | int retval; | ||
| 105 | |||
| 106 | if (!(retval = put_user(high2lowuid(current->uid), ruid)) && | ||
| 107 | !(retval = put_user(high2lowuid(current->euid), euid))) | ||
| 108 | retval = put_user(high2lowuid(current->suid), suid); | ||
| 109 | |||
| 110 | return retval; | ||
| 111 | } | ||
| 112 | |||
| 113 | asmlinkage long sys32_setresgid16(u16 rgid, u16 egid, u16 sgid) | ||
| 114 | { | ||
| 115 | return sys_setresgid(low2highgid(rgid), low2highgid(egid), | ||
| 116 | low2highgid(sgid)); | ||
| 117 | } | ||
| 118 | |||
| 119 | asmlinkage long sys32_getresgid16(u16 __user *rgid, u16 __user *egid, u16 __user *sgid) | ||
| 120 | { | ||
| 121 | int retval; | ||
| 122 | |||
| 123 | if (!(retval = put_user(high2lowgid(current->gid), rgid)) && | ||
| 124 | !(retval = put_user(high2lowgid(current->egid), egid))) | ||
| 125 | retval = put_user(high2lowgid(current->sgid), sgid); | ||
| 126 | |||
| 127 | return retval; | ||
| 128 | } | ||
| 129 | |||
| 130 | asmlinkage long sys32_setfsuid16(u16 uid) | ||
| 131 | { | ||
| 132 | return sys_setfsuid((uid_t)uid); | ||
| 133 | } | ||
| 134 | |||
| 135 | asmlinkage long sys32_setfsgid16(u16 gid) | ||
| 136 | { | ||
| 137 | return sys_setfsgid((gid_t)gid); | ||
| 138 | } | ||
| 139 | |||
| 140 | static int groups16_to_user(u16 __user *grouplist, struct group_info *group_info) | ||
| 141 | { | ||
| 142 | int i; | ||
| 143 | u16 group; | ||
| 144 | |||
| 145 | for (i = 0; i < group_info->ngroups; i++) { | ||
| 146 | group = (u16)GROUP_AT(group_info, i); | ||
| 147 | if (put_user(group, grouplist+i)) | ||
| 148 | return -EFAULT; | ||
| 149 | } | ||
| 150 | |||
| 151 | return 0; | ||
| 152 | } | ||
| 153 | |||
| 154 | static int groups16_from_user(struct group_info *group_info, u16 __user *grouplist) | ||
| 155 | { | ||
| 156 | int i; | ||
| 157 | u16 group; | ||
| 158 | |||
| 159 | for (i = 0; i < group_info->ngroups; i++) { | ||
| 160 | if (get_user(group, grouplist+i)) | ||
| 161 | return -EFAULT; | ||
| 162 | GROUP_AT(group_info, i) = (gid_t)group; | ||
| 163 | } | ||
| 164 | |||
| 165 | return 0; | ||
| 166 | } | ||
| 167 | |||
| 168 | asmlinkage long sys32_getgroups16(int gidsetsize, u16 __user *grouplist) | ||
| 169 | { | ||
| 170 | int i; | ||
| 171 | |||
| 172 | if (gidsetsize < 0) | ||
| 173 | return -EINVAL; | ||
| 174 | |||
| 175 | get_group_info(current->group_info); | ||
| 176 | i = current->group_info->ngroups; | ||
| 177 | if (gidsetsize) { | ||
| 178 | if (i > gidsetsize) { | ||
| 179 | i = -EINVAL; | ||
| 180 | goto out; | ||
| 181 | } | ||
| 182 | if (groups16_to_user(grouplist, current->group_info)) { | ||
| 183 | i = -EFAULT; | ||
| 184 | goto out; | ||
| 185 | } | ||
| 186 | } | ||
| 187 | out: | ||
| 188 | put_group_info(current->group_info); | ||
| 189 | return i; | ||
| 190 | } | ||
| 191 | |||
| 192 | asmlinkage long sys32_setgroups16(int gidsetsize, u16 __user *grouplist) | ||
| 193 | { | ||
| 194 | struct group_info *group_info; | ||
| 195 | int retval; | ||
| 196 | |||
| 197 | if (!capable(CAP_SETGID)) | ||
| 198 | return -EPERM; | ||
| 199 | if ((unsigned)gidsetsize > NGROUPS_MAX) | ||
| 200 | return -EINVAL; | ||
| 201 | |||
| 202 | group_info = groups_alloc(gidsetsize); | ||
| 203 | if (!group_info) | ||
| 204 | return -ENOMEM; | ||
| 205 | retval = groups16_from_user(group_info, grouplist); | ||
| 206 | if (retval) { | ||
| 207 | put_group_info(group_info); | ||
| 208 | return retval; | ||
| 209 | } | ||
| 210 | |||
| 211 | retval = set_current_groups(group_info); | ||
| 212 | put_group_info(group_info); | ||
| 213 | |||
| 214 | return retval; | ||
| 215 | } | ||
| 216 | |||
| 217 | asmlinkage long sys32_getuid16(void) | ||
| 218 | { | ||
| 219 | return high2lowuid(current->uid); | ||
| 220 | } | ||
| 221 | |||
| 222 | asmlinkage long sys32_geteuid16(void) | ||
| 223 | { | ||
| 224 | return high2lowuid(current->euid); | ||
| 225 | } | ||
| 226 | |||
| 227 | asmlinkage long sys32_getgid16(void) | ||
| 228 | { | ||
| 229 | return high2lowgid(current->gid); | ||
| 230 | } | ||
| 231 | |||
| 232 | asmlinkage long sys32_getegid16(void) | ||
| 233 | { | ||
| 234 | return high2lowgid(current->egid); | ||
| 235 | } | ||
| 236 | |||
| 237 | /* 32-bit timeval and related flotsam. */ | 61 | /* 32-bit timeval and related flotsam. */ |
| 238 | 62 | ||
| 239 | static inline long put_tv32(struct compat_timeval __user *o, struct timeval *i) | 63 | static inline long put_tv32(struct compat_timeval __user *o, struct timeval *i) |
diff --git a/arch/sparc64/kernel/systbls.S b/arch/sparc64/kernel/systbls.S index 1095bf4c5100..0fdbf3ba956e 100644 --- a/arch/sparc64/kernel/systbls.S +++ b/arch/sparc64/kernel/systbls.S | |||
| @@ -20,21 +20,21 @@ | |||
| 20 | sys_call_table32: | 20 | sys_call_table32: |
| 21 | /*0*/ .word sys_restart_syscall, sys32_exit, sys_fork, sys_read, sys_write | 21 | /*0*/ .word sys_restart_syscall, sys32_exit, sys_fork, sys_read, sys_write |
| 22 | /*5*/ .word sys32_open, sys_close, sys32_wait4, sys32_creat, sys_link | 22 | /*5*/ .word sys32_open, sys_close, sys32_wait4, sys32_creat, sys_link |
| 23 | /*10*/ .word sys_unlink, sunos_execv, sys_chdir, sys32_chown16, sys32_mknod | 23 | /*10*/ .word sys_unlink, sunos_execv, sys_chdir, sys_chown16, sys32_mknod |
| 24 | /*15*/ .word sys_chmod, sys32_lchown16, sparc_brk, sys32_perfctr, sys32_lseek | 24 | /*15*/ .word sys_chmod, sys_lchown16, sparc_brk, sys32_perfctr, sys32_lseek |
| 25 | /*20*/ .word sys_getpid, sys_capget, sys_capset, sys32_setuid16, sys32_getuid16 | 25 | /*20*/ .word sys_getpid, sys_capget, sys_capset, sys_setuid16, sys_getuid16 |
| 26 | /*25*/ .word sys32_vmsplice, compat_sys_ptrace, sys_alarm, sys32_sigaltstack, sys32_pause | 26 | /*25*/ .word sys32_vmsplice, compat_sys_ptrace, sys_alarm, sys32_sigaltstack, sys32_pause |
| 27 | /*30*/ .word compat_sys_utime, sys_lchown, sys_fchown, sys32_access, sys32_nice | 27 | /*30*/ .word compat_sys_utime, sys_lchown, sys_fchown, sys32_access, sys32_nice |
| 28 | .word sys_chown, sys_sync, sys32_kill, compat_sys_newstat, sys32_sendfile | 28 | .word sys_chown, sys_sync, sys32_kill, compat_sys_newstat, sys32_sendfile |
| 29 | /*40*/ .word compat_sys_newlstat, sys_dup, sys_pipe, compat_sys_times, sys_getuid | 29 | /*40*/ .word compat_sys_newlstat, sys_dup, sys_pipe, compat_sys_times, sys_getuid |
| 30 | .word sys32_umount, sys32_setgid16, sys32_getgid16, sys32_signal, sys32_geteuid16 | 30 | .word sys32_umount, sys_setgid16, sys_getgid16, sys32_signal, sys_geteuid16 |
| 31 | /*50*/ .word sys32_getegid16, sys_acct, sys_nis_syscall, sys_getgid, compat_sys_ioctl | 31 | /*50*/ .word sys_getegid16, sys_acct, sys_nis_syscall, sys_getgid, compat_sys_ioctl |
| 32 | .word sys32_reboot, sys32_mmap2, sys_symlink, sys32_readlink, sys32_execve | 32 | .word sys32_reboot, sys32_mmap2, sys_symlink, sys32_readlink, sys32_execve |
| 33 | /*60*/ .word sys32_umask, sys_chroot, compat_sys_newfstat, compat_sys_fstat64, sys_getpagesize | 33 | /*60*/ .word sys32_umask, sys_chroot, compat_sys_newfstat, compat_sys_fstat64, sys_getpagesize |
| 34 | .word sys32_msync, sys_vfork, sys32_pread64, sys32_pwrite64, sys_geteuid | 34 | .word sys32_msync, sys_vfork, sys32_pread64, sys32_pwrite64, sys_geteuid |
| 35 | /*70*/ .word sys_getegid, sys_mmap, sys_setreuid, sys_munmap, sys_mprotect | 35 | /*70*/ .word sys_getegid, sys_mmap, sys_setreuid, sys_munmap, sys_mprotect |
| 36 | .word sys_madvise, sys_vhangup, sys32_truncate64, sys_mincore, sys32_getgroups16 | 36 | .word sys_madvise, sys_vhangup, sys32_truncate64, sys_mincore, sys_getgroups16 |
| 37 | /*80*/ .word sys32_setgroups16, sys_getpgrp, sys32_setgroups, sys32_setitimer, sys32_ftruncate64 | 37 | /*80*/ .word sys_setgroups16, sys_getpgrp, sys32_setgroups, sys32_setitimer, sys32_ftruncate64 |
| 38 | .word sys32_swapon, sys32_getitimer, sys_setuid, sys32_sethostname, sys_setgid | 38 | .word sys32_swapon, sys32_getitimer, sys_setuid, sys32_sethostname, sys_setgid |
| 39 | /*90*/ .word sys_dup2, sys_setfsuid, compat_sys_fcntl, sys32_select, sys_setfsgid | 39 | /*90*/ .word sys_dup2, sys_setfsuid, compat_sys_fcntl, sys32_select, sys_setfsgid |
| 40 | .word sys_fsync, sys32_setpriority, sys_nis_syscall, sys_nis_syscall, sys_nis_syscall | 40 | .word sys_fsync, sys32_setpriority, sys_nis_syscall, sys_nis_syscall, sys_nis_syscall |
| @@ -42,8 +42,8 @@ sys_call_table32: | |||
| 42 | .word compat_sys_rt_sigtimedwait, sys32_rt_sigqueueinfo, compat_sys_rt_sigsuspend, sys_setresuid, sys_getresuid | 42 | .word compat_sys_rt_sigtimedwait, sys32_rt_sigqueueinfo, compat_sys_rt_sigsuspend, sys_setresuid, sys_getresuid |
| 43 | /*110*/ .word sys_setresgid, sys_getresgid, sys_setregid, sys_nis_syscall, sys_nis_syscall | 43 | /*110*/ .word sys_setresgid, sys_getresgid, sys_setregid, sys_nis_syscall, sys_nis_syscall |
| 44 | .word sys32_getgroups, sys32_gettimeofday, sys32_getrusage, sys_nis_syscall, sys_getcwd | 44 | .word sys32_getgroups, sys32_gettimeofday, sys32_getrusage, sys_nis_syscall, sys_getcwd |
| 45 | /*120*/ .word compat_sys_readv, compat_sys_writev, sys32_settimeofday, sys32_fchown16, sys_fchmod | 45 | /*120*/ .word compat_sys_readv, compat_sys_writev, sys32_settimeofday, sys_fchown16, sys_fchmod |
| 46 | .word sys_nis_syscall, sys32_setreuid16, sys32_setregid16, sys_rename, sys_truncate | 46 | .word sys_nis_syscall, sys_setreuid16, sys_setregid16, sys_rename, sys_truncate |
| 47 | /*130*/ .word sys_ftruncate, sys_flock, compat_sys_lstat64, sys_nis_syscall, sys_nis_syscall | 47 | /*130*/ .word sys_ftruncate, sys_flock, compat_sys_lstat64, sys_nis_syscall, sys_nis_syscall |
| 48 | .word sys_nis_syscall, sys32_mkdir, sys_rmdir, compat_sys_utimes, compat_sys_stat64 | 48 | .word sys_nis_syscall, sys32_mkdir, sys_rmdir, compat_sys_utimes, compat_sys_stat64 |
| 49 | /*140*/ .word sys32_sendfile64, sys_nis_syscall, sys32_futex, sys_gettid, compat_sys_getrlimit | 49 | /*140*/ .word sys32_sendfile64, sys_nis_syscall, sys32_futex, sys_gettid, compat_sys_getrlimit |
| @@ -63,7 +63,7 @@ sys_call_table32: | |||
| 63 | /*210*/ .word sys32_fadvise64_64, sys32_tgkill, sys32_waitpid, sys_swapoff, compat_sys_sysinfo | 63 | /*210*/ .word sys32_fadvise64_64, sys32_tgkill, sys32_waitpid, sys_swapoff, compat_sys_sysinfo |
| 64 | .word compat_sys_ipc, sys32_sigreturn, sys_clone, sys32_ioprio_get, compat_sys_adjtimex | 64 | .word compat_sys_ipc, sys32_sigreturn, sys_clone, sys32_ioprio_get, compat_sys_adjtimex |
| 65 | /*220*/ .word sys32_sigprocmask, sys_ni_syscall, sys32_delete_module, sys_ni_syscall, sys32_getpgid | 65 | /*220*/ .word sys32_sigprocmask, sys_ni_syscall, sys32_delete_module, sys_ni_syscall, sys32_getpgid |
| 66 | .word sys32_bdflush, sys32_sysfs, sys_nis_syscall, sys32_setfsuid16, sys32_setfsgid16 | 66 | .word sys32_bdflush, sys32_sysfs, sys_nis_syscall, sys_setfsuid16, sys_setfsgid16 |
| 67 | /*230*/ .word sys32_select, compat_sys_time, sys32_splice, compat_sys_stime, compat_sys_statfs64 | 67 | /*230*/ .word sys32_select, compat_sys_time, sys32_splice, compat_sys_stime, compat_sys_statfs64 |
| 68 | .word compat_sys_fstatfs64, sys_llseek, sys_mlock, sys_munlock, sys32_mlockall | 68 | .word compat_sys_fstatfs64, sys_llseek, sys_mlock, sys_munlock, sys32_mlockall |
| 69 | /*240*/ .word sys_munlockall, sys32_sched_setparam, sys32_sched_getparam, sys32_sched_setscheduler, sys32_sched_getscheduler | 69 | /*240*/ .word sys_munlockall, sys32_sched_setparam, sys32_sched_getparam, sys32_sched_setscheduler, sys32_sched_getscheduler |
diff --git a/arch/sparc64/kernel/time.c b/arch/sparc64/kernel/time.c index a0c6a97eec6e..cc16fdcf98af 100644 --- a/arch/sparc64/kernel/time.c +++ b/arch/sparc64/kernel/time.c | |||
| @@ -33,6 +33,7 @@ | |||
| 33 | #include <linux/kernel_stat.h> | 33 | #include <linux/kernel_stat.h> |
| 34 | #include <linux/clockchips.h> | 34 | #include <linux/clockchips.h> |
| 35 | #include <linux/clocksource.h> | 35 | #include <linux/clocksource.h> |
| 36 | #include <linux/of_device.h> | ||
| 36 | 37 | ||
| 37 | #include <asm/oplib.h> | 38 | #include <asm/oplib.h> |
| 38 | #include <asm/mostek.h> | 39 | #include <asm/mostek.h> |
| @@ -40,7 +41,6 @@ | |||
| 40 | #include <asm/irq.h> | 41 | #include <asm/irq.h> |
| 41 | #include <asm/io.h> | 42 | #include <asm/io.h> |
| 42 | #include <asm/prom.h> | 43 | #include <asm/prom.h> |
| 43 | #include <asm/of_device.h> | ||
| 44 | #include <asm/starfire.h> | 44 | #include <asm/starfire.h> |
| 45 | #include <asm/smp.h> | 45 | #include <asm/smp.h> |
| 46 | #include <asm/sections.h> | 46 | #include <asm/sections.h> |
diff --git a/drivers/input/serio/i8042-sparcio.h b/drivers/input/serio/i8042-sparcio.h index d9ca55891cd7..66bafe308b0c 100644 --- a/drivers/input/serio/i8042-sparcio.h +++ b/drivers/input/serio/i8042-sparcio.h | |||
| @@ -41,6 +41,8 @@ static inline void i8042_write_command(int val) | |||
| 41 | writeb(val, kbd_iobase + 0x64UL); | 41 | writeb(val, kbd_iobase + 0x64UL); |
| 42 | } | 42 | } |
| 43 | 43 | ||
| 44 | #ifdef CONFIG_PCI | ||
| 45 | |||
| 44 | #define OBP_PS2KBD_NAME1 "kb_ps2" | 46 | #define OBP_PS2KBD_NAME1 "kb_ps2" |
| 45 | #define OBP_PS2KBD_NAME2 "keyboard" | 47 | #define OBP_PS2KBD_NAME2 "keyboard" |
| 46 | #define OBP_PS2MS_NAME1 "kdmouse" | 48 | #define OBP_PS2MS_NAME1 "kdmouse" |
| @@ -101,9 +103,6 @@ static struct of_platform_driver sparc_i8042_driver = { | |||
| 101 | 103 | ||
| 102 | static int __init i8042_platform_init(void) | 104 | static int __init i8042_platform_init(void) |
| 103 | { | 105 | { |
| 104 | #ifndef CONFIG_PCI | ||
| 105 | return -ENODEV; | ||
| 106 | #else | ||
| 107 | struct device_node *root = of_find_node_by_path("/"); | 106 | struct device_node *root = of_find_node_by_path("/"); |
| 108 | 107 | ||
| 109 | if (!strcmp(root->name, "SUNW,JavaStation-1")) { | 108 | if (!strcmp(root->name, "SUNW,JavaStation-1")) { |
| @@ -131,17 +130,25 @@ static int __init i8042_platform_init(void) | |||
| 131 | i8042_reset = 1; | 130 | i8042_reset = 1; |
| 132 | 131 | ||
| 133 | return 0; | 132 | return 0; |
| 134 | #endif /* CONFIG_PCI */ | ||
| 135 | } | 133 | } |
| 136 | 134 | ||
| 137 | static inline void i8042_platform_exit(void) | 135 | static inline void i8042_platform_exit(void) |
| 138 | { | 136 | { |
| 139 | #ifdef CONFIG_PCI | ||
| 140 | struct device_node *root = of_find_node_by_path("/"); | 137 | struct device_node *root = of_find_node_by_path("/"); |
| 141 | 138 | ||
| 142 | if (strcmp(root->name, "SUNW,JavaStation-1")) | 139 | if (strcmp(root->name, "SUNW,JavaStation-1")) |
| 143 | of_unregister_driver(&sparc_i8042_driver); | 140 | of_unregister_driver(&sparc_i8042_driver); |
| 144 | #endif | ||
| 145 | } | 141 | } |
| 146 | 142 | ||
| 143 | #else /* !CONFIG_PCI */ | ||
| 144 | static int __init i8042_platform_init(void) | ||
| 145 | { | ||
| 146 | return -ENODEV; | ||
| 147 | } | ||
| 148 | |||
| 149 | static inline void i8042_platform_exit(void) | ||
| 150 | { | ||
| 151 | } | ||
| 152 | #endif /* !CONFIG_PCI */ | ||
| 153 | |||
| 147 | #endif /* _I8042_SPARCIO_H */ | 154 | #endif /* _I8042_SPARCIO_H */ |
