diff options
| author | Jeff Garzik <jeff@garzik.org> | 2006-09-04 06:42:01 -0400 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2006-09-04 06:42:01 -0400 |
| commit | fc851fad00d7fa1bf4ac7034d9ba8041bf482d50 (patch) | |
| tree | 779a8b572d1701ef2c46755df751d9275650cdf4 | |
| parent | 85cd7251b9112e3dabeac9fd3b175601ca607241 (diff) | |
| parent | f9bcda7760e1373615c9f6d9ce24209b0ab97de1 (diff) | |
Merge branch 'upstream' into pata-drivers
184 files changed, 4071 insertions, 1683 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 87851efb0228..d1cd5f93e028 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
| @@ -120,6 +120,13 @@ Who: Adrian Bunk <bunk@stusta.de> | |||
| 120 | 120 | ||
| 121 | --------------------------- | 121 | --------------------------- |
| 122 | 122 | ||
| 123 | What: drivers depending on OSS_OBSOLETE_DRIVER | ||
| 124 | When: options in 2.6.20, code in 2.6.22 | ||
| 125 | Why: OSS drivers with ALSA replacements | ||
| 126 | Who: Adrian Bunk <bunk@stusta.de> | ||
| 127 | |||
| 128 | --------------------------- | ||
| 129 | |||
| 123 | What: pci_module_init(driver) | 130 | What: pci_module_init(driver) |
| 124 | When: January 2007 | 131 | When: January 2007 |
| 125 | Why: Is replaced by pci_register_driver(pci_driver). | 132 | Why: Is replaced by pci_register_driver(pci_driver). |
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index b50595a0550f..7947cede8712 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
| @@ -1183,6 +1183,8 @@ running once the system is up. | |||
| 1183 | Mechanism 2. | 1183 | Mechanism 2. |
| 1184 | nommconf [IA-32,X86_64] Disable use of MMCONFIG for PCI | 1184 | nommconf [IA-32,X86_64] Disable use of MMCONFIG for PCI |
| 1185 | Configuration | 1185 | Configuration |
| 1186 | mmconf [IA-32,X86_64] Force MMCONFIG. This is useful | ||
| 1187 | to override the builtin blacklist. | ||
| 1186 | nomsi [MSI] If the PCI_MSI kernel config parameter is | 1188 | nomsi [MSI] If the PCI_MSI kernel config parameter is |
| 1187 | enabled, this kernel boot option can be used to | 1189 | enabled, this kernel boot option can be used to |
| 1188 | disable the use of MSI interrupts system-wide. | 1190 | disable the use of MSI interrupts system-wide. |
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt index 8c48b8a27b9c..5c0ba235f5a5 100644 --- a/Documentation/powerpc/booting-without-of.txt +++ b/Documentation/powerpc/booting-without-of.txt | |||
| @@ -1136,10 +1136,10 @@ Sense and level information should be encoded as follows: | |||
| 1136 | Devices connected to openPIC-compatible controllers should encode | 1136 | Devices connected to openPIC-compatible controllers should encode |
| 1137 | sense and polarity as follows: | 1137 | sense and polarity as follows: |
| 1138 | 1138 | ||
| 1139 | 0 = high to low edge sensitive type enabled | 1139 | 0 = low to high edge sensitive type enabled |
| 1140 | 1 = active low level sensitive type enabled | 1140 | 1 = active low level sensitive type enabled |
| 1141 | 2 = low to high edge sensitive type enabled | 1141 | 2 = active high level sensitive type enabled |
| 1142 | 3 = active high level sensitive type enabled | 1142 | 3 = high to low edge sensitive type enabled |
| 1143 | 1143 | ||
| 1144 | ISA PIC interrupt controllers should adhere to the ISA PIC | 1144 | ISA PIC interrupt controllers should adhere to the ISA PIC |
| 1145 | encodings listed below: | 1145 | encodings listed below: |
diff --git a/MAINTAINERS b/MAINTAINERS index 3bab239e82fe..25cd7073a20b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -3296,10 +3296,11 @@ S: Maintained | |||
| 3296 | 3296 | ||
| 3297 | XFS FILESYSTEM | 3297 | XFS FILESYSTEM |
| 3298 | P: Silicon Graphics Inc | 3298 | P: Silicon Graphics Inc |
| 3299 | P: Tim Shimmin, David Chatterton | ||
| 3299 | M: xfs-masters@oss.sgi.com | 3300 | M: xfs-masters@oss.sgi.com |
| 3300 | M: nathans@sgi.com | ||
| 3301 | L: xfs@oss.sgi.com | 3301 | L: xfs@oss.sgi.com |
| 3302 | W: http://oss.sgi.com/projects/xfs | 3302 | W: http://oss.sgi.com/projects/xfs |
| 3303 | T: git git://oss.sgi.com:8090/xfs/xfs-2.6 | ||
| 3303 | S: Supported | 3304 | S: Supported |
| 3304 | 3305 | ||
| 3305 | X86 3-LEVEL PAGING (PAE) SUPPORT | 3306 | X86 3-LEVEL PAGING (PAE) SUPPORT |
| @@ -1,7 +1,7 @@ | |||
| 1 | VERSION = 2 | 1 | VERSION = 2 |
| 2 | PATCHLEVEL = 6 | 2 | PATCHLEVEL = 6 |
| 3 | SUBLEVEL = 18 | 3 | SUBLEVEL = 18 |
| 4 | EXTRAVERSION = -rc5 | 4 | EXTRAVERSION = -rc6 |
| 5 | NAME=Crazed Snow-Weasel | 5 | NAME=Crazed Snow-Weasel |
| 6 | 6 | ||
| 7 | # *DOCUMENTATION* | 7 | # *DOCUMENTATION* |
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 3345c6d0fd1e..92873cdee31f 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
| @@ -47,7 +47,8 @@ comma = , | |||
| 47 | # testing for a specific architecture or later rather impossible. | 47 | # testing for a specific architecture or later rather impossible. |
| 48 | arch-$(CONFIG_CPU_32v6) :=-D__LINUX_ARM_ARCH__=6 $(call cc-option,-march=armv6,-march=armv5t -Wa$(comma)-march=armv6) | 48 | arch-$(CONFIG_CPU_32v6) :=-D__LINUX_ARM_ARCH__=6 $(call cc-option,-march=armv6,-march=armv5t -Wa$(comma)-march=armv6) |
| 49 | arch-$(CONFIG_CPU_32v6K) :=-D__LINUX_ARM_ARCH__=6 $(call cc-option,-march=armv6k,-march=armv5t -Wa$(comma)-march=armv6k) | 49 | arch-$(CONFIG_CPU_32v6K) :=-D__LINUX_ARM_ARCH__=6 $(call cc-option,-march=armv6k,-march=armv5t -Wa$(comma)-march=armv6k) |
| 50 | arch-$(CONFIG_CPU_32v5) :=-D__LINUX_ARM_ARCH__=5 $(call cc-option,-march=armv5te,-march=armv4) | 50 | arch-$(CONFIG_CPU_32v5) :=-D__LINUX_ARM_ARCH__=5 $(call cc-option,-march=armv5te,-march=armv4t) |
| 51 | arch-$(CONFIG_CPU_32v4T) :=-D__LINUX_ARM_ARCH__=4 -march=armv4t | ||
| 51 | arch-$(CONFIG_CPU_32v4) :=-D__LINUX_ARM_ARCH__=4 -march=armv4 | 52 | arch-$(CONFIG_CPU_32v4) :=-D__LINUX_ARM_ARCH__=4 -march=armv4 |
| 52 | arch-$(CONFIG_CPU_32v3) :=-D__LINUX_ARM_ARCH__=3 -march=armv3 | 53 | arch-$(CONFIG_CPU_32v3) :=-D__LINUX_ARM_ARCH__=3 -march=armv3 |
| 53 | 54 | ||
diff --git a/arch/arm/common/sa1111.c b/arch/arm/common/sa1111.c index a331c12cead9..29818bd3248f 100644 --- a/arch/arm/common/sa1111.c +++ b/arch/arm/common/sa1111.c | |||
| @@ -618,7 +618,7 @@ __sa1111_probe(struct device *me, struct resource *mem, int irq) | |||
| 618 | { | 618 | { |
| 619 | struct sa1111 *sachip; | 619 | struct sa1111 *sachip; |
| 620 | unsigned long id; | 620 | unsigned long id; |
| 621 | unsigned int has_devs, val; | 621 | unsigned int has_devs; |
| 622 | int i, ret = -ENODEV; | 622 | int i, ret = -ENODEV; |
| 623 | 623 | ||
| 624 | sachip = kzalloc(sizeof(struct sa1111), GFP_KERNEL); | 624 | sachip = kzalloc(sizeof(struct sa1111), GFP_KERNEL); |
| @@ -669,6 +669,9 @@ __sa1111_probe(struct device *me, struct resource *mem, int irq) | |||
| 669 | sa1111_wake(sachip); | 669 | sa1111_wake(sachip); |
| 670 | 670 | ||
| 671 | #ifdef CONFIG_ARCH_SA1100 | 671 | #ifdef CONFIG_ARCH_SA1100 |
| 672 | { | ||
| 673 | unsigned int val; | ||
| 674 | |||
| 672 | /* | 675 | /* |
| 673 | * The SDRAM configuration of the SA1110 and the SA1111 must | 676 | * The SDRAM configuration of the SA1110 and the SA1111 must |
| 674 | * match. This is very important to ensure that SA1111 accesses | 677 | * match. This is very important to ensure that SA1111 accesses |
| @@ -692,6 +695,7 @@ __sa1111_probe(struct device *me, struct resource *mem, int irq) | |||
| 692 | * Enable the SA1110 memory bus request and grant signals. | 695 | * Enable the SA1110 memory bus request and grant signals. |
| 693 | */ | 696 | */ |
| 694 | sa1110_mb_enable(); | 697 | sa1110_mb_enable(); |
| 698 | } | ||
| 695 | #endif | 699 | #endif |
| 696 | 700 | ||
| 697 | /* | 701 | /* |
diff --git a/arch/arm/configs/csb337_defconfig b/arch/arm/configs/csb337_defconfig index 3594155a8137..cf3fa5cb26e4 100644 --- a/arch/arm/configs/csb337_defconfig +++ b/arch/arm/configs/csb337_defconfig | |||
| @@ -621,9 +621,8 @@ CONFIG_AT91_WATCHDOG=y | |||
| 621 | # USB-based Watchdog Cards | 621 | # USB-based Watchdog Cards |
| 622 | # | 622 | # |
| 623 | # CONFIG_USBPCWATCHDOG is not set | 623 | # CONFIG_USBPCWATCHDOG is not set |
| 624 | # CONFIG_HW_RANDOM is not set | ||
| 624 | # CONFIG_NVRAM is not set | 625 | # CONFIG_NVRAM is not set |
| 625 | CONFIG_RTC=y | ||
| 626 | # CONFIG_AT91_RTC is not set | ||
| 627 | # CONFIG_DTLK is not set | 626 | # CONFIG_DTLK is not set |
| 628 | # CONFIG_R3964 is not set | 627 | # CONFIG_R3964 is not set |
| 629 | 628 | ||
| @@ -956,10 +955,42 @@ CONFIG_USB_AT91=y | |||
| 956 | CONFIG_MMC=y | 955 | CONFIG_MMC=y |
| 957 | # CONFIG_MMC_DEBUG is not set | 956 | # CONFIG_MMC_DEBUG is not set |
| 958 | CONFIG_MMC_BLOCK=y | 957 | CONFIG_MMC_BLOCK=y |
| 959 | # CONFIG_MMC_WBSD is not set | ||
| 960 | CONFIG_MMC_AT91RM9200=y | 958 | CONFIG_MMC_AT91RM9200=y |
| 961 | 959 | ||
| 962 | # | 960 | # |
| 961 | # Real Time Clock | ||
| 962 | # | ||
| 963 | CONFIG_RTC_LIB=y | ||
| 964 | CONFIG_RTC_CLASS=y | ||
| 965 | CONFIG_RTC_HCTOSYS=y | ||
| 966 | CONFIG_RTC_HCTOSYS_DEVICE="rtc1" | ||
| 967 | |||
| 968 | # | ||
| 969 | # RTC interfaces | ||
| 970 | # | ||
| 971 | # CONFIG_RTC_INTF_SYSFS is not set | ||
| 972 | CONFIG_RTC_INTF_PROC=y | ||
| 973 | CONFIG_RTC_INTF_DEV=y | ||
| 974 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
| 975 | |||
| 976 | # | ||
| 977 | # RTC drivers | ||
| 978 | # | ||
| 979 | # CONFIG_RTC_DRV_X1205 is not set | ||
| 980 | CONFIG_RTC_DRV_DS1307=y | ||
| 981 | # CONFIG_RTC_DRV_DS1553 is not set | ||
| 982 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
| 983 | # CONFIG_RTC_DRV_DS1672 is not set | ||
| 984 | # CONFIG_RTC_DRV_DS1742 is not set | ||
| 985 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
| 986 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
| 987 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
| 988 | # CONFIG_RTC_DRV_M48T86 is not set | ||
| 989 | CONFIG_RTC_DRV_AT91=y | ||
| 990 | # CONFIG_RTC_DRV_TEST is not set | ||
| 991 | # CONFIG_RTC_DRV_V3020 is not set | ||
| 992 | |||
| 993 | # | ||
| 963 | # File systems | 994 | # File systems |
| 964 | # | 995 | # |
| 965 | CONFIG_EXT2_FS=y | 996 | CONFIG_EXT2_FS=y |
diff --git a/arch/arm/kernel/Makefile b/arch/arm/kernel/Makefile index f0c0cdb1c183..1320a0efca73 100644 --- a/arch/arm/kernel/Makefile +++ b/arch/arm/kernel/Makefile | |||
| @@ -13,12 +13,11 @@ obj-y := compat.o entry-armv.o entry-common.o irq.o \ | |||
| 13 | obj-$(CONFIG_APM) += apm.o | 13 | obj-$(CONFIG_APM) += apm.o |
| 14 | obj-$(CONFIG_ISA_DMA_API) += dma.o | 14 | obj-$(CONFIG_ISA_DMA_API) += dma.o |
| 15 | obj-$(CONFIG_ARCH_ACORN) += ecard.o | 15 | obj-$(CONFIG_ARCH_ACORN) += ecard.o |
| 16 | obj-$(CONFIG_FOOTBRIDGE) += isa.o | ||
| 17 | obj-$(CONFIG_FIQ) += fiq.o | 16 | obj-$(CONFIG_FIQ) += fiq.o |
| 18 | obj-$(CONFIG_MODULES) += armksyms.o module.o | 17 | obj-$(CONFIG_MODULES) += armksyms.o module.o |
| 19 | obj-$(CONFIG_ARTHUR) += arthur.o | 18 | obj-$(CONFIG_ARTHUR) += arthur.o |
| 20 | obj-$(CONFIG_ISA_DMA) += dma-isa.o | 19 | obj-$(CONFIG_ISA_DMA) += dma-isa.o |
| 21 | obj-$(CONFIG_PCI) += bios32.o | 20 | obj-$(CONFIG_PCI) += bios32.o isa.o |
| 22 | obj-$(CONFIG_SMP) += smp.o | 21 | obj-$(CONFIG_SMP) += smp.o |
| 23 | obj-$(CONFIG_OABI_COMPAT) += sys_oabi-compat.o | 22 | obj-$(CONFIG_OABI_COMPAT) += sys_oabi-compat.o |
| 24 | 23 | ||
diff --git a/arch/arm/kernel/isa.c b/arch/arm/kernel/isa.c index 685c3e591a7e..54bbd9fe255c 100644 --- a/arch/arm/kernel/isa.c +++ b/arch/arm/kernel/isa.c | |||
| @@ -3,21 +3,14 @@ | |||
| 3 | * | 3 | * |
| 4 | * Copyright (C) 1999 Phil Blundell | 4 | * Copyright (C) 1999 Phil Blundell |
| 5 | * | 5 | * |
| 6 | * ISA shared memory and I/O port support | ||
| 7 | */ | ||
| 8 | |||
| 9 | /* | ||
| 10 | * This program is free software; you can redistribute it and/or | 6 | * This program is free software; you can redistribute it and/or |
| 11 | * modify it under the terms of the GNU General Public License | 7 | * modify it under the terms of the GNU General Public License |
| 12 | * as published by the Free Software Foundation; either version | 8 | * as published by the Free Software Foundation; either version |
| 13 | * 2 of the License, or (at your option) any later version. | 9 | * 2 of the License, or (at your option) any later version. |
| 10 | * | ||
| 11 | * ISA shared memory and I/O port support, and is required to support | ||
| 12 | * iopl, inb, outb and friends in userspace via glibc emulation. | ||
| 14 | */ | 13 | */ |
| 15 | |||
| 16 | /* | ||
| 17 | * Nothing about this is actually ARM specific. One day we could move | ||
| 18 | * it into kernel/resource.c or some place like that. | ||
| 19 | */ | ||
| 20 | |||
| 21 | #include <linux/stddef.h> | 14 | #include <linux/stddef.h> |
| 22 | #include <linux/types.h> | 15 | #include <linux/types.h> |
| 23 | #include <linux/fs.h> | 16 | #include <linux/fs.h> |
| @@ -27,21 +20,49 @@ | |||
| 27 | static unsigned int isa_membase, isa_portbase, isa_portshift; | 20 | static unsigned int isa_membase, isa_portbase, isa_portshift; |
| 28 | 21 | ||
| 29 | static ctl_table ctl_isa_vars[4] = { | 22 | static ctl_table ctl_isa_vars[4] = { |
| 30 | {BUS_ISA_MEM_BASE, "membase", &isa_membase, | 23 | { |
| 31 | sizeof(isa_membase), 0444, NULL, &proc_dointvec}, | 24 | .ctl_name = BUS_ISA_MEM_BASE, |
| 32 | {BUS_ISA_PORT_BASE, "portbase", &isa_portbase, | 25 | .procname = "membase", |
| 33 | sizeof(isa_portbase), 0444, NULL, &proc_dointvec}, | 26 | .data = &isa_membase, |
| 34 | {BUS_ISA_PORT_SHIFT, "portshift", &isa_portshift, | 27 | .maxlen = sizeof(isa_membase), |
| 35 | sizeof(isa_portshift), 0444, NULL, &proc_dointvec}, | 28 | .mode = 0444, |
| 36 | {0} | 29 | .proc_handler = &proc_dointvec, |
| 30 | }, { | ||
| 31 | .ctl_name = BUS_ISA_PORT_BASE, | ||
| 32 | .procname = "portbase", | ||
| 33 | .data = &isa_portbase, | ||
| 34 | .maxlen = sizeof(isa_portbase), | ||
| 35 | .mode = 0444, | ||
| 36 | .proc_handler = &proc_dointvec, | ||
| 37 | }, { | ||
| 38 | .ctl_name = BUS_ISA_PORT_SHIFT, | ||
| 39 | .procname = "portshift", | ||
| 40 | .data = &isa_portshift, | ||
| 41 | .maxlen = sizeof(isa_portshift), | ||
| 42 | .mode = 0444, | ||
| 43 | .proc_handler = &proc_dointvec, | ||
| 44 | }, {0} | ||
| 37 | }; | 45 | }; |
| 38 | 46 | ||
| 39 | static struct ctl_table_header *isa_sysctl_header; | 47 | static struct ctl_table_header *isa_sysctl_header; |
| 40 | 48 | ||
| 41 | static ctl_table ctl_isa[2] = {{CTL_BUS_ISA, "isa", NULL, 0, 0555, ctl_isa_vars}, | 49 | static ctl_table ctl_isa[2] = { |
| 42 | {0}}; | 50 | { |
| 43 | static ctl_table ctl_bus[2] = {{CTL_BUS, "bus", NULL, 0, 0555, ctl_isa}, | 51 | .ctl_name = CTL_BUS_ISA, |
| 44 | {0}}; | 52 | .procname = "isa", |
| 53 | .mode = 0555, | ||
| 54 | .child = ctl_isa_vars, | ||
| 55 | }, {0} | ||
| 56 | }; | ||
| 57 | |||
| 58 | static ctl_table ctl_bus[2] = { | ||
| 59 | { | ||
| 60 | .ctl_name = CTL_BUS, | ||
| 61 | .procname = "bus", | ||
| 62 | .mode = 0555, | ||
| 63 | .child = ctl_isa, | ||
| 64 | }, {0} | ||
| 65 | }; | ||
| 45 | 66 | ||
| 46 | void __init | 67 | void __init |
| 47 | register_isa_ports(unsigned int membase, unsigned int portbase, unsigned int portshift) | 68 | register_isa_ports(unsigned int membase, unsigned int portbase, unsigned int portshift) |
diff --git a/arch/arm/mach-footbridge/dc21285.c b/arch/arm/mach-footbridge/dc21285.c index 607ed1f5b3f8..823e25d4547e 100644 --- a/arch/arm/mach-footbridge/dc21285.c +++ b/arch/arm/mach-footbridge/dc21285.c | |||
| @@ -35,7 +35,6 @@ | |||
| 35 | 35 | ||
| 36 | extern int setup_arm_irq(int, struct irqaction *); | 36 | extern int setup_arm_irq(int, struct irqaction *); |
| 37 | extern void pcibios_report_status(u_int status_mask, int warn); | 37 | extern void pcibios_report_status(u_int status_mask, int warn); |
| 38 | extern void register_isa_ports(unsigned int, unsigned int, unsigned int); | ||
| 39 | 38 | ||
| 40 | static unsigned long | 39 | static unsigned long |
| 41 | dc21285_base_address(struct pci_bus *bus, unsigned int devfn) | 40 | dc21285_base_address(struct pci_bus *bus, unsigned int devfn) |
diff --git a/arch/arm/mach-integrator/pci_v3.c b/arch/arm/mach-integrator/pci_v3.c index f9043592e299..4418f6d7572d 100644 --- a/arch/arm/mach-integrator/pci_v3.c +++ b/arch/arm/mach-integrator/pci_v3.c | |||
| @@ -600,4 +600,6 @@ void __init pci_v3_postinit(void) | |||
| 600 | printk(KERN_ERR "PCI: unable to grab local bus timeout " | 600 | printk(KERN_ERR "PCI: unable to grab local bus timeout " |
| 601 | "interrupt: %d\n", ret); | 601 | "interrupt: %d\n", ret); |
| 602 | #endif | 602 | #endif |
| 603 | |||
| 604 | register_isa_ports(PHYS_PCI_MEM_BASE, PHYS_PCI_IO_BASE, 0); | ||
| 603 | } | 605 | } |
diff --git a/arch/arm/mach-pxa/corgi_ssp.c b/arch/arm/mach-pxa/corgi_ssp.c index f9421318cb7a..ff6b4ee037f5 100644 --- a/arch/arm/mach-pxa/corgi_ssp.c +++ b/arch/arm/mach-pxa/corgi_ssp.c | |||
| @@ -47,14 +47,15 @@ static struct corgissp_machinfo *ssp_machinfo; | |||
| 47 | */ | 47 | */ |
| 48 | unsigned long corgi_ssp_ads7846_putget(ulong data) | 48 | unsigned long corgi_ssp_ads7846_putget(ulong data) |
| 49 | { | 49 | { |
| 50 | unsigned long ret,flag; | 50 | unsigned long flag; |
| 51 | u32 ret = 0; | ||
| 51 | 52 | ||
| 52 | spin_lock_irqsave(&corgi_ssp_lock, flag); | 53 | spin_lock_irqsave(&corgi_ssp_lock, flag); |
| 53 | if (ssp_machinfo->cs_ads7846 >= 0) | 54 | if (ssp_machinfo->cs_ads7846 >= 0) |
| 54 | GPCR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); | 55 | GPCR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); |
| 55 | 56 | ||
| 56 | ssp_write_word(&corgi_ssp_dev,data); | 57 | ssp_write_word(&corgi_ssp_dev,data); |
| 57 | ret = ssp_read_word(&corgi_ssp_dev); | 58 | ssp_read_word(&corgi_ssp_dev, &ret); |
| 58 | 59 | ||
| 59 | if (ssp_machinfo->cs_ads7846 >= 0) | 60 | if (ssp_machinfo->cs_ads7846 >= 0) |
| 60 | GPSR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); | 61 | GPSR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); |
| @@ -88,7 +89,9 @@ void corgi_ssp_ads7846_put(ulong data) | |||
| 88 | 89 | ||
| 89 | unsigned long corgi_ssp_ads7846_get(void) | 90 | unsigned long corgi_ssp_ads7846_get(void) |
| 90 | { | 91 | { |
| 91 | return ssp_read_word(&corgi_ssp_dev); | 92 | u32 ret = 0; |
| 93 | ssp_read_word(&corgi_ssp_dev, &ret); | ||
| 94 | return ret; | ||
| 92 | } | 95 | } |
| 93 | 96 | ||
| 94 | EXPORT_SYMBOL(corgi_ssp_ads7846_putget); | 97 | EXPORT_SYMBOL(corgi_ssp_ads7846_putget); |
| @@ -104,6 +107,7 @@ EXPORT_SYMBOL(corgi_ssp_ads7846_get); | |||
| 104 | unsigned long corgi_ssp_dac_put(ulong data) | 107 | unsigned long corgi_ssp_dac_put(ulong data) |
| 105 | { | 108 | { |
| 106 | unsigned long flag, sscr1 = SSCR1_SPH; | 109 | unsigned long flag, sscr1 = SSCR1_SPH; |
| 110 | u32 tmp; | ||
| 107 | 111 | ||
| 108 | spin_lock_irqsave(&corgi_ssp_lock, flag); | 112 | spin_lock_irqsave(&corgi_ssp_lock, flag); |
| 109 | 113 | ||
| @@ -118,7 +122,7 @@ unsigned long corgi_ssp_dac_put(ulong data) | |||
| 118 | GPCR(ssp_machinfo->cs_lcdcon) = GPIO_bit(ssp_machinfo->cs_lcdcon); | 122 | GPCR(ssp_machinfo->cs_lcdcon) = GPIO_bit(ssp_machinfo->cs_lcdcon); |
| 119 | ssp_write_word(&corgi_ssp_dev,data); | 123 | ssp_write_word(&corgi_ssp_dev,data); |
| 120 | /* Read null data back from device to prevent SSP overflow */ | 124 | /* Read null data back from device to prevent SSP overflow */ |
| 121 | ssp_read_word(&corgi_ssp_dev); | 125 | ssp_read_word(&corgi_ssp_dev, &tmp); |
| 122 | if (ssp_machinfo->cs_lcdcon >= 0) | 126 | if (ssp_machinfo->cs_lcdcon >= 0) |
| 123 | GPSR(ssp_machinfo->cs_lcdcon) = GPIO_bit(ssp_machinfo->cs_lcdcon); | 127 | GPSR(ssp_machinfo->cs_lcdcon) = GPIO_bit(ssp_machinfo->cs_lcdcon); |
| 124 | 128 | ||
| @@ -150,7 +154,7 @@ EXPORT_SYMBOL(corgi_ssp_blduty_set); | |||
| 150 | int corgi_ssp_max1111_get(ulong data) | 154 | int corgi_ssp_max1111_get(ulong data) |
| 151 | { | 155 | { |
| 152 | unsigned long flag; | 156 | unsigned long flag; |
| 153 | int voltage,voltage1,voltage2; | 157 | long voltage = 0, voltage1 = 0, voltage2 = 0; |
| 154 | 158 | ||
| 155 | spin_lock_irqsave(&corgi_ssp_lock, flag); | 159 | spin_lock_irqsave(&corgi_ssp_lock, flag); |
| 156 | if (ssp_machinfo->cs_max1111 >= 0) | 160 | if (ssp_machinfo->cs_max1111 >= 0) |
| @@ -163,15 +167,15 @@ int corgi_ssp_max1111_get(ulong data) | |||
| 163 | 167 | ||
| 164 | /* TB1/RB1 */ | 168 | /* TB1/RB1 */ |
| 165 | ssp_write_word(&corgi_ssp_dev,data); | 169 | ssp_write_word(&corgi_ssp_dev,data); |
| 166 | ssp_read_word(&corgi_ssp_dev); /* null read */ | 170 | ssp_read_word(&corgi_ssp_dev, (u32*)&voltage1); /* null read */ |
| 167 | 171 | ||
| 168 | /* TB12/RB2 */ | 172 | /* TB12/RB2 */ |
| 169 | ssp_write_word(&corgi_ssp_dev,0); | 173 | ssp_write_word(&corgi_ssp_dev,0); |
| 170 | voltage1=ssp_read_word(&corgi_ssp_dev); | 174 | ssp_read_word(&corgi_ssp_dev, (u32*)&voltage1); |
| 171 | 175 | ||
| 172 | /* TB13/RB3*/ | 176 | /* TB13/RB3*/ |
| 173 | ssp_write_word(&corgi_ssp_dev,0); | 177 | ssp_write_word(&corgi_ssp_dev,0); |
| 174 | voltage2=ssp_read_word(&corgi_ssp_dev); | 178 | ssp_read_word(&corgi_ssp_dev, (u32*)&voltage2); |
| 175 | 179 | ||
| 176 | ssp_disable(&corgi_ssp_dev); | 180 | ssp_disable(&corgi_ssp_dev); |
| 177 | ssp_config(&corgi_ssp_dev, (SSCR0_National | (SSCR0_DSS & 0x0b )), 0, 0, SSCR0_SerClkDiv(ssp_machinfo->clk_ads7846)); | 181 | ssp_config(&corgi_ssp_dev, (SSCR0_National | (SSCR0_DSS & 0x0b )), 0, 0, SSCR0_SerClkDiv(ssp_machinfo->clk_ads7846)); |
diff --git a/arch/arm/mach-pxa/ssp.c b/arch/arm/mach-pxa/ssp.c index 93096befd017..1fddfeaa630d 100644 --- a/arch/arm/mach-pxa/ssp.c +++ b/arch/arm/mach-pxa/ssp.c | |||
| @@ -40,6 +40,8 @@ | |||
| 40 | 40 | ||
| 41 | #define PXA_SSP_PORTS 3 | 41 | #define PXA_SSP_PORTS 3 |
| 42 | 42 | ||
| 43 | #define TIMEOUT 100000 | ||
| 44 | |||
| 43 | struct ssp_info_ { | 45 | struct ssp_info_ { |
| 44 | int irq; | 46 | int irq; |
| 45 | u32 clock; | 47 | u32 clock; |
| @@ -92,13 +94,18 @@ static irqreturn_t ssp_interrupt(int irq, void *dev_id, struct pt_regs *regs) | |||
| 92 | * The caller is expected to perform the necessary locking. | 94 | * The caller is expected to perform the necessary locking. |
| 93 | * | 95 | * |
| 94 | * Returns: | 96 | * Returns: |
| 95 | * %-ETIMEDOUT timeout occurred (for future) | 97 | * %-ETIMEDOUT timeout occurred |
| 96 | * 0 success | 98 | * 0 success |
| 97 | */ | 99 | */ |
| 98 | int ssp_write_word(struct ssp_dev *dev, u32 data) | 100 | int ssp_write_word(struct ssp_dev *dev, u32 data) |
| 99 | { | 101 | { |
| 100 | while (!(SSSR_P(dev->port) & SSSR_TNF)) | 102 | int timeout = TIMEOUT; |
| 103 | |||
| 104 | while (!(SSSR_P(dev->port) & SSSR_TNF)) { | ||
| 105 | if (!--timeout) | ||
| 106 | return -ETIMEDOUT; | ||
| 101 | cpu_relax(); | 107 | cpu_relax(); |
| 108 | } | ||
| 102 | 109 | ||
| 103 | SSDR_P(dev->port) = data; | 110 | SSDR_P(dev->port) = data; |
| 104 | 111 | ||
| @@ -117,15 +124,21 @@ int ssp_write_word(struct ssp_dev *dev, u32 data) | |||
| 117 | * The caller is expected to perform the necessary locking. | 124 | * The caller is expected to perform the necessary locking. |
| 118 | * | 125 | * |
| 119 | * Returns: | 126 | * Returns: |
| 120 | * %-ETIMEDOUT timeout occurred (for future) | 127 | * %-ETIMEDOUT timeout occurred |
| 121 | * 32-bit data success | 128 | * 32-bit data success |
| 122 | */ | 129 | */ |
| 123 | int ssp_read_word(struct ssp_dev *dev) | 130 | int ssp_read_word(struct ssp_dev *dev, u32 *data) |
| 124 | { | 131 | { |
| 125 | while (!(SSSR_P(dev->port) & SSSR_RNE)) | 132 | int timeout = TIMEOUT; |
| 133 | |||
| 134 | while (!(SSSR_P(dev->port) & SSSR_RNE)) { | ||
| 135 | if (!--timeout) | ||
| 136 | return -ETIMEDOUT; | ||
| 126 | cpu_relax(); | 137 | cpu_relax(); |
| 138 | } | ||
| 127 | 139 | ||
| 128 | return SSDR_P(dev->port); | 140 | *data = SSDR_P(dev->port); |
| 141 | return 0; | ||
| 129 | } | 142 | } |
| 130 | 143 | ||
| 131 | /** | 144 | /** |
| @@ -136,13 +149,21 @@ int ssp_read_word(struct ssp_dev *dev) | |||
| 136 | * | 149 | * |
| 137 | * The caller is expected to perform the necessary locking. | 150 | * The caller is expected to perform the necessary locking. |
| 138 | */ | 151 | */ |
| 139 | void ssp_flush(struct ssp_dev *dev) | 152 | int ssp_flush(struct ssp_dev *dev) |
| 140 | { | 153 | { |
| 154 | int timeout = TIMEOUT * 2; | ||
| 155 | |||
| 141 | do { | 156 | do { |
| 142 | while (SSSR_P(dev->port) & SSSR_RNE) { | 157 | while (SSSR_P(dev->port) & SSSR_RNE) { |
| 158 | if (!--timeout) | ||
| 159 | return -ETIMEDOUT; | ||
| 143 | (void) SSDR_P(dev->port); | 160 | (void) SSDR_P(dev->port); |
| 144 | } | 161 | } |
| 162 | if (!--timeout) | ||
| 163 | return -ETIMEDOUT; | ||
| 145 | } while (SSSR_P(dev->port) & SSSR_BSY); | 164 | } while (SSSR_P(dev->port) & SSSR_BSY); |
| 165 | |||
| 166 | return 0; | ||
| 146 | } | 167 | } |
| 147 | 168 | ||
| 148 | /** | 169 | /** |
diff --git a/arch/arm/mach-s3c2410/dma.c b/arch/arm/mach-s3c2410/dma.c index 25855452fe8c..cc92a7b2db88 100644 --- a/arch/arm/mach-s3c2410/dma.c +++ b/arch/arm/mach-s3c2410/dma.c | |||
| @@ -60,7 +60,7 @@ static void __iomem *dma_base; | |||
| 60 | static kmem_cache_t *dma_kmem; | 60 | static kmem_cache_t *dma_kmem; |
| 61 | 61 | ||
| 62 | /* dma channel state information */ | 62 | /* dma channel state information */ |
| 63 | s3c2410_dma_chan_t s3c2410_chans[S3C2410_DMA_CHANNELS]; | 63 | struct s3c2410_dma_chan s3c2410_chans[S3C2410_DMA_CHANNELS]; |
| 64 | 64 | ||
| 65 | /* debugging functions */ | 65 | /* debugging functions */ |
| 66 | 66 | ||
| @@ -74,7 +74,7 @@ s3c2410_dma_chan_t s3c2410_chans[S3C2410_DMA_CHANNELS]; | |||
| 74 | #define dma_wrreg(chan, reg, val) writel((val), (chan)->regs + (reg)) | 74 | #define dma_wrreg(chan, reg, val) writel((val), (chan)->regs + (reg)) |
| 75 | #else | 75 | #else |
| 76 | static inline void | 76 | static inline void |
| 77 | dma_wrreg(s3c2410_dma_chan_t *chan, int reg, unsigned long val) | 77 | dma_wrreg(struct s3c2410_dma_chan *chan, int reg, unsigned long val) |
| 78 | { | 78 | { |
| 79 | pr_debug("writing %08x to register %08x\n",(unsigned int)val,reg); | 79 | pr_debug("writing %08x to register %08x\n",(unsigned int)val,reg); |
| 80 | writel(val, dma_regaddr(chan, reg)); | 80 | writel(val, dma_regaddr(chan, reg)); |
| @@ -102,7 +102,7 @@ struct s3c2410_dma_regstate { | |||
| 102 | */ | 102 | */ |
| 103 | 103 | ||
| 104 | static void | 104 | static void |
| 105 | dmadbg_capture(s3c2410_dma_chan_t *chan, struct s3c2410_dma_regstate *regs) | 105 | dmadbg_capture(struct s3c2410_dma_chan *chan, struct s3c2410_dma_regstate *regs) |
| 106 | { | 106 | { |
| 107 | regs->dcsrc = dma_rdreg(chan, S3C2410_DMA_DCSRC); | 107 | regs->dcsrc = dma_rdreg(chan, S3C2410_DMA_DCSRC); |
| 108 | regs->disrc = dma_rdreg(chan, S3C2410_DMA_DISRC); | 108 | regs->disrc = dma_rdreg(chan, S3C2410_DMA_DISRC); |
| @@ -112,7 +112,7 @@ dmadbg_capture(s3c2410_dma_chan_t *chan, struct s3c2410_dma_regstate *regs) | |||
| 112 | } | 112 | } |
| 113 | 113 | ||
| 114 | static void | 114 | static void |
| 115 | dmadbg_dumpregs(const char *fname, int line, s3c2410_dma_chan_t *chan, | 115 | dmadbg_dumpregs(const char *fname, int line, struct s3c2410_dma_chan *chan, |
| 116 | struct s3c2410_dma_regstate *regs) | 116 | struct s3c2410_dma_regstate *regs) |
| 117 | { | 117 | { |
| 118 | printk(KERN_DEBUG "dma%d: %s:%d: DCSRC=%08lx, DISRC=%08lx, DSTAT=%08lx DMT=%02lx, DCON=%08lx\n", | 118 | printk(KERN_DEBUG "dma%d: %s:%d: DCSRC=%08lx, DISRC=%08lx, DSTAT=%08lx DMT=%02lx, DCON=%08lx\n", |
| @@ -122,7 +122,7 @@ dmadbg_dumpregs(const char *fname, int line, s3c2410_dma_chan_t *chan, | |||
| 122 | } | 122 | } |
| 123 | 123 | ||
| 124 | static void | 124 | static void |
| 125 | dmadbg_showchan(const char *fname, int line, s3c2410_dma_chan_t *chan) | 125 | dmadbg_showchan(const char *fname, int line, struct s3c2410_dma_chan *chan) |
| 126 | { | 126 | { |
| 127 | struct s3c2410_dma_regstate state; | 127 | struct s3c2410_dma_regstate state; |
| 128 | 128 | ||
| @@ -136,7 +136,7 @@ dmadbg_showchan(const char *fname, int line, s3c2410_dma_chan_t *chan) | |||
| 136 | } | 136 | } |
| 137 | 137 | ||
| 138 | static void | 138 | static void |
| 139 | dmadbg_showregs(const char *fname, int line, s3c2410_dma_chan_t *chan) | 139 | dmadbg_showregs(const char *fname, int line, struct s3c2410_dma_chan *chan) |
| 140 | { | 140 | { |
| 141 | struct s3c2410_dma_regstate state; | 141 | struct s3c2410_dma_regstate state; |
| 142 | 142 | ||
| @@ -164,7 +164,7 @@ dmadbg_showregs(const char *fname, int line, s3c2410_dma_chan_t *chan) | |||
| 164 | */ | 164 | */ |
| 165 | 165 | ||
| 166 | static void | 166 | static void |
| 167 | s3c2410_dma_stats_timeout(s3c2410_dma_stats_t *stats, int val) | 167 | s3c2410_dma_stats_timeout(struct s3c2410_dma_stats *stats, int val) |
| 168 | { | 168 | { |
| 169 | if (stats == NULL) | 169 | if (stats == NULL) |
| 170 | return; | 170 | return; |
| @@ -183,7 +183,7 @@ s3c2410_dma_stats_timeout(s3c2410_dma_stats_t *stats, int val) | |||
| 183 | */ | 183 | */ |
| 184 | 184 | ||
| 185 | static int | 185 | static int |
| 186 | s3c2410_dma_waitforload(s3c2410_dma_chan_t *chan, int line) | 186 | s3c2410_dma_waitforload(struct s3c2410_dma_chan *chan, int line) |
| 187 | { | 187 | { |
| 188 | int timeout = chan->load_timeout; | 188 | int timeout = chan->load_timeout; |
| 189 | int took; | 189 | int took; |
| @@ -230,8 +230,8 @@ s3c2410_dma_waitforload(s3c2410_dma_chan_t *chan, int line) | |||
| 230 | */ | 230 | */ |
| 231 | 231 | ||
| 232 | static inline int | 232 | static inline int |
| 233 | s3c2410_dma_loadbuffer(s3c2410_dma_chan_t *chan, | 233 | s3c2410_dma_loadbuffer(struct s3c2410_dma_chan *chan, |
| 234 | s3c2410_dma_buf_t *buf) | 234 | struct s3c2410_dma_buf *buf) |
| 235 | { | 235 | { |
| 236 | unsigned long reload; | 236 | unsigned long reload; |
| 237 | 237 | ||
| @@ -304,7 +304,7 @@ s3c2410_dma_loadbuffer(s3c2410_dma_chan_t *chan, | |||
| 304 | */ | 304 | */ |
| 305 | 305 | ||
| 306 | static void | 306 | static void |
| 307 | s3c2410_dma_call_op(s3c2410_dma_chan_t *chan, s3c2410_chan_op_t op) | 307 | s3c2410_dma_call_op(struct s3c2410_dma_chan *chan, enum s3c2410_chan_op op) |
| 308 | { | 308 | { |
| 309 | if (chan->op_fn != NULL) { | 309 | if (chan->op_fn != NULL) { |
| 310 | (chan->op_fn)(chan, op); | 310 | (chan->op_fn)(chan, op); |
| @@ -318,8 +318,8 @@ s3c2410_dma_call_op(s3c2410_dma_chan_t *chan, s3c2410_chan_op_t op) | |||
| 318 | */ | 318 | */ |
| 319 | 319 | ||
| 320 | static inline void | 320 | static inline void |
| 321 | s3c2410_dma_buffdone(s3c2410_dma_chan_t *chan, s3c2410_dma_buf_t *buf, | 321 | s3c2410_dma_buffdone(struct s3c2410_dma_chan *chan, struct s3c2410_dma_buf *buf, |
| 322 | s3c2410_dma_buffresult_t result) | 322 | enum s3c2410_dma_buffresult result) |
| 323 | { | 323 | { |
| 324 | pr_debug("callback_fn=%p, buf=%p, id=%p, size=%d, result=%d\n", | 324 | pr_debug("callback_fn=%p, buf=%p, id=%p, size=%d, result=%d\n", |
| 325 | chan->callback_fn, buf, buf->id, buf->size, result); | 325 | chan->callback_fn, buf, buf->id, buf->size, result); |
| @@ -334,7 +334,7 @@ s3c2410_dma_buffdone(s3c2410_dma_chan_t *chan, s3c2410_dma_buf_t *buf, | |||
| 334 | * start a dma channel going | 334 | * start a dma channel going |
| 335 | */ | 335 | */ |
| 336 | 336 | ||
| 337 | static int s3c2410_dma_start(s3c2410_dma_chan_t *chan) | 337 | static int s3c2410_dma_start(struct s3c2410_dma_chan *chan) |
| 338 | { | 338 | { |
| 339 | unsigned long tmp; | 339 | unsigned long tmp; |
| 340 | unsigned long flags; | 340 | unsigned long flags; |
| @@ -430,7 +430,7 @@ static int s3c2410_dma_start(s3c2410_dma_chan_t *chan) | |||
| 430 | */ | 430 | */ |
| 431 | 431 | ||
| 432 | static int | 432 | static int |
| 433 | s3c2410_dma_canload(s3c2410_dma_chan_t *chan) | 433 | s3c2410_dma_canload(struct s3c2410_dma_chan *chan) |
| 434 | { | 434 | { |
| 435 | if (chan->load_state == S3C2410_DMALOAD_NONE || | 435 | if (chan->load_state == S3C2410_DMALOAD_NONE || |
| 436 | chan->load_state == S3C2410_DMALOAD_1RUNNING) | 436 | chan->load_state == S3C2410_DMALOAD_1RUNNING) |
| @@ -460,8 +460,8 @@ s3c2410_dma_canload(s3c2410_dma_chan_t *chan) | |||
| 460 | int s3c2410_dma_enqueue(unsigned int channel, void *id, | 460 | int s3c2410_dma_enqueue(unsigned int channel, void *id, |
| 461 | dma_addr_t data, int size) | 461 | dma_addr_t data, int size) |
| 462 | { | 462 | { |
| 463 | s3c2410_dma_chan_t *chan = &s3c2410_chans[channel]; | 463 | struct s3c2410_dma_chan *chan = &s3c2410_chans[channel]; |
| 464 | s3c2410_dma_buf_t *buf; | 464 | struct s3c2410_dma_buf *buf; |
| 465 | unsigned long flags; | 465 | unsigned long flags; |
| 466 | 466 | ||
| 467 | check_channel(channel); | 467 | check_channel(channel); |
| @@ -540,7 +540,7 @@ int s3c2410_dma_enqueue(unsigned int channel, void *id, | |||
| 540 | EXPORT_SYMBOL(s3c2410_dma_enqueue); | 540 | EXPORT_SYMBOL(s3c2410_dma_enqueue); |
| 541 | 541 | ||
| 542 | static inline void | 542 | static inline void |
| 543 | s3c2410_dma_freebuf(s3c2410_dma_buf_t *buf) | 543 | s3c2410_dma_freebuf(struct s3c2410_dma_buf *buf) |
| 544 | { | 544 | { |
| 545 | int magicok = (buf->magic == BUF_MAGIC); | 545 | int magicok = (buf->magic == BUF_MAGIC); |
| 546 | 546 | ||
| @@ -560,7 +560,7 @@ s3c2410_dma_freebuf(s3c2410_dma_buf_t *buf) | |||
| 560 | */ | 560 | */ |
| 561 | 561 | ||
| 562 | static inline void | 562 | static inline void |
| 563 | s3c2410_dma_lastxfer(s3c2410_dma_chan_t *chan) | 563 | s3c2410_dma_lastxfer(struct s3c2410_dma_chan *chan) |
| 564 | { | 564 | { |
| 565 | pr_debug("dma%d: s3c2410_dma_lastxfer: load_state %d\n", | 565 | pr_debug("dma%d: s3c2410_dma_lastxfer: load_state %d\n", |
| 566 | chan->number, chan->load_state); | 566 | chan->number, chan->load_state); |
| @@ -601,8 +601,8 @@ s3c2410_dma_lastxfer(s3c2410_dma_chan_t *chan) | |||
| 601 | static irqreturn_t | 601 | static irqreturn_t |
| 602 | s3c2410_dma_irq(int irq, void *devpw, struct pt_regs *regs) | 602 | s3c2410_dma_irq(int irq, void *devpw, struct pt_regs *regs) |
| 603 | { | 603 | { |
| 604 | s3c2410_dma_chan_t *chan = (s3c2410_dma_chan_t *)devpw; | 604 | struct s3c2410_dma_chan *chan = (struct s3c2410_dma_chan *)devpw; |
| 605 | s3c2410_dma_buf_t *buf; | 605 | struct s3c2410_dma_buf *buf; |
| 606 | 606 | ||
| 607 | buf = chan->curr; | 607 | buf = chan->curr; |
| 608 | 608 | ||
| @@ -731,10 +731,10 @@ s3c2410_dma_irq(int irq, void *devpw, struct pt_regs *regs) | |||
| 731 | * get control of an dma channel | 731 | * get control of an dma channel |
| 732 | */ | 732 | */ |
| 733 | 733 | ||
| 734 | int s3c2410_dma_request(unsigned int channel, s3c2410_dma_client_t *client, | 734 | int s3c2410_dma_request(unsigned int channel, struct s3c2410_dma_client *client, |
| 735 | void *dev) | 735 | void *dev) |
| 736 | { | 736 | { |
| 737 | s3c2410_dma_chan_t *chan = &s3c2410_chans[channel]; | 737 | struct s3c2410_dma_chan *chan = &s3c2410_chans[channel]; |
| 738 | unsigned long flags; | 738 | unsigned long flags; |
| 739 | int err; | 739 | int err; |
| 740 | 740 | ||
| @@ -807,9 +807,9 @@ EXPORT_SYMBOL(s3c2410_dma_request); | |||
| 807 | * allowed to go through. | 807 | * allowed to go through. |
| 808 | */ | 808 | */ |
| 809 | 809 | ||
| 810 | int s3c2410_dma_free(dmach_t channel, s3c2410_dma_client_t *client) | 810 | int s3c2410_dma_free(dmach_t channel, struct s3c2410_dma_client *client) |
| 811 | { | 811 | { |
| 812 | s3c2410_dma_chan_t *chan = &s3c2410_chans[channel]; | 812 | struct s3c2410_dma_chan *chan = &s3c2410_chans[channel]; |
| 813 | unsigned long flags; | 813 | unsigned long flags; |
| 814 | 814 | ||
| 815 | check_channel(channel); | 815 | check_channel(channel); |
| @@ -846,7 +846,7 @@ int s3c2410_dma_free(dmach_t channel, s3c2410_dma_client_t *client) | |||
| 846 | 846 | ||
| 847 | EXPORT_SYMBOL(s3c2410_dma_free); | 847 | EXPORT_SYMBOL(s3c2410_dma_free); |
| 848 | 848 | ||
| 849 | static int s3c2410_dma_dostop(s3c2410_dma_chan_t *chan) | 849 | static int s3c2410_dma_dostop(struct s3c2410_dma_chan *chan) |
| 850 | { | 850 | { |
| 851 | unsigned long tmp; | 851 | unsigned long tmp; |
| 852 | unsigned long flags; | 852 | unsigned long flags; |
| @@ -880,7 +880,7 @@ static int s3c2410_dma_dostop(s3c2410_dma_chan_t *chan) | |||
| 880 | return 0; | 880 | return 0; |
| 881 | } | 881 | } |
| 882 | 882 | ||
| 883 | void s3c2410_dma_waitforstop(s3c2410_dma_chan_t *chan) | 883 | void s3c2410_dma_waitforstop(struct s3c2410_dma_chan *chan) |
| 884 | { | 884 | { |
| 885 | unsigned long tmp; | 885 | unsigned long tmp; |
| 886 | unsigned int timeout = 0x10000; | 886 | unsigned int timeout = 0x10000; |
| @@ -901,9 +901,9 @@ void s3c2410_dma_waitforstop(s3c2410_dma_chan_t *chan) | |||
| 901 | * stop the channel, and remove all current and pending transfers | 901 | * stop the channel, and remove all current and pending transfers |
| 902 | */ | 902 | */ |
| 903 | 903 | ||
| 904 | static int s3c2410_dma_flush(s3c2410_dma_chan_t *chan) | 904 | static int s3c2410_dma_flush(struct s3c2410_dma_chan *chan) |
| 905 | { | 905 | { |
| 906 | s3c2410_dma_buf_t *buf, *next; | 906 | struct s3c2410_dma_buf *buf, *next; |
| 907 | unsigned long flags; | 907 | unsigned long flags; |
| 908 | 908 | ||
| 909 | pr_debug("%s: chan %p (%d)\n", __FUNCTION__, chan, chan->number); | 909 | pr_debug("%s: chan %p (%d)\n", __FUNCTION__, chan, chan->number); |
| @@ -958,7 +958,7 @@ static int s3c2410_dma_flush(s3c2410_dma_chan_t *chan) | |||
| 958 | } | 958 | } |
| 959 | 959 | ||
| 960 | int | 960 | int |
| 961 | s3c2410_dma_started(s3c2410_dma_chan_t *chan) | 961 | s3c2410_dma_started(struct s3c2410_dma_chan *chan) |
| 962 | { | 962 | { |
| 963 | unsigned long flags; | 963 | unsigned long flags; |
| 964 | 964 | ||
| @@ -995,9 +995,9 @@ s3c2410_dma_started(s3c2410_dma_chan_t *chan) | |||
| 995 | } | 995 | } |
| 996 | 996 | ||
| 997 | int | 997 | int |
| 998 | s3c2410_dma_ctrl(dmach_t channel, s3c2410_chan_op_t op) | 998 | s3c2410_dma_ctrl(dmach_t channel, enum s3c2410_chan_op op) |
| 999 | { | 999 | { |
| 1000 | s3c2410_dma_chan_t *chan = &s3c2410_chans[channel]; | 1000 | struct s3c2410_dma_chan *chan = &s3c2410_chans[channel]; |
| 1001 | 1001 | ||
| 1002 | check_channel(channel); | 1002 | check_channel(channel); |
| 1003 | 1003 | ||
| @@ -1046,7 +1046,7 @@ int s3c2410_dma_config(dmach_t channel, | |||
| 1046 | int xferunit, | 1046 | int xferunit, |
| 1047 | int dcon) | 1047 | int dcon) |
| 1048 | { | 1048 | { |
| 1049 | s3c2410_dma_chan_t *chan = &s3c2410_chans[channel]; | 1049 | struct s3c2410_dma_chan *chan = &s3c2410_chans[channel]; |
| 1050 | 1050 | ||
| 1051 | pr_debug("%s: chan=%d, xfer_unit=%d, dcon=%08x\n", | 1051 | pr_debug("%s: chan=%d, xfer_unit=%d, dcon=%08x\n", |
| 1052 | __FUNCTION__, channel, xferunit, dcon); | 1052 | __FUNCTION__, channel, xferunit, dcon); |
| @@ -1086,7 +1086,7 @@ EXPORT_SYMBOL(s3c2410_dma_config); | |||
| 1086 | 1086 | ||
| 1087 | int s3c2410_dma_setflags(dmach_t channel, unsigned int flags) | 1087 | int s3c2410_dma_setflags(dmach_t channel, unsigned int flags) |
| 1088 | { | 1088 | { |
| 1089 | s3c2410_dma_chan_t *chan = &s3c2410_chans[channel]; | 1089 | struct s3c2410_dma_chan *chan = &s3c2410_chans[channel]; |
| 1090 | 1090 | ||
| 1091 | check_channel(channel); | 1091 | check_channel(channel); |
| 1092 | 1092 | ||
| @@ -1106,7 +1106,7 @@ EXPORT_SYMBOL(s3c2410_dma_setflags); | |||
| 1106 | 1106 | ||
| 1107 | int s3c2410_dma_set_opfn(dmach_t channel, s3c2410_dma_opfn_t rtn) | 1107 | int s3c2410_dma_set_opfn(dmach_t channel, s3c2410_dma_opfn_t rtn) |
| 1108 | { | 1108 | { |
| 1109 | s3c2410_dma_chan_t *chan = &s3c2410_chans[channel]; | 1109 | struct s3c2410_dma_chan *chan = &s3c2410_chans[channel]; |
| 1110 | 1110 | ||
| 1111 | check_channel(channel); | 1111 | check_channel(channel); |
| 1112 | 1112 | ||
| @@ -1121,7 +1121,7 @@ EXPORT_SYMBOL(s3c2410_dma_set_opfn); | |||
| 1121 | 1121 | ||
| 1122 | int s3c2410_dma_set_buffdone_fn(dmach_t channel, s3c2410_dma_cbfn_t rtn) | 1122 | int s3c2410_dma_set_buffdone_fn(dmach_t channel, s3c2410_dma_cbfn_t rtn) |
| 1123 | { | 1123 | { |
| 1124 | s3c2410_dma_chan_t *chan = &s3c2410_chans[channel]; | 1124 | struct s3c2410_dma_chan *chan = &s3c2410_chans[channel]; |
| 1125 | 1125 | ||
| 1126 | check_channel(channel); | 1126 | check_channel(channel); |
| 1127 | 1127 | ||
| @@ -1149,11 +1149,11 @@ EXPORT_SYMBOL(s3c2410_dma_set_buffdone_fn); | |||
| 1149 | */ | 1149 | */ |
| 1150 | 1150 | ||
| 1151 | int s3c2410_dma_devconfig(int channel, | 1151 | int s3c2410_dma_devconfig(int channel, |
| 1152 | s3c2410_dmasrc_t source, | 1152 | enum s3c2410_dmasrc source, |
| 1153 | int hwcfg, | 1153 | int hwcfg, |
| 1154 | unsigned long devaddr) | 1154 | unsigned long devaddr) |
| 1155 | { | 1155 | { |
| 1156 | s3c2410_dma_chan_t *chan = &s3c2410_chans[channel]; | 1156 | struct s3c2410_dma_chan *chan = &s3c2410_chans[channel]; |
| 1157 | 1157 | ||
| 1158 | check_channel(channel); | 1158 | check_channel(channel); |
| 1159 | 1159 | ||
| @@ -1200,7 +1200,7 @@ EXPORT_SYMBOL(s3c2410_dma_devconfig); | |||
| 1200 | 1200 | ||
| 1201 | int s3c2410_dma_getposition(dmach_t channel, dma_addr_t *src, dma_addr_t *dst) | 1201 | int s3c2410_dma_getposition(dmach_t channel, dma_addr_t *src, dma_addr_t *dst) |
| 1202 | { | 1202 | { |
| 1203 | s3c2410_dma_chan_t *chan = &s3c2410_chans[channel]; | 1203 | struct s3c2410_dma_chan *chan = &s3c2410_chans[channel]; |
| 1204 | 1204 | ||
| 1205 | check_channel(channel); | 1205 | check_channel(channel); |
| 1206 | 1206 | ||
| @@ -1222,7 +1222,7 @@ EXPORT_SYMBOL(s3c2410_dma_getposition); | |||
| 1222 | 1222 | ||
| 1223 | static int s3c2410_dma_suspend(struct sys_device *dev, pm_message_t state) | 1223 | static int s3c2410_dma_suspend(struct sys_device *dev, pm_message_t state) |
| 1224 | { | 1224 | { |
| 1225 | s3c2410_dma_chan_t *cp = container_of(dev, s3c2410_dma_chan_t, dev); | 1225 | struct s3c2410_dma_chan *cp = container_of(dev, struct s3c2410_dma_chan, dev); |
| 1226 | 1226 | ||
| 1227 | printk(KERN_DEBUG "suspending dma channel %d\n", cp->number); | 1227 | printk(KERN_DEBUG "suspending dma channel %d\n", cp->number); |
| 1228 | 1228 | ||
| @@ -1262,7 +1262,7 @@ static struct sysdev_class dma_sysclass = { | |||
| 1262 | 1262 | ||
| 1263 | static void s3c2410_dma_cache_ctor(void *p, kmem_cache_t *c, unsigned long f) | 1263 | static void s3c2410_dma_cache_ctor(void *p, kmem_cache_t *c, unsigned long f) |
| 1264 | { | 1264 | { |
| 1265 | memset(p, 0, sizeof(s3c2410_dma_buf_t)); | 1265 | memset(p, 0, sizeof(struct s3c2410_dma_buf)); |
| 1266 | } | 1266 | } |
| 1267 | 1267 | ||
| 1268 | 1268 | ||
| @@ -1270,7 +1270,7 @@ static void s3c2410_dma_cache_ctor(void *p, kmem_cache_t *c, unsigned long f) | |||
| 1270 | 1270 | ||
| 1271 | static int __init s3c2410_init_dma(void) | 1271 | static int __init s3c2410_init_dma(void) |
| 1272 | { | 1272 | { |
| 1273 | s3c2410_dma_chan_t *cp; | 1273 | struct s3c2410_dma_chan *cp; |
| 1274 | int channel; | 1274 | int channel; |
| 1275 | int ret; | 1275 | int ret; |
| 1276 | 1276 | ||
| @@ -1288,7 +1288,7 @@ static int __init s3c2410_init_dma(void) | |||
| 1288 | goto err; | 1288 | goto err; |
| 1289 | } | 1289 | } |
| 1290 | 1290 | ||
| 1291 | dma_kmem = kmem_cache_create("dma_desc", sizeof(s3c2410_dma_buf_t), 0, | 1291 | dma_kmem = kmem_cache_create("dma_desc", sizeof(struct s3c2410_dma_buf), 0, |
| 1292 | SLAB_HWCACHE_ALIGN, | 1292 | SLAB_HWCACHE_ALIGN, |
| 1293 | s3c2410_dma_cache_ctor, NULL); | 1293 | s3c2410_dma_cache_ctor, NULL); |
| 1294 | 1294 | ||
| @@ -1301,7 +1301,7 @@ static int __init s3c2410_init_dma(void) | |||
| 1301 | for (channel = 0; channel < S3C2410_DMA_CHANNELS; channel++) { | 1301 | for (channel = 0; channel < S3C2410_DMA_CHANNELS; channel++) { |
| 1302 | cp = &s3c2410_chans[channel]; | 1302 | cp = &s3c2410_chans[channel]; |
| 1303 | 1303 | ||
| 1304 | memset(cp, 0, sizeof(s3c2410_dma_chan_t)); | 1304 | memset(cp, 0, sizeof(struct s3c2410_dma_chan)); |
| 1305 | 1305 | ||
| 1306 | /* dma channel irqs are in order.. */ | 1306 | /* dma channel irqs are in order.. */ |
| 1307 | cp->number = channel; | 1307 | cp->number = channel; |
diff --git a/arch/arm/mach-sa1100/ssp.c b/arch/arm/mach-sa1100/ssp.c index 1604dadf27fc..5eba5fbbb561 100644 --- a/arch/arm/mach-sa1100/ssp.c +++ b/arch/arm/mach-sa1100/ssp.c | |||
| @@ -23,6 +23,8 @@ | |||
| 23 | #include <asm/hardware.h> | 23 | #include <asm/hardware.h> |
| 24 | #include <asm/hardware/ssp.h> | 24 | #include <asm/hardware/ssp.h> |
| 25 | 25 | ||
| 26 | #define TIMEOUT 100000 | ||
| 27 | |||
| 26 | static irqreturn_t ssp_interrupt(int irq, void *dev_id, struct pt_regs *regs) | 28 | static irqreturn_t ssp_interrupt(int irq, void *dev_id, struct pt_regs *regs) |
| 27 | { | 29 | { |
| 28 | unsigned int status = Ser4SSSR; | 30 | unsigned int status = Ser4SSSR; |
| @@ -47,18 +49,27 @@ static irqreturn_t ssp_interrupt(int irq, void *dev_id, struct pt_regs *regs) | |||
| 47 | * The caller is expected to perform the necessary locking. | 49 | * The caller is expected to perform the necessary locking. |
| 48 | * | 50 | * |
| 49 | * Returns: | 51 | * Returns: |
| 50 | * %-ETIMEDOUT timeout occurred (for future) | 52 | * %-ETIMEDOUT timeout occurred |
| 51 | * 0 success | 53 | * 0 success |
| 52 | */ | 54 | */ |
| 53 | int ssp_write_word(u16 data) | 55 | int ssp_write_word(u16 data) |
| 54 | { | 56 | { |
| 55 | while (!(Ser4SSSR & SSSR_TNF)) | 57 | int timeout = TIMEOUT; |
| 58 | |||
| 59 | while (!(Ser4SSSR & SSSR_TNF)) { | ||
| 60 | if (!--timeout) | ||
| 61 | return -ETIMEDOUT; | ||
| 56 | cpu_relax(); | 62 | cpu_relax(); |
| 63 | } | ||
| 57 | 64 | ||
| 58 | Ser4SSDR = data; | 65 | Ser4SSDR = data; |
| 59 | 66 | ||
| 60 | while (!(Ser4SSSR & SSSR_BSY)) | 67 | timeout = TIMEOUT; |
| 68 | while (!(Ser4SSSR & SSSR_BSY)) { | ||
| 69 | if (!--timeout) | ||
| 70 | return -ETIMEDOUT; | ||
| 61 | cpu_relax(); | 71 | cpu_relax(); |
| 72 | } | ||
| 62 | 73 | ||
| 63 | return 0; | 74 | return 0; |
| 64 | } | 75 | } |
| @@ -75,15 +86,22 @@ int ssp_write_word(u16 data) | |||
| 75 | * The caller is expected to perform the necessary locking. | 86 | * The caller is expected to perform the necessary locking. |
| 76 | * | 87 | * |
| 77 | * Returns: | 88 | * Returns: |
| 78 | * %-ETIMEDOUT timeout occurred (for future) | 89 | * %-ETIMEDOUT timeout occurred |
| 79 | * 16-bit data success | 90 | * 16-bit data success |
| 80 | */ | 91 | */ |
| 81 | int ssp_read_word(void) | 92 | int ssp_read_word(u16 *data) |
| 82 | { | 93 | { |
| 83 | while (!(Ser4SSSR & SSSR_RNE)) | 94 | int timeout = TIMEOUT; |
| 95 | |||
| 96 | while (!(Ser4SSSR & SSSR_RNE)) { | ||
| 97 | if (!--timeout) | ||
| 98 | return -ETIMEDOUT; | ||
| 84 | cpu_relax(); | 99 | cpu_relax(); |
| 100 | } | ||
| 101 | |||
| 102 | *data = (u16)Ser4SSDR; | ||
| 85 | 103 | ||
| 86 | return Ser4SSDR; | 104 | return 0; |
| 87 | } | 105 | } |
| 88 | 106 | ||
| 89 | /** | 107 | /** |
| @@ -93,14 +111,26 @@ int ssp_read_word(void) | |||
| 93 | * is empty. | 111 | * is empty. |
| 94 | * | 112 | * |
| 95 | * The caller is expected to perform the necessary locking. | 113 | * The caller is expected to perform the necessary locking. |
| 114 | * | ||
| 115 | * Returns: | ||
| 116 | * %-ETIMEDOUT timeout occurred | ||
| 117 | * 0 success | ||
| 96 | */ | 118 | */ |
| 97 | void ssp_flush(void) | 119 | int ssp_flush(void) |
| 98 | { | 120 | { |
| 121 | int timeout = TIMEOUT * 2; | ||
| 122 | |||
| 99 | do { | 123 | do { |
| 100 | while (Ser4SSSR & SSSR_RNE) { | 124 | while (Ser4SSSR & SSSR_RNE) { |
| 125 | if (!--timeout) | ||
| 126 | return -ETIMEDOUT; | ||
| 101 | (void) Ser4SSDR; | 127 | (void) Ser4SSDR; |
| 102 | } | 128 | } |
| 129 | if (!--timeout) | ||
| 130 | return -ETIMEDOUT; | ||
| 103 | } while (Ser4SSSR & SSSR_BSY); | 131 | } while (Ser4SSSR & SSSR_BSY); |
| 132 | |||
| 133 | return 0; | ||
| 104 | } | 134 | } |
| 105 | 135 | ||
| 106 | /** | 136 | /** |
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 5f80f184cd32..b4f220dd5eb8 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
| @@ -46,7 +46,7 @@ config CPU_ARM710 | |||
| 46 | config CPU_ARM720T | 46 | config CPU_ARM720T |
| 47 | bool "Support ARM720T processor" if !ARCH_CLPS711X && !ARCH_L7200 && !ARCH_CDB89712 && ARCH_INTEGRATOR | 47 | bool "Support ARM720T processor" if !ARCH_CLPS711X && !ARCH_L7200 && !ARCH_CDB89712 && ARCH_INTEGRATOR |
| 48 | default y if ARCH_CLPS711X || ARCH_L7200 || ARCH_CDB89712 || ARCH_H720X | 48 | default y if ARCH_CLPS711X || ARCH_L7200 || ARCH_CDB89712 || ARCH_H720X |
| 49 | select CPU_32v4 | 49 | select CPU_32v4T |
| 50 | select CPU_ABRT_LV4T | 50 | select CPU_ABRT_LV4T |
| 51 | select CPU_CACHE_V4 | 51 | select CPU_CACHE_V4 |
| 52 | select CPU_CACHE_VIVT | 52 | select CPU_CACHE_VIVT |
| @@ -64,7 +64,7 @@ config CPU_ARM920T | |||
| 64 | bool "Support ARM920T processor" | 64 | bool "Support ARM920T processor" |
| 65 | depends on ARCH_EP93XX || ARCH_INTEGRATOR || CPU_S3C2410 || CPU_S3C2440 || CPU_S3C2442 || ARCH_IMX || ARCH_AAEC2000 || ARCH_AT91RM9200 | 65 | depends on ARCH_EP93XX || ARCH_INTEGRATOR || CPU_S3C2410 || CPU_S3C2440 || CPU_S3C2442 || ARCH_IMX || ARCH_AAEC2000 || ARCH_AT91RM9200 |
| 66 | default y if CPU_S3C2410 || CPU_S3C2440 || CPU_S3C2442 || ARCH_AT91RM9200 | 66 | default y if CPU_S3C2410 || CPU_S3C2440 || CPU_S3C2442 || ARCH_AT91RM9200 |
| 67 | select CPU_32v4 | 67 | select CPU_32v4T |
| 68 | select CPU_ABRT_EV4T | 68 | select CPU_ABRT_EV4T |
| 69 | select CPU_CACHE_V4WT | 69 | select CPU_CACHE_V4WT |
| 70 | select CPU_CACHE_VIVT | 70 | select CPU_CACHE_VIVT |
| @@ -85,7 +85,7 @@ config CPU_ARM922T | |||
| 85 | bool "Support ARM922T processor" if ARCH_INTEGRATOR | 85 | bool "Support ARM922T processor" if ARCH_INTEGRATOR |
| 86 | depends on ARCH_LH7A40X || ARCH_INTEGRATOR | 86 | depends on ARCH_LH7A40X || ARCH_INTEGRATOR |
| 87 | default y if ARCH_LH7A40X | 87 | default y if ARCH_LH7A40X |
| 88 | select CPU_32v4 | 88 | select CPU_32v4T |
| 89 | select CPU_ABRT_EV4T | 89 | select CPU_ABRT_EV4T |
| 90 | select CPU_CACHE_V4WT | 90 | select CPU_CACHE_V4WT |
| 91 | select CPU_CACHE_VIVT | 91 | select CPU_CACHE_VIVT |
| @@ -104,7 +104,7 @@ config CPU_ARM925T | |||
| 104 | bool "Support ARM925T processor" if ARCH_OMAP1 | 104 | bool "Support ARM925T processor" if ARCH_OMAP1 |
| 105 | depends on ARCH_OMAP15XX | 105 | depends on ARCH_OMAP15XX |
| 106 | default y if ARCH_OMAP15XX | 106 | default y if ARCH_OMAP15XX |
| 107 | select CPU_32v4 | 107 | select CPU_32v4T |
| 108 | select CPU_ABRT_EV4T | 108 | select CPU_ABRT_EV4T |
| 109 | select CPU_CACHE_V4WT | 109 | select CPU_CACHE_V4WT |
| 110 | select CPU_CACHE_VIVT | 110 | select CPU_CACHE_VIVT |
| @@ -285,6 +285,11 @@ config CPU_32v4 | |||
| 285 | select TLS_REG_EMUL if SMP || !MMU | 285 | select TLS_REG_EMUL if SMP || !MMU |
| 286 | select NEEDS_SYSCALL_FOR_CMPXCHG if SMP | 286 | select NEEDS_SYSCALL_FOR_CMPXCHG if SMP |
| 287 | 287 | ||
| 288 | config CPU_32v4T | ||
| 289 | bool | ||
| 290 | select TLS_REG_EMUL if SMP || !MMU | ||
| 291 | select NEEDS_SYSCALL_FOR_CMPXCHG if SMP | ||
| 292 | |||
| 288 | config CPU_32v5 | 293 | config CPU_32v5 |
| 289 | bool | 294 | bool |
| 290 | select TLS_REG_EMUL if SMP || !MMU | 295 | select TLS_REG_EMUL if SMP || !MMU |
diff --git a/arch/arm/mm/flush.c b/arch/arm/mm/flush.c index b103e56806bd..d438ce41cdd5 100644 --- a/arch/arm/mm/flush.c +++ b/arch/arm/mm/flush.c | |||
| @@ -87,6 +87,32 @@ void flush_cache_page(struct vm_area_struct *vma, unsigned long user_addr, unsig | |||
| 87 | if (cache_is_vipt_aliasing()) | 87 | if (cache_is_vipt_aliasing()) |
| 88 | flush_pfn_alias(pfn, user_addr); | 88 | flush_pfn_alias(pfn, user_addr); |
| 89 | } | 89 | } |
| 90 | |||
| 91 | void flush_ptrace_access(struct vm_area_struct *vma, struct page *page, | ||
| 92 | unsigned long uaddr, void *kaddr, | ||
| 93 | unsigned long len, int write) | ||
| 94 | { | ||
| 95 | if (cache_is_vivt()) { | ||
| 96 | if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask)) { | ||
| 97 | unsigned long addr = (unsigned long)kaddr; | ||
| 98 | __cpuc_coherent_kern_range(addr, addr + len); | ||
| 99 | } | ||
| 100 | return; | ||
| 101 | } | ||
| 102 | |||
| 103 | if (cache_is_vipt_aliasing()) { | ||
| 104 | flush_pfn_alias(page_to_pfn(page), uaddr); | ||
| 105 | return; | ||
| 106 | } | ||
| 107 | |||
| 108 | /* VIPT non-aliasing cache */ | ||
| 109 | if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask) && | ||
| 110 | vma->vm_flags | VM_EXEC) { | ||
| 111 | unsigned long addr = (unsigned long)kaddr; | ||
| 112 | /* only flushing the kernel mapping on non-aliasing VIPT */ | ||
| 113 | __cpuc_coherent_kern_range(addr, addr + len); | ||
| 114 | } | ||
| 115 | } | ||
| 90 | #else | 116 | #else |
| 91 | #define flush_pfn_alias(pfn,vaddr) do { } while (0) | 117 | #define flush_pfn_alias(pfn,vaddr) do { } while (0) |
| 92 | #endif | 118 | #endif |
diff --git a/arch/arm/vfp/vfp.h b/arch/arm/vfp/vfp.h index 4b97950984e9..96fdf30f6a3b 100644 --- a/arch/arm/vfp/vfp.h +++ b/arch/arm/vfp/vfp.h | |||
| @@ -156,7 +156,7 @@ struct vfp_single { | |||
| 156 | }; | 156 | }; |
| 157 | 157 | ||
| 158 | extern s32 vfp_get_float(unsigned int reg); | 158 | extern s32 vfp_get_float(unsigned int reg); |
| 159 | extern void vfp_put_float(unsigned int reg, s32 val); | 159 | extern void vfp_put_float(s32 val, unsigned int reg); |
| 160 | 160 | ||
| 161 | /* | 161 | /* |
| 162 | * VFP_SINGLE_MANTISSA_BITS - number of bits in the mantissa | 162 | * VFP_SINGLE_MANTISSA_BITS - number of bits in the mantissa |
| @@ -267,7 +267,7 @@ struct vfp_double { | |||
| 267 | */ | 267 | */ |
| 268 | #define VFP_REG_ZERO 16 | 268 | #define VFP_REG_ZERO 16 |
| 269 | extern u64 vfp_get_double(unsigned int reg); | 269 | extern u64 vfp_get_double(unsigned int reg); |
| 270 | extern void vfp_put_double(unsigned int reg, u64 val); | 270 | extern void vfp_put_double(u64 val, unsigned int reg); |
| 271 | 271 | ||
| 272 | #define VFP_DOUBLE_MANTISSA_BITS (52) | 272 | #define VFP_DOUBLE_MANTISSA_BITS (52) |
| 273 | #define VFP_DOUBLE_EXPONENT_BITS (11) | 273 | #define VFP_DOUBLE_EXPONENT_BITS (11) |
| @@ -341,15 +341,17 @@ static inline int vfp_double_type(struct vfp_double *s) | |||
| 341 | 341 | ||
| 342 | u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char *func); | 342 | u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char *func); |
| 343 | 343 | ||
| 344 | /* | ||
| 345 | * System registers | ||
| 346 | */ | ||
| 347 | extern u32 vfp_get_sys(unsigned int reg); | ||
| 348 | extern void vfp_put_sys(unsigned int reg, u32 val); | ||
| 349 | |||
| 350 | u32 vfp_estimate_sqrt_significand(u32 exponent, u32 significand); | 344 | u32 vfp_estimate_sqrt_significand(u32 exponent, u32 significand); |
| 351 | 345 | ||
| 352 | /* | 346 | /* |
| 353 | * A special flag to tell the normalisation code not to normalise. | 347 | * A special flag to tell the normalisation code not to normalise. |
| 354 | */ | 348 | */ |
| 355 | #define VFP_NAN_FLAG 0x100 | 349 | #define VFP_NAN_FLAG 0x100 |
| 350 | |||
| 351 | /* | ||
| 352 | * A bit pattern used to indicate the initial (unset) value of the | ||
| 353 | * exception mask, in case nothing handles an instruction. This | ||
| 354 | * doesn't include the NAN flag, which get masked out before | ||
| 355 | * we check for an error. | ||
| 356 | */ | ||
| 357 | #define VFP_EXCEPTION_ERROR ((u32)-1 & ~VFP_NAN_FLAG) | ||
diff --git a/arch/arm/vfp/vfpdouble.c b/arch/arm/vfp/vfpdouble.c index 009038c8113e..add48e36c2dc 100644 --- a/arch/arm/vfp/vfpdouble.c +++ b/arch/arm/vfp/vfpdouble.c | |||
| @@ -195,7 +195,7 @@ u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exce | |||
| 195 | s64 d = vfp_double_pack(vd); | 195 | s64 d = vfp_double_pack(vd); |
| 196 | pr_debug("VFP: %s: d(d%d)=%016llx exceptions=%08x\n", func, | 196 | pr_debug("VFP: %s: d(d%d)=%016llx exceptions=%08x\n", func, |
| 197 | dd, d, exceptions); | 197 | dd, d, exceptions); |
| 198 | vfp_put_double(dd, d); | 198 | vfp_put_double(d, dd); |
| 199 | } | 199 | } |
| 200 | return exceptions; | 200 | return exceptions; |
| 201 | } | 201 | } |
| @@ -250,19 +250,19 @@ vfp_propagate_nan(struct vfp_double *vdd, struct vfp_double *vdn, | |||
| 250 | */ | 250 | */ |
| 251 | static u32 vfp_double_fabs(int dd, int unused, int dm, u32 fpscr) | 251 | static u32 vfp_double_fabs(int dd, int unused, int dm, u32 fpscr) |
| 252 | { | 252 | { |
| 253 | vfp_put_double(dd, vfp_double_packed_abs(vfp_get_double(dm))); | 253 | vfp_put_double(vfp_double_packed_abs(vfp_get_double(dm)), dd); |
| 254 | return 0; | 254 | return 0; |
| 255 | } | 255 | } |
| 256 | 256 | ||
| 257 | static u32 vfp_double_fcpy(int dd, int unused, int dm, u32 fpscr) | 257 | static u32 vfp_double_fcpy(int dd, int unused, int dm, u32 fpscr) |
| 258 | { | 258 | { |
| 259 | vfp_put_double(dd, vfp_get_double(dm)); | 259 | vfp_put_double(vfp_get_double(dm), dd); |
| 260 | return 0; | 260 | return 0; |
| 261 | } | 261 | } |
| 262 | 262 | ||
| 263 | static u32 vfp_double_fneg(int dd, int unused, int dm, u32 fpscr) | 263 | static u32 vfp_double_fneg(int dd, int unused, int dm, u32 fpscr) |
| 264 | { | 264 | { |
| 265 | vfp_put_double(dd, vfp_double_packed_negate(vfp_get_double(dm))); | 265 | vfp_put_double(vfp_double_packed_negate(vfp_get_double(dm)), dd); |
| 266 | return 0; | 266 | return 0; |
| 267 | } | 267 | } |
| 268 | 268 | ||
| @@ -287,7 +287,7 @@ static u32 vfp_double_fsqrt(int dd, int unused, int dm, u32 fpscr) | |||
| 287 | vdp = &vfp_double_default_qnan; | 287 | vdp = &vfp_double_default_qnan; |
| 288 | ret = FPSCR_IOC; | 288 | ret = FPSCR_IOC; |
| 289 | } | 289 | } |
| 290 | vfp_put_double(dd, vfp_double_pack(vdp)); | 290 | vfp_put_double(vfp_double_pack(vdp), dd); |
| 291 | return ret; | 291 | return ret; |
| 292 | } | 292 | } |
| 293 | 293 | ||
| @@ -465,7 +465,7 @@ static u32 vfp_double_fcvts(int sd, int unused, int dm, u32 fpscr) | |||
| 465 | */ | 465 | */ |
| 466 | if (tm & (VFP_INFINITY|VFP_NAN)) { | 466 | if (tm & (VFP_INFINITY|VFP_NAN)) { |
| 467 | vsd.exponent = 255; | 467 | vsd.exponent = 255; |
| 468 | if (tm & VFP_NAN) | 468 | if (tm == VFP_QNAN) |
| 469 | vsd.significand |= VFP_SINGLE_SIGNIFICAND_QNAN; | 469 | vsd.significand |= VFP_SINGLE_SIGNIFICAND_QNAN; |
| 470 | goto pack_nan; | 470 | goto pack_nan; |
| 471 | } else if (tm & VFP_ZERO) | 471 | } else if (tm & VFP_ZERO) |
| @@ -476,7 +476,7 @@ static u32 vfp_double_fcvts(int sd, int unused, int dm, u32 fpscr) | |||
| 476 | return vfp_single_normaliseround(sd, &vsd, fpscr, exceptions, "fcvts"); | 476 | return vfp_single_normaliseround(sd, &vsd, fpscr, exceptions, "fcvts"); |
| 477 | 477 | ||
| 478 | pack_nan: | 478 | pack_nan: |
| 479 | vfp_put_float(sd, vfp_single_pack(&vsd)); | 479 | vfp_put_float(vfp_single_pack(&vsd), sd); |
| 480 | return exceptions; | 480 | return exceptions; |
| 481 | } | 481 | } |
| 482 | 482 | ||
| @@ -573,7 +573,7 @@ static u32 vfp_double_ftoui(int sd, int unused, int dm, u32 fpscr) | |||
| 573 | 573 | ||
| 574 | pr_debug("VFP: ftoui: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions); | 574 | pr_debug("VFP: ftoui: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions); |
| 575 | 575 | ||
| 576 | vfp_put_float(sd, d); | 576 | vfp_put_float(d, sd); |
| 577 | 577 | ||
| 578 | return exceptions; | 578 | return exceptions; |
| 579 | } | 579 | } |
| @@ -648,7 +648,7 @@ static u32 vfp_double_ftosi(int sd, int unused, int dm, u32 fpscr) | |||
| 648 | 648 | ||
| 649 | pr_debug("VFP: ftosi: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions); | 649 | pr_debug("VFP: ftosi: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions); |
| 650 | 650 | ||
| 651 | vfp_put_float(sd, (s32)d); | 651 | vfp_put_float((s32)d, sd); |
| 652 | 652 | ||
| 653 | return exceptions; | 653 | return exceptions; |
| 654 | } | 654 | } |
| @@ -1084,7 +1084,7 @@ static u32 vfp_double_fdiv(int dd, int dn, int dm, u32 fpscr) | |||
| 1084 | vdn_nan: | 1084 | vdn_nan: |
| 1085 | exceptions = vfp_propagate_nan(&vdd, &vdn, &vdm, fpscr); | 1085 | exceptions = vfp_propagate_nan(&vdd, &vdn, &vdm, fpscr); |
| 1086 | pack: | 1086 | pack: |
| 1087 | vfp_put_double(dd, vfp_double_pack(&vdd)); | 1087 | vfp_put_double(vfp_double_pack(&vdd), dd); |
| 1088 | return exceptions; | 1088 | return exceptions; |
| 1089 | 1089 | ||
| 1090 | vdm_nan: | 1090 | vdm_nan: |
| @@ -1104,7 +1104,7 @@ static u32 vfp_double_fdiv(int dd, int dn, int dm, u32 fpscr) | |||
| 1104 | goto pack; | 1104 | goto pack; |
| 1105 | 1105 | ||
| 1106 | invalid: | 1106 | invalid: |
| 1107 | vfp_put_double(dd, vfp_double_pack(&vfp_double_default_qnan)); | 1107 | vfp_put_double(vfp_double_pack(&vfp_double_default_qnan), dd); |
| 1108 | return FPSCR_IOC; | 1108 | return FPSCR_IOC; |
| 1109 | } | 1109 | } |
| 1110 | 1110 | ||
| @@ -1127,7 +1127,7 @@ u32 vfp_double_cpdo(u32 inst, u32 fpscr) | |||
| 1127 | { | 1127 | { |
| 1128 | u32 op = inst & FOP_MASK; | 1128 | u32 op = inst & FOP_MASK; |
| 1129 | u32 exceptions = 0; | 1129 | u32 exceptions = 0; |
| 1130 | unsigned int dd = vfp_get_dd(inst); | 1130 | unsigned int dest; |
| 1131 | unsigned int dn = vfp_get_dn(inst); | 1131 | unsigned int dn = vfp_get_dn(inst); |
| 1132 | unsigned int dm = vfp_get_dm(inst); | 1132 | unsigned int dm = vfp_get_dm(inst); |
| 1133 | unsigned int vecitr, veclen, vecstride; | 1133 | unsigned int vecitr, veclen, vecstride; |
| @@ -1137,10 +1137,20 @@ u32 vfp_double_cpdo(u32 inst, u32 fpscr) | |||
| 1137 | vecstride = (1 + ((fpscr & FPSCR_STRIDE_MASK) == FPSCR_STRIDE_MASK)) * 2; | 1137 | vecstride = (1 + ((fpscr & FPSCR_STRIDE_MASK) == FPSCR_STRIDE_MASK)) * 2; |
| 1138 | 1138 | ||
| 1139 | /* | 1139 | /* |
| 1140 | * fcvtds takes an sN register number as destination, not dN. | ||
| 1141 | * It also always operates on scalars. | ||
| 1142 | */ | ||
| 1143 | if ((inst & FEXT_MASK) == FEXT_FCVT) { | ||
| 1144 | veclen = 0; | ||
| 1145 | dest = vfp_get_sd(inst); | ||
| 1146 | } else | ||
| 1147 | dest = vfp_get_dd(inst); | ||
| 1148 | |||
| 1149 | /* | ||
| 1140 | * If destination bank is zero, vector length is always '1'. | 1150 | * If destination bank is zero, vector length is always '1'. |
| 1141 | * ARM DDI0100F C5.1.3, C5.3.2. | 1151 | * ARM DDI0100F C5.1.3, C5.3.2. |
| 1142 | */ | 1152 | */ |
| 1143 | if (FREG_BANK(dd) == 0) | 1153 | if (FREG_BANK(dest) == 0) |
| 1144 | veclen = 0; | 1154 | veclen = 0; |
| 1145 | 1155 | ||
| 1146 | pr_debug("VFP: vecstride=%u veclen=%u\n", vecstride, | 1156 | pr_debug("VFP: vecstride=%u veclen=%u\n", vecstride, |
| @@ -1153,16 +1163,20 @@ u32 vfp_double_cpdo(u32 inst, u32 fpscr) | |||
| 1153 | for (vecitr = 0; vecitr <= veclen; vecitr += 1 << FPSCR_LENGTH_BIT) { | 1163 | for (vecitr = 0; vecitr <= veclen; vecitr += 1 << FPSCR_LENGTH_BIT) { |
| 1154 | u32 except; | 1164 | u32 except; |
| 1155 | 1165 | ||
| 1156 | if (op == FOP_EXT) | 1166 | if (op == FOP_EXT && (inst & FEXT_MASK) == FEXT_FCVT) |
| 1167 | pr_debug("VFP: itr%d (s%u) = op[%u] (d%u)\n", | ||
| 1168 | vecitr >> FPSCR_LENGTH_BIT, | ||
| 1169 | dest, dn, dm); | ||
| 1170 | else if (op == FOP_EXT) | ||
| 1157 | pr_debug("VFP: itr%d (d%u) = op[%u] (d%u)\n", | 1171 | pr_debug("VFP: itr%d (d%u) = op[%u] (d%u)\n", |
| 1158 | vecitr >> FPSCR_LENGTH_BIT, | 1172 | vecitr >> FPSCR_LENGTH_BIT, |
| 1159 | dd, dn, dm); | 1173 | dest, dn, dm); |
| 1160 | else | 1174 | else |
| 1161 | pr_debug("VFP: itr%d (d%u) = (d%u) op[%u] (d%u)\n", | 1175 | pr_debug("VFP: itr%d (d%u) = (d%u) op[%u] (d%u)\n", |
| 1162 | vecitr >> FPSCR_LENGTH_BIT, | 1176 | vecitr >> FPSCR_LENGTH_BIT, |
| 1163 | dd, dn, FOP_TO_IDX(op), dm); | 1177 | dest, dn, FOP_TO_IDX(op), dm); |
| 1164 | 1178 | ||
| 1165 | except = fop(dd, dn, dm, fpscr); | 1179 | except = fop(dest, dn, dm, fpscr); |
| 1166 | pr_debug("VFP: itr%d: exceptions=%08x\n", | 1180 | pr_debug("VFP: itr%d: exceptions=%08x\n", |
| 1167 | vecitr >> FPSCR_LENGTH_BIT, except); | 1181 | vecitr >> FPSCR_LENGTH_BIT, except); |
| 1168 | 1182 | ||
| @@ -1180,7 +1194,7 @@ u32 vfp_double_cpdo(u32 inst, u32 fpscr) | |||
| 1180 | * we encounter an exception. We continue. | 1194 | * we encounter an exception. We continue. |
| 1181 | */ | 1195 | */ |
| 1182 | 1196 | ||
| 1183 | dd = FREG_BANK(dd) + ((FREG_IDX(dd) + vecstride) & 6); | 1197 | dest = FREG_BANK(dest) + ((FREG_IDX(dest) + vecstride) & 6); |
| 1184 | dn = FREG_BANK(dn) + ((FREG_IDX(dn) + vecstride) & 6); | 1198 | dn = FREG_BANK(dn) + ((FREG_IDX(dn) + vecstride) & 6); |
| 1185 | if (FREG_BANK(dm) != 0) | 1199 | if (FREG_BANK(dm) != 0) |
| 1186 | dm = FREG_BANK(dm) + ((FREG_IDX(dm) + vecstride) & 6); | 1200 | dm = FREG_BANK(dm) + ((FREG_IDX(dm) + vecstride) & 6); |
diff --git a/arch/arm/vfp/vfphw.S b/arch/arm/vfp/vfphw.S index eb683cd77163..e51e6679c402 100644 --- a/arch/arm/vfp/vfphw.S +++ b/arch/arm/vfp/vfphw.S | |||
| @@ -178,12 +178,12 @@ vfp_get_float: | |||
| 178 | 178 | ||
| 179 | .globl vfp_put_float | 179 | .globl vfp_put_float |
| 180 | vfp_put_float: | 180 | vfp_put_float: |
| 181 | add pc, pc, r0, lsl #3 | 181 | add pc, pc, r1, lsl #3 |
| 182 | mov r0, r0 | 182 | mov r0, r0 |
| 183 | .irp dr,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 | 183 | .irp dr,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 |
| 184 | mcr p10, 0, r1, c\dr, c0, 0 @ fmsr r0, s0 | 184 | mcr p10, 0, r0, c\dr, c0, 0 @ fmsr r0, s0 |
| 185 | mov pc, lr | 185 | mov pc, lr |
| 186 | mcr p10, 0, r1, c\dr, c0, 4 @ fmsr r0, s1 | 186 | mcr p10, 0, r0, c\dr, c0, 4 @ fmsr r0, s1 |
| 187 | mov pc, lr | 187 | mov pc, lr |
| 188 | .endr | 188 | .endr |
| 189 | 189 | ||
| @@ -203,9 +203,9 @@ vfp_get_double: | |||
| 203 | 203 | ||
| 204 | .globl vfp_put_double | 204 | .globl vfp_put_double |
| 205 | vfp_put_double: | 205 | vfp_put_double: |
| 206 | add pc, pc, r0, lsl #3 | 206 | add pc, pc, r2, lsl #3 |
| 207 | mov r0, r0 | 207 | mov r0, r0 |
| 208 | .irp dr,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 | 208 | .irp dr,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 |
| 209 | fmdrr d\dr, r1, r2 | 209 | fmdrr d\dr, r0, r1 |
| 210 | mov pc, lr | 210 | mov pc, lr |
| 211 | .endr | 211 | .endr |
diff --git a/arch/arm/vfp/vfpmodule.c b/arch/arm/vfp/vfpmodule.c index 9d265d5e748c..4178f6cc3d37 100644 --- a/arch/arm/vfp/vfpmodule.c +++ b/arch/arm/vfp/vfpmodule.c | |||
| @@ -131,7 +131,7 @@ static void vfp_raise_exceptions(u32 exceptions, u32 inst, u32 fpscr, struct pt_ | |||
| 131 | 131 | ||
| 132 | pr_debug("VFP: raising exceptions %08x\n", exceptions); | 132 | pr_debug("VFP: raising exceptions %08x\n", exceptions); |
| 133 | 133 | ||
| 134 | if (exceptions == (u32)-1) { | 134 | if (exceptions == VFP_EXCEPTION_ERROR) { |
| 135 | vfp_panic("unhandled bounce"); | 135 | vfp_panic("unhandled bounce"); |
| 136 | vfp_raise_sigfpe(0, regs); | 136 | vfp_raise_sigfpe(0, regs); |
| 137 | return; | 137 | return; |
| @@ -170,7 +170,7 @@ static void vfp_raise_exceptions(u32 exceptions, u32 inst, u32 fpscr, struct pt_ | |||
| 170 | */ | 170 | */ |
| 171 | static u32 vfp_emulate_instruction(u32 inst, u32 fpscr, struct pt_regs *regs) | 171 | static u32 vfp_emulate_instruction(u32 inst, u32 fpscr, struct pt_regs *regs) |
| 172 | { | 172 | { |
| 173 | u32 exceptions = (u32)-1; | 173 | u32 exceptions = VFP_EXCEPTION_ERROR; |
| 174 | 174 | ||
| 175 | pr_debug("VFP: emulate: INST=0x%08x SCR=0x%08x\n", inst, fpscr); | 175 | pr_debug("VFP: emulate: INST=0x%08x SCR=0x%08x\n", inst, fpscr); |
| 176 | 176 | ||
diff --git a/arch/arm/vfp/vfpsingle.c b/arch/arm/vfp/vfpsingle.c index dae2c2f46052..8f6c179cafbe 100644 --- a/arch/arm/vfp/vfpsingle.c +++ b/arch/arm/vfp/vfpsingle.c | |||
| @@ -200,7 +200,7 @@ u32 vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exce | |||
| 200 | s32 d = vfp_single_pack(vs); | 200 | s32 d = vfp_single_pack(vs); |
| 201 | pr_debug("VFP: %s: d(s%d)=%08x exceptions=%08x\n", func, | 201 | pr_debug("VFP: %s: d(s%d)=%08x exceptions=%08x\n", func, |
| 202 | sd, d, exceptions); | 202 | sd, d, exceptions); |
| 203 | vfp_put_float(sd, d); | 203 | vfp_put_float(d, sd); |
| 204 | } | 204 | } |
| 205 | 205 | ||
| 206 | return exceptions; | 206 | return exceptions; |
| @@ -257,19 +257,19 @@ vfp_propagate_nan(struct vfp_single *vsd, struct vfp_single *vsn, | |||
| 257 | */ | 257 | */ |
| 258 | static u32 vfp_single_fabs(int sd, int unused, s32 m, u32 fpscr) | 258 | static u32 vfp_single_fabs(int sd, int unused, s32 m, u32 fpscr) |
| 259 | { | 259 | { |
| 260 | vfp_put_float(sd, vfp_single_packed_abs(m)); | 260 | vfp_put_float(vfp_single_packed_abs(m), sd); |
| 261 | return 0; | 261 | return 0; |
| 262 | } | 262 | } |
| 263 | 263 | ||
| 264 | static u32 vfp_single_fcpy(int sd, int unused, s32 m, u32 fpscr) | 264 | static u32 vfp_single_fcpy(int sd, int unused, s32 m, u32 fpscr) |
| 265 | { | 265 | { |
| 266 | vfp_put_float(sd, m); | 266 | vfp_put_float(m, sd); |
| 267 | return 0; | 267 | return 0; |
| 268 | } | 268 | } |
| 269 | 269 | ||
| 270 | static u32 vfp_single_fneg(int sd, int unused, s32 m, u32 fpscr) | 270 | static u32 vfp_single_fneg(int sd, int unused, s32 m, u32 fpscr) |
| 271 | { | 271 | { |
| 272 | vfp_put_float(sd, vfp_single_packed_negate(m)); | 272 | vfp_put_float(vfp_single_packed_negate(m), sd); |
| 273 | return 0; | 273 | return 0; |
| 274 | } | 274 | } |
| 275 | 275 | ||
| @@ -333,7 +333,7 @@ static u32 vfp_single_fsqrt(int sd, int unused, s32 m, u32 fpscr) | |||
| 333 | vsp = &vfp_single_default_qnan; | 333 | vsp = &vfp_single_default_qnan; |
| 334 | ret = FPSCR_IOC; | 334 | ret = FPSCR_IOC; |
| 335 | } | 335 | } |
| 336 | vfp_put_float(sd, vfp_single_pack(vsp)); | 336 | vfp_put_float(vfp_single_pack(vsp), sd); |
| 337 | return ret; | 337 | return ret; |
| 338 | } | 338 | } |
| 339 | 339 | ||
| @@ -506,7 +506,7 @@ static u32 vfp_single_fcvtd(int dd, int unused, s32 m, u32 fpscr) | |||
| 506 | */ | 506 | */ |
| 507 | if (tm & (VFP_INFINITY|VFP_NAN)) { | 507 | if (tm & (VFP_INFINITY|VFP_NAN)) { |
| 508 | vdd.exponent = 2047; | 508 | vdd.exponent = 2047; |
| 509 | if (tm & VFP_NAN) | 509 | if (tm == VFP_QNAN) |
| 510 | vdd.significand |= VFP_DOUBLE_SIGNIFICAND_QNAN; | 510 | vdd.significand |= VFP_DOUBLE_SIGNIFICAND_QNAN; |
| 511 | goto pack_nan; | 511 | goto pack_nan; |
| 512 | } else if (tm & VFP_ZERO) | 512 | } else if (tm & VFP_ZERO) |
| @@ -514,14 +514,10 @@ static u32 vfp_single_fcvtd(int dd, int unused, s32 m, u32 fpscr) | |||
| 514 | else | 514 | else |
| 515 | vdd.exponent = vsm.exponent + (1023 - 127); | 515 | vdd.exponent = vsm.exponent + (1023 - 127); |
| 516 | 516 | ||
| 517 | /* | ||
| 518 | * Technically, if bit 0 of dd is set, this is an invalid | ||
| 519 | * instruction. However, we ignore this for efficiency. | ||
| 520 | */ | ||
| 521 | return vfp_double_normaliseround(dd, &vdd, fpscr, exceptions, "fcvtd"); | 517 | return vfp_double_normaliseround(dd, &vdd, fpscr, exceptions, "fcvtd"); |
| 522 | 518 | ||
| 523 | pack_nan: | 519 | pack_nan: |
| 524 | vfp_put_double(dd, vfp_double_pack(&vdd)); | 520 | vfp_put_double(vfp_double_pack(&vdd), dd); |
| 525 | return exceptions; | 521 | return exceptions; |
| 526 | } | 522 | } |
| 527 | 523 | ||
| @@ -617,7 +613,7 @@ static u32 vfp_single_ftoui(int sd, int unused, s32 m, u32 fpscr) | |||
| 617 | 613 | ||
| 618 | pr_debug("VFP: ftoui: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions); | 614 | pr_debug("VFP: ftoui: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions); |
| 619 | 615 | ||
| 620 | vfp_put_float(sd, d); | 616 | vfp_put_float(d, sd); |
| 621 | 617 | ||
| 622 | return exceptions; | 618 | return exceptions; |
| 623 | } | 619 | } |
| @@ -696,7 +692,7 @@ static u32 vfp_single_ftosi(int sd, int unused, s32 m, u32 fpscr) | |||
| 696 | 692 | ||
| 697 | pr_debug("VFP: ftosi: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions); | 693 | pr_debug("VFP: ftosi: d(s%d)=%08x exceptions=%08x\n", sd, d, exceptions); |
| 698 | 694 | ||
| 699 | vfp_put_float(sd, (s32)d); | 695 | vfp_put_float((s32)d, sd); |
| 700 | 696 | ||
| 701 | return exceptions; | 697 | return exceptions; |
| 702 | } | 698 | } |
| @@ -1131,7 +1127,7 @@ static u32 vfp_single_fdiv(int sd, int sn, s32 m, u32 fpscr) | |||
| 1131 | vsn_nan: | 1127 | vsn_nan: |
| 1132 | exceptions = vfp_propagate_nan(&vsd, &vsn, &vsm, fpscr); | 1128 | exceptions = vfp_propagate_nan(&vsd, &vsn, &vsm, fpscr); |
| 1133 | pack: | 1129 | pack: |
| 1134 | vfp_put_float(sd, vfp_single_pack(&vsd)); | 1130 | vfp_put_float(vfp_single_pack(&vsd), sd); |
| 1135 | return exceptions; | 1131 | return exceptions; |
| 1136 | 1132 | ||
| 1137 | vsm_nan: | 1133 | vsm_nan: |
| @@ -1151,7 +1147,7 @@ static u32 vfp_single_fdiv(int sd, int sn, s32 m, u32 fpscr) | |||
| 1151 | goto pack; | 1147 | goto pack; |
| 1152 | 1148 | ||
| 1153 | invalid: | 1149 | invalid: |
| 1154 | vfp_put_float(sd, vfp_single_pack(&vfp_single_default_qnan)); | 1150 | vfp_put_float(vfp_single_pack(&vfp_single_default_qnan), sd); |
| 1155 | return FPSCR_IOC; | 1151 | return FPSCR_IOC; |
| 1156 | } | 1152 | } |
| 1157 | 1153 | ||
| @@ -1174,7 +1170,7 @@ u32 vfp_single_cpdo(u32 inst, u32 fpscr) | |||
| 1174 | { | 1170 | { |
| 1175 | u32 op = inst & FOP_MASK; | 1171 | u32 op = inst & FOP_MASK; |
| 1176 | u32 exceptions = 0; | 1172 | u32 exceptions = 0; |
| 1177 | unsigned int sd = vfp_get_sd(inst); | 1173 | unsigned int dest; |
| 1178 | unsigned int sn = vfp_get_sn(inst); | 1174 | unsigned int sn = vfp_get_sn(inst); |
| 1179 | unsigned int sm = vfp_get_sm(inst); | 1175 | unsigned int sm = vfp_get_sm(inst); |
| 1180 | unsigned int vecitr, veclen, vecstride; | 1176 | unsigned int vecitr, veclen, vecstride; |
| @@ -1184,10 +1180,22 @@ u32 vfp_single_cpdo(u32 inst, u32 fpscr) | |||
| 1184 | vecstride = 1 + ((fpscr & FPSCR_STRIDE_MASK) == FPSCR_STRIDE_MASK); | 1180 | vecstride = 1 + ((fpscr & FPSCR_STRIDE_MASK) == FPSCR_STRIDE_MASK); |
| 1185 | 1181 | ||
| 1186 | /* | 1182 | /* |
| 1183 | * fcvtsd takes a dN register number as destination, not sN. | ||
| 1184 | * Technically, if bit 0 of dd is set, this is an invalid | ||
| 1185 | * instruction. However, we ignore this for efficiency. | ||
| 1186 | * It also only operates on scalars. | ||
| 1187 | */ | ||
| 1188 | if ((inst & FEXT_MASK) == FEXT_FCVT) { | ||
| 1189 | veclen = 0; | ||
| 1190 | dest = vfp_get_dd(inst); | ||
| 1191 | } else | ||
| 1192 | dest = vfp_get_sd(inst); | ||
| 1193 | |||
| 1194 | /* | ||
| 1187 | * If destination bank is zero, vector length is always '1'. | 1195 | * If destination bank is zero, vector length is always '1'. |
| 1188 | * ARM DDI0100F C5.1.3, C5.3.2. | 1196 | * ARM DDI0100F C5.1.3, C5.3.2. |
| 1189 | */ | 1197 | */ |
| 1190 | if (FREG_BANK(sd) == 0) | 1198 | if (FREG_BANK(dest) == 0) |
| 1191 | veclen = 0; | 1199 | veclen = 0; |
| 1192 | 1200 | ||
| 1193 | pr_debug("VFP: vecstride=%u veclen=%u\n", vecstride, | 1201 | pr_debug("VFP: vecstride=%u veclen=%u\n", vecstride, |
| @@ -1201,15 +1209,18 @@ u32 vfp_single_cpdo(u32 inst, u32 fpscr) | |||
| 1201 | s32 m = vfp_get_float(sm); | 1209 | s32 m = vfp_get_float(sm); |
| 1202 | u32 except; | 1210 | u32 except; |
| 1203 | 1211 | ||
| 1204 | if (op == FOP_EXT) | 1212 | if (op == FOP_EXT && (inst & FEXT_MASK) == FEXT_FCVT) |
| 1213 | pr_debug("VFP: itr%d (d%u) = op[%u] (s%u=%08x)\n", | ||
| 1214 | vecitr >> FPSCR_LENGTH_BIT, dest, sn, sm, m); | ||
| 1215 | else if (op == FOP_EXT) | ||
| 1205 | pr_debug("VFP: itr%d (s%u) = op[%u] (s%u=%08x)\n", | 1216 | pr_debug("VFP: itr%d (s%u) = op[%u] (s%u=%08x)\n", |
| 1206 | vecitr >> FPSCR_LENGTH_BIT, sd, sn, sm, m); | 1217 | vecitr >> FPSCR_LENGTH_BIT, dest, sn, sm, m); |
| 1207 | else | 1218 | else |
| 1208 | pr_debug("VFP: itr%d (s%u) = (s%u) op[%u] (s%u=%08x)\n", | 1219 | pr_debug("VFP: itr%d (s%u) = (s%u) op[%u] (s%u=%08x)\n", |
| 1209 | vecitr >> FPSCR_LENGTH_BIT, sd, sn, | 1220 | vecitr >> FPSCR_LENGTH_BIT, dest, sn, |
| 1210 | FOP_TO_IDX(op), sm, m); | 1221 | FOP_TO_IDX(op), sm, m); |
| 1211 | 1222 | ||
| 1212 | except = fop(sd, sn, m, fpscr); | 1223 | except = fop(dest, sn, m, fpscr); |
| 1213 | pr_debug("VFP: itr%d: exceptions=%08x\n", | 1224 | pr_debug("VFP: itr%d: exceptions=%08x\n", |
| 1214 | vecitr >> FPSCR_LENGTH_BIT, except); | 1225 | vecitr >> FPSCR_LENGTH_BIT, except); |
| 1215 | 1226 | ||
| @@ -1227,7 +1238,7 @@ u32 vfp_single_cpdo(u32 inst, u32 fpscr) | |||
| 1227 | * we encounter an exception. We continue. | 1238 | * we encounter an exception. We continue. |
| 1228 | */ | 1239 | */ |
| 1229 | 1240 | ||
| 1230 | sd = FREG_BANK(sd) + ((FREG_IDX(sd) + vecstride) & 7); | 1241 | dest = FREG_BANK(dest) + ((FREG_IDX(dest) + vecstride) & 7); |
| 1231 | sn = FREG_BANK(sn) + ((FREG_IDX(sn) + vecstride) & 7); | 1242 | sn = FREG_BANK(sn) + ((FREG_IDX(sn) + vecstride) & 7); |
| 1232 | if (FREG_BANK(sm) != 0) | 1243 | if (FREG_BANK(sm) != 0) |
| 1233 | sm = FREG_BANK(sm) + ((FREG_IDX(sm) + vecstride) & 7); | 1244 | sm = FREG_BANK(sm) + ((FREG_IDX(sm) + vecstride) & 7); |
diff --git a/arch/i386/kernel/head.S b/arch/i386/kernel/head.S index eb79aa2fa8bb..a6b8bd89aa27 100644 --- a/arch/i386/kernel/head.S +++ b/arch/i386/kernel/head.S | |||
| @@ -317,20 +317,14 @@ is386: movl $2,%ecx # set MP | |||
| 317 | movl %eax,%gs | 317 | movl %eax,%gs |
| 318 | lldt %ax | 318 | lldt %ax |
| 319 | cld # gcc2 wants the direction flag cleared at all times | 319 | cld # gcc2 wants the direction flag cleared at all times |
| 320 | pushl %eax # fake return address | ||
| 320 | #ifdef CONFIG_SMP | 321 | #ifdef CONFIG_SMP |
| 321 | movb ready, %cl | 322 | movb ready, %cl |
| 322 | movb $1, ready | 323 | movb $1, ready |
| 323 | cmpb $0,%cl | 324 | cmpb $0,%cl # the first CPU calls start_kernel |
| 324 | je 1f # the first CPU calls start_kernel | 325 | jne initialize_secondary # all other CPUs call initialize_secondary |
| 325 | # all other CPUs call initialize_secondary | ||
| 326 | call initialize_secondary | ||
| 327 | jmp L6 | ||
| 328 | 1: | ||
| 329 | #endif /* CONFIG_SMP */ | 326 | #endif /* CONFIG_SMP */ |
| 330 | call start_kernel | 327 | jmp start_kernel |
| 331 | L6: | ||
| 332 | jmp L6 # main should never return here, but | ||
| 333 | # just in case, we know what happens. | ||
| 334 | 328 | ||
| 335 | /* | 329 | /* |
| 336 | * We depend on ET to be correct. This checks for 287/387. | 330 | * We depend on ET to be correct. This checks for 287/387. |
diff --git a/arch/i386/kernel/hpet.c b/arch/i386/kernel/hpet.c index c6737c35815d..17647a530b2f 100644 --- a/arch/i386/kernel/hpet.c +++ b/arch/i386/kernel/hpet.c | |||
| @@ -35,7 +35,7 @@ static int __init init_hpet_clocksource(void) | |||
| 35 | void __iomem* hpet_base; | 35 | void __iomem* hpet_base; |
| 36 | u64 tmp; | 36 | u64 tmp; |
| 37 | 37 | ||
| 38 | if (!hpet_address) | 38 | if (!is_hpet_enabled()) |
| 39 | return -ENODEV; | 39 | return -ENODEV; |
| 40 | 40 | ||
| 41 | /* calculate the hpet address: */ | 41 | /* calculate the hpet address: */ |
diff --git a/arch/i386/kernel/irq.c b/arch/i386/kernel/irq.c index 6cb529f60dcc..5fe547cd8f9f 100644 --- a/arch/i386/kernel/irq.c +++ b/arch/i386/kernel/irq.c | |||
| @@ -82,10 +82,6 @@ fastcall unsigned int do_IRQ(struct pt_regs *regs) | |||
| 82 | } | 82 | } |
| 83 | #endif | 83 | #endif |
| 84 | 84 | ||
| 85 | if (!irq_desc[irq].handle_irq) { | ||
| 86 | __do_IRQ(irq, regs); | ||
| 87 | goto out_exit; | ||
| 88 | } | ||
| 89 | #ifdef CONFIG_4KSTACKS | 85 | #ifdef CONFIG_4KSTACKS |
| 90 | 86 | ||
| 91 | curctx = (union irq_ctx *) current_thread_info(); | 87 | curctx = (union irq_ctx *) current_thread_info(); |
| @@ -125,7 +121,6 @@ fastcall unsigned int do_IRQ(struct pt_regs *regs) | |||
| 125 | #endif | 121 | #endif |
| 126 | __do_IRQ(irq, regs); | 122 | __do_IRQ(irq, regs); |
| 127 | 123 | ||
| 128 | out_exit: | ||
| 129 | irq_exit(); | 124 | irq_exit(); |
| 130 | 125 | ||
| 131 | return 1; | 126 | return 1; |
diff --git a/arch/i386/kernel/setup.c b/arch/i386/kernel/setup.c index f1682206d304..345ffb7d904d 100644 --- a/arch/i386/kernel/setup.c +++ b/arch/i386/kernel/setup.c | |||
| @@ -956,38 +956,6 @@ efi_memory_present_wrapper(unsigned long start, unsigned long end, void *arg) | |||
| 956 | return 0; | 956 | return 0; |
| 957 | } | 957 | } |
| 958 | 958 | ||
| 959 | /* | ||
| 960 | * This function checks if the entire range <start,end> is mapped with type. | ||
| 961 | * | ||
| 962 | * Note: this function only works correct if the e820 table is sorted and | ||
| 963 | * not-overlapping, which is the case | ||
| 964 | */ | ||
| 965 | int __init | ||
| 966 | e820_all_mapped(unsigned long s, unsigned long e, unsigned type) | ||
| 967 | { | ||
| 968 | u64 start = s; | ||
| 969 | u64 end = e; | ||
| 970 | int i; | ||
| 971 | for (i = 0; i < e820.nr_map; i++) { | ||
| 972 | struct e820entry *ei = &e820.map[i]; | ||
| 973 | if (type && ei->type != type) | ||
| 974 | continue; | ||
| 975 | /* is the region (part) in overlap with the current region ?*/ | ||
| 976 | if (ei->addr >= end || ei->addr + ei->size <= start) | ||
| 977 | continue; | ||
| 978 | /* if the region is at the beginning of <start,end> we move | ||
| 979 | * start to the end of the region since it's ok until there | ||
| 980 | */ | ||
| 981 | if (ei->addr <= start) | ||
| 982 | start = ei->addr + ei->size; | ||
| 983 | /* if start is now at or beyond end, we're done, full | ||
| 984 | * coverage */ | ||
| 985 | if (start >= end) | ||
| 986 | return 1; /* we're done */ | ||
| 987 | } | ||
| 988 | return 0; | ||
| 989 | } | ||
| 990 | |||
| 991 | /* | 959 | /* |
| 992 | * Find the highest page frame number we have available | 960 | * Find the highest page frame number we have available |
| 993 | */ | 961 | */ |
diff --git a/arch/i386/kernel/traps.c b/arch/i386/kernel/traps.c index 82e0fd02af1c..7e9edafffd8a 100644 --- a/arch/i386/kernel/traps.c +++ b/arch/i386/kernel/traps.c | |||
| @@ -92,7 +92,11 @@ asmlinkage void spurious_interrupt_bug(void); | |||
| 92 | asmlinkage void machine_check(void); | 92 | asmlinkage void machine_check(void); |
| 93 | 93 | ||
| 94 | static int kstack_depth_to_print = 24; | 94 | static int kstack_depth_to_print = 24; |
| 95 | #ifdef CONFIG_STACK_UNWIND | ||
| 95 | static int call_trace = 1; | 96 | static int call_trace = 1; |
| 97 | #else | ||
| 98 | #define call_trace (-1) | ||
| 99 | #endif | ||
| 96 | ATOMIC_NOTIFIER_HEAD(i386die_chain); | 100 | ATOMIC_NOTIFIER_HEAD(i386die_chain); |
| 97 | 101 | ||
| 98 | int register_die_notifier(struct notifier_block *nb) | 102 | int register_die_notifier(struct notifier_block *nb) |
| @@ -187,22 +191,21 @@ static void show_trace_log_lvl(struct task_struct *task, struct pt_regs *regs, | |||
| 187 | if (unwind_init_blocked(&info, task) == 0) | 191 | if (unwind_init_blocked(&info, task) == 0) |
| 188 | unw_ret = show_trace_unwind(&info, log_lvl); | 192 | unw_ret = show_trace_unwind(&info, log_lvl); |
| 189 | } | 193 | } |
| 190 | if (unw_ret > 0 && !arch_unw_user_mode(&info)) { | 194 | if (unw_ret > 0) { |
| 191 | #ifdef CONFIG_STACK_UNWIND | 195 | if (call_trace == 1 && !arch_unw_user_mode(&info)) { |
| 192 | print_symbol("DWARF2 unwinder stuck at %s\n", | 196 | print_symbol("DWARF2 unwinder stuck at %s\n", |
| 193 | UNW_PC(&info)); | 197 | UNW_PC(&info)); |
| 194 | if (call_trace == 1) { | 198 | if (UNW_SP(&info) >= PAGE_OFFSET) { |
| 195 | printk("Leftover inexact backtrace:\n"); | 199 | printk("Leftover inexact backtrace:\n"); |
| 196 | if (UNW_SP(&info)) | ||
| 197 | stack = (void *)UNW_SP(&info); | 200 | stack = (void *)UNW_SP(&info); |
| 198 | } else if (call_trace > 1) | 201 | } else |
| 202 | printk("Full inexact backtrace again:\n"); | ||
| 203 | } else if (call_trace >= 1) | ||
| 199 | return; | 204 | return; |
| 200 | else | 205 | else |
| 201 | printk("Full inexact backtrace again:\n"); | 206 | printk("Full inexact backtrace again:\n"); |
| 202 | #else | 207 | } else |
| 203 | printk("Inexact backtrace:\n"); | 208 | printk("Inexact backtrace:\n"); |
| 204 | #endif | ||
| 205 | } | ||
| 206 | } | 209 | } |
| 207 | 210 | ||
| 208 | if (task == current) { | 211 | if (task == current) { |
| @@ -1241,6 +1244,7 @@ static int __init kstack_setup(char *s) | |||
| 1241 | } | 1244 | } |
| 1242 | __setup("kstack=", kstack_setup); | 1245 | __setup("kstack=", kstack_setup); |
| 1243 | 1246 | ||
| 1247 | #ifdef CONFIG_STACK_UNWIND | ||
| 1244 | static int __init call_trace_setup(char *s) | 1248 | static int __init call_trace_setup(char *s) |
| 1245 | { | 1249 | { |
| 1246 | if (strcmp(s, "old") == 0) | 1250 | if (strcmp(s, "old") == 0) |
| @@ -1254,3 +1258,4 @@ static int __init call_trace_setup(char *s) | |||
| 1254 | return 1; | 1258 | return 1; |
| 1255 | } | 1259 | } |
| 1256 | __setup("call_trace=", call_trace_setup); | 1260 | __setup("call_trace=", call_trace_setup); |
| 1261 | #endif | ||
diff --git a/arch/i386/pci/common.c b/arch/i386/pci/common.c index 0a362e3aeac5..1220dd828ce3 100644 --- a/arch/i386/pci/common.c +++ b/arch/i386/pci/common.c | |||
| @@ -237,6 +237,11 @@ char * __devinit pcibios_setup(char *str) | |||
| 237 | pci_probe &= ~PCI_PROBE_MMCONF; | 237 | pci_probe &= ~PCI_PROBE_MMCONF; |
| 238 | return NULL; | 238 | return NULL; |
| 239 | } | 239 | } |
| 240 | /* override DMI blacklist */ | ||
| 241 | else if (!strcmp(str, "mmconf")) { | ||
| 242 | pci_probe |= PCI_PROBE_MMCONF_FORCE; | ||
| 243 | return NULL; | ||
| 244 | } | ||
| 240 | #endif | 245 | #endif |
| 241 | else if (!strcmp(str, "noacpi")) { | 246 | else if (!strcmp(str, "noacpi")) { |
| 242 | acpi_noirq_set(); | 247 | acpi_noirq_set(); |
diff --git a/arch/i386/pci/mmconfig.c b/arch/i386/pci/mmconfig.c index 972180f738d9..ef5a2faa7d82 100644 --- a/arch/i386/pci/mmconfig.c +++ b/arch/i386/pci/mmconfig.c | |||
| @@ -12,6 +12,7 @@ | |||
| 12 | #include <linux/pci.h> | 12 | #include <linux/pci.h> |
| 13 | #include <linux/init.h> | 13 | #include <linux/init.h> |
| 14 | #include <linux/acpi.h> | 14 | #include <linux/acpi.h> |
| 15 | #include <linux/dmi.h> | ||
| 15 | #include <asm/e820.h> | 16 | #include <asm/e820.h> |
| 16 | #include "pci.h" | 17 | #include "pci.h" |
| 17 | 18 | ||
| @@ -187,9 +188,31 @@ static __init void unreachable_devices(void) | |||
| 187 | } | 188 | } |
| 188 | } | 189 | } |
| 189 | 190 | ||
| 191 | static int disable_mcfg(struct dmi_system_id *d) | ||
| 192 | { | ||
| 193 | printk("PCI: %s detected. Disabling MCFG.\n", d->ident); | ||
| 194 | pci_probe &= ~PCI_PROBE_MMCONF; | ||
| 195 | return 0; | ||
| 196 | } | ||
| 197 | |||
| 198 | static struct dmi_system_id __initdata dmi_bad_mcfg[] = { | ||
| 199 | /* Has broken MCFG table that makes the system hang when used */ | ||
| 200 | { | ||
| 201 | .callback = disable_mcfg, | ||
| 202 | .ident = "Intel D3C5105 SDV", | ||
| 203 | .matches = { | ||
| 204 | DMI_MATCH(DMI_BIOS_VENDOR, "Intel"), | ||
| 205 | DMI_MATCH(DMI_BOARD_NAME, "D26928"), | ||
| 206 | }, | ||
| 207 | }, | ||
| 208 | {} | ||
| 209 | }; | ||
| 210 | |||
| 190 | void __init pci_mmcfg_init(void) | 211 | void __init pci_mmcfg_init(void) |
| 191 | { | 212 | { |
| 192 | if ((pci_probe & PCI_PROBE_MMCONF) == 0) | 213 | dmi_check_system(dmi_bad_mcfg); |
| 214 | |||
| 215 | if ((pci_probe & (PCI_PROBE_MMCONF_FORCE|PCI_PROBE_MMCONF)) == 0) | ||
| 193 | return; | 216 | return; |
| 194 | 217 | ||
| 195 | acpi_table_parse(ACPI_MCFG, acpi_parse_mcfg); | 218 | acpi_table_parse(ACPI_MCFG, acpi_parse_mcfg); |
| @@ -198,15 +221,6 @@ void __init pci_mmcfg_init(void) | |||
| 198 | (pci_mmcfg_config[0].base_address == 0)) | 221 | (pci_mmcfg_config[0].base_address == 0)) |
| 199 | return; | 222 | return; |
| 200 | 223 | ||
| 201 | if (!e820_all_mapped(pci_mmcfg_config[0].base_address, | ||
| 202 | pci_mmcfg_config[0].base_address + MMCONFIG_APER_MIN, | ||
| 203 | E820_RESERVED)) { | ||
| 204 | printk(KERN_ERR "PCI: BIOS Bug: MCFG area at %x is not E820-reserved\n", | ||
| 205 | pci_mmcfg_config[0].base_address); | ||
| 206 | printk(KERN_ERR "PCI: Not using MMCONFIG.\n"); | ||
| 207 | return; | ||
| 208 | } | ||
| 209 | |||
| 210 | printk(KERN_INFO "PCI: Using MMCONFIG\n"); | 224 | printk(KERN_INFO "PCI: Using MMCONFIG\n"); |
| 211 | raw_pci_ops = &pci_mmcfg; | 225 | raw_pci_ops = &pci_mmcfg; |
| 212 | pci_probe = (pci_probe & ~PCI_PROBE_MASK) | PCI_PROBE_MMCONF; | 226 | pci_probe = (pci_probe & ~PCI_PROBE_MASK) | PCI_PROBE_MMCONF; |
diff --git a/arch/i386/pci/pci.h b/arch/i386/pci/pci.h index bf4e79335388..49a849b3a241 100644 --- a/arch/i386/pci/pci.h +++ b/arch/i386/pci/pci.h | |||
| @@ -16,7 +16,8 @@ | |||
| 16 | #define PCI_PROBE_CONF1 0x0002 | 16 | #define PCI_PROBE_CONF1 0x0002 |
| 17 | #define PCI_PROBE_CONF2 0x0004 | 17 | #define PCI_PROBE_CONF2 0x0004 |
| 18 | #define PCI_PROBE_MMCONF 0x0008 | 18 | #define PCI_PROBE_MMCONF 0x0008 |
| 19 | #define PCI_PROBE_MASK 0x000f | 19 | #define PCI_PROBE_MMCONF_FORCE 0x0010 |
| 20 | #define PCI_PROBE_MASK 0x00ff | ||
| 20 | 21 | ||
| 21 | #define PCI_NO_SORT 0x0100 | 22 | #define PCI_NO_SORT 0x0100 |
| 22 | #define PCI_BIOS_SORT 0x0200 | 23 | #define PCI_BIOS_SORT 0x0200 |
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index 47de9ee6bcd6..674de8943478 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig | |||
| @@ -258,7 +258,7 @@ config NR_CPUS | |||
| 258 | int "Maximum number of CPUs (2-1024)" | 258 | int "Maximum number of CPUs (2-1024)" |
| 259 | range 2 1024 | 259 | range 2 1024 |
| 260 | depends on SMP | 260 | depends on SMP |
| 261 | default "64" | 261 | default "1024" |
| 262 | help | 262 | help |
| 263 | You should set this to the number of CPUs in your system, but | 263 | You should set this to the number of CPUs in your system, but |
| 264 | keep in mind that a kernel compiled for, e.g., 2 CPUs will boot but | 264 | keep in mind that a kernel compiled for, e.g., 2 CPUs will boot but |
| @@ -354,7 +354,7 @@ config NUMA | |||
| 354 | config NODES_SHIFT | 354 | config NODES_SHIFT |
| 355 | int "Max num nodes shift(3-10)" | 355 | int "Max num nodes shift(3-10)" |
| 356 | range 3 10 | 356 | range 3 10 |
| 357 | default "8" | 357 | default "10" |
| 358 | depends on NEED_MULTIPLE_NODES | 358 | depends on NEED_MULTIPLE_NODES |
| 359 | help | 359 | help |
| 360 | This option specifies the maximum number of nodes in your SSI system. | 360 | This option specifies the maximum number of nodes in your SSI system. |
diff --git a/arch/ia64/kernel/topology.c b/arch/ia64/kernel/topology.c index d24fa393b182..f648c610b10c 100644 --- a/arch/ia64/kernel/topology.c +++ b/arch/ia64/kernel/topology.c | |||
| @@ -67,10 +67,8 @@ static int __init topology_init(void) | |||
| 67 | #endif | 67 | #endif |
| 68 | 68 | ||
| 69 | sysfs_cpus = kzalloc(sizeof(struct ia64_cpu) * NR_CPUS, GFP_KERNEL); | 69 | sysfs_cpus = kzalloc(sizeof(struct ia64_cpu) * NR_CPUS, GFP_KERNEL); |
| 70 | if (!sysfs_cpus) { | 70 | if (!sysfs_cpus) |
| 71 | err = -ENOMEM; | 71 | panic("kzalloc in topology_init failed - NR_CPUS too big?"); |
| 72 | goto out; | ||
| 73 | } | ||
| 74 | 72 | ||
| 75 | for_each_present_cpu(i) { | 73 | for_each_present_cpu(i) { |
| 76 | if((err = arch_register_cpu(i))) | 74 | if((err = arch_register_cpu(i))) |
diff --git a/arch/ia64/sn/kernel/xpc_channel.c b/arch/ia64/sn/kernel/xpc_channel.c index c2f69f7942af..1f3540826e68 100644 --- a/arch/ia64/sn/kernel/xpc_channel.c +++ b/arch/ia64/sn/kernel/xpc_channel.c | |||
| @@ -279,8 +279,8 @@ xpc_pull_remote_cachelines(struct xpc_partition *part, void *dst, | |||
| 279 | return part->reason; | 279 | return part->reason; |
| 280 | } | 280 | } |
| 281 | 281 | ||
| 282 | bte_ret = xp_bte_copy((u64) src, (u64) ia64_tpa((u64) dst), | 282 | bte_ret = xp_bte_copy((u64) src, (u64) dst, (u64) cnt, |
| 283 | (u64) cnt, (BTE_NORMAL | BTE_WACQUIRE), NULL); | 283 | (BTE_NORMAL | BTE_WACQUIRE), NULL); |
| 284 | if (bte_ret == BTE_SUCCESS) { | 284 | if (bte_ret == BTE_SUCCESS) { |
| 285 | return xpcSuccess; | 285 | return xpcSuccess; |
| 286 | } | 286 | } |
diff --git a/arch/ia64/sn/kernel/xpc_main.c b/arch/ia64/sn/kernel/xpc_main.c index 5e8e59efb347..4d026f9dd98b 100644 --- a/arch/ia64/sn/kernel/xpc_main.c +++ b/arch/ia64/sn/kernel/xpc_main.c | |||
| @@ -1052,6 +1052,8 @@ xpc_do_exit(enum xpc_retval reason) | |||
| 1052 | if (xpc_sysctl) { | 1052 | if (xpc_sysctl) { |
| 1053 | unregister_sysctl_table(xpc_sysctl); | 1053 | unregister_sysctl_table(xpc_sysctl); |
| 1054 | } | 1054 | } |
| 1055 | |||
| 1056 | kfree(xpc_remote_copy_buffer_base); | ||
| 1055 | } | 1057 | } |
| 1056 | 1058 | ||
| 1057 | 1059 | ||
| @@ -1212,24 +1214,20 @@ xpc_init(void) | |||
| 1212 | partid_t partid; | 1214 | partid_t partid; |
| 1213 | struct xpc_partition *part; | 1215 | struct xpc_partition *part; |
| 1214 | pid_t pid; | 1216 | pid_t pid; |
| 1217 | size_t buf_size; | ||
| 1215 | 1218 | ||
| 1216 | 1219 | ||
| 1217 | if (!ia64_platform_is("sn2")) { | 1220 | if (!ia64_platform_is("sn2")) { |
| 1218 | return -ENODEV; | 1221 | return -ENODEV; |
| 1219 | } | 1222 | } |
| 1220 | 1223 | ||
| 1221 | /* | 1224 | |
| 1222 | * xpc_remote_copy_buffer is used as a temporary buffer for bte_copy'ng | 1225 | buf_size = max(XPC_RP_VARS_SIZE, |
| 1223 | * various portions of a partition's reserved page. Its size is based | 1226 | XPC_RP_HEADER_SIZE + XP_NASID_MASK_BYTES); |
| 1224 | * on the size of the reserved page header and part_nasids mask. So we | 1227 | xpc_remote_copy_buffer = xpc_kmalloc_cacheline_aligned(buf_size, |
| 1225 | * need to ensure that the other items will fit as well. | 1228 | GFP_KERNEL, &xpc_remote_copy_buffer_base); |
| 1226 | */ | 1229 | if (xpc_remote_copy_buffer == NULL) |
| 1227 | if (XPC_RP_VARS_SIZE > XPC_RP_HEADER_SIZE + XP_NASID_MASK_BYTES) { | 1230 | return -ENOMEM; |
| 1228 | dev_err(xpc_part, "xpc_remote_copy_buffer is not big enough\n"); | ||
| 1229 | return -EPERM; | ||
| 1230 | } | ||
| 1231 | DBUG_ON((u64) xpc_remote_copy_buffer != | ||
| 1232 | L1_CACHE_ALIGN((u64) xpc_remote_copy_buffer)); | ||
| 1233 | 1231 | ||
| 1234 | snprintf(xpc_part->bus_id, BUS_ID_SIZE, "part"); | 1232 | snprintf(xpc_part->bus_id, BUS_ID_SIZE, "part"); |
| 1235 | snprintf(xpc_chan->bus_id, BUS_ID_SIZE, "chan"); | 1233 | snprintf(xpc_chan->bus_id, BUS_ID_SIZE, "chan"); |
| @@ -1293,6 +1291,8 @@ xpc_init(void) | |||
| 1293 | if (xpc_sysctl) { | 1291 | if (xpc_sysctl) { |
| 1294 | unregister_sysctl_table(xpc_sysctl); | 1292 | unregister_sysctl_table(xpc_sysctl); |
| 1295 | } | 1293 | } |
| 1294 | |||
| 1295 | kfree(xpc_remote_copy_buffer_base); | ||
| 1296 | return -EBUSY; | 1296 | return -EBUSY; |
| 1297 | } | 1297 | } |
| 1298 | 1298 | ||
| @@ -1311,6 +1311,8 @@ xpc_init(void) | |||
| 1311 | if (xpc_sysctl) { | 1311 | if (xpc_sysctl) { |
| 1312 | unregister_sysctl_table(xpc_sysctl); | 1312 | unregister_sysctl_table(xpc_sysctl); |
| 1313 | } | 1313 | } |
| 1314 | |||
| 1315 | kfree(xpc_remote_copy_buffer_base); | ||
| 1314 | return -EBUSY; | 1316 | return -EBUSY; |
| 1315 | } | 1317 | } |
| 1316 | 1318 | ||
| @@ -1362,6 +1364,8 @@ xpc_init(void) | |||
| 1362 | if (xpc_sysctl) { | 1364 | if (xpc_sysctl) { |
| 1363 | unregister_sysctl_table(xpc_sysctl); | 1365 | unregister_sysctl_table(xpc_sysctl); |
| 1364 | } | 1366 | } |
| 1367 | |||
| 1368 | kfree(xpc_remote_copy_buffer_base); | ||
| 1365 | return -EBUSY; | 1369 | return -EBUSY; |
| 1366 | } | 1370 | } |
| 1367 | 1371 | ||
diff --git a/arch/ia64/sn/kernel/xpc_partition.c b/arch/ia64/sn/kernel/xpc_partition.c index 2a89cfce4954..57c723f5cba4 100644 --- a/arch/ia64/sn/kernel/xpc_partition.c +++ b/arch/ia64/sn/kernel/xpc_partition.c | |||
| @@ -71,19 +71,15 @@ struct xpc_partition xpc_partitions[XP_MAX_PARTITIONS + 1]; | |||
| 71 | * Generic buffer used to store a local copy of portions of a remote | 71 | * Generic buffer used to store a local copy of portions of a remote |
| 72 | * partition's reserved page (either its header and part_nasids mask, | 72 | * partition's reserved page (either its header and part_nasids mask, |
| 73 | * or its vars). | 73 | * or its vars). |
| 74 | * | ||
| 75 | * xpc_discovery runs only once and is a seperate thread that is | ||
| 76 | * very likely going to be processing in parallel with receiving | ||
| 77 | * interrupts. | ||
| 78 | */ | 74 | */ |
| 79 | char ____cacheline_aligned xpc_remote_copy_buffer[XPC_RP_HEADER_SIZE + | 75 | char *xpc_remote_copy_buffer; |
| 80 | XP_NASID_MASK_BYTES]; | 76 | void *xpc_remote_copy_buffer_base; |
| 81 | 77 | ||
| 82 | 78 | ||
| 83 | /* | 79 | /* |
| 84 | * Guarantee that the kmalloc'd memory is cacheline aligned. | 80 | * Guarantee that the kmalloc'd memory is cacheline aligned. |
| 85 | */ | 81 | */ |
| 86 | static void * | 82 | void * |
| 87 | xpc_kmalloc_cacheline_aligned(size_t size, gfp_t flags, void **base) | 83 | xpc_kmalloc_cacheline_aligned(size_t size, gfp_t flags, void **base) |
| 88 | { | 84 | { |
| 89 | /* see if kmalloc will give us cachline aligned memory by default */ | 85 | /* see if kmalloc will give us cachline aligned memory by default */ |
| @@ -148,7 +144,7 @@ xpc_get_rsvd_page_pa(int nasid) | |||
| 148 | } | 144 | } |
| 149 | } | 145 | } |
| 150 | 146 | ||
| 151 | bte_res = xp_bte_copy(rp_pa, ia64_tpa(buf), buf_len, | 147 | bte_res = xp_bte_copy(rp_pa, buf, buf_len, |
| 152 | (BTE_NOTIFY | BTE_WACQUIRE), NULL); | 148 | (BTE_NOTIFY | BTE_WACQUIRE), NULL); |
| 153 | if (bte_res != BTE_SUCCESS) { | 149 | if (bte_res != BTE_SUCCESS) { |
| 154 | dev_dbg(xpc_part, "xp_bte_copy failed %i\n", bte_res); | 150 | dev_dbg(xpc_part, "xp_bte_copy failed %i\n", bte_res); |
| @@ -447,7 +443,7 @@ xpc_check_remote_hb(void) | |||
| 447 | 443 | ||
| 448 | /* pull the remote_hb cache line */ | 444 | /* pull the remote_hb cache line */ |
| 449 | bres = xp_bte_copy(part->remote_vars_pa, | 445 | bres = xp_bte_copy(part->remote_vars_pa, |
| 450 | ia64_tpa((u64) remote_vars), | 446 | (u64) remote_vars, |
| 451 | XPC_RP_VARS_SIZE, | 447 | XPC_RP_VARS_SIZE, |
| 452 | (BTE_NOTIFY | BTE_WACQUIRE), NULL); | 448 | (BTE_NOTIFY | BTE_WACQUIRE), NULL); |
| 453 | if (bres != BTE_SUCCESS) { | 449 | if (bres != BTE_SUCCESS) { |
| @@ -498,8 +494,7 @@ xpc_get_remote_rp(int nasid, u64 *discovered_nasids, | |||
| 498 | 494 | ||
| 499 | 495 | ||
| 500 | /* pull over the reserved page header and part_nasids mask */ | 496 | /* pull over the reserved page header and part_nasids mask */ |
| 501 | 497 | bres = xp_bte_copy(*remote_rp_pa, (u64) remote_rp, | |
| 502 | bres = xp_bte_copy(*remote_rp_pa, ia64_tpa((u64) remote_rp), | ||
| 503 | XPC_RP_HEADER_SIZE + xp_nasid_mask_bytes, | 498 | XPC_RP_HEADER_SIZE + xp_nasid_mask_bytes, |
| 504 | (BTE_NOTIFY | BTE_WACQUIRE), NULL); | 499 | (BTE_NOTIFY | BTE_WACQUIRE), NULL); |
| 505 | if (bres != BTE_SUCCESS) { | 500 | if (bres != BTE_SUCCESS) { |
| @@ -554,11 +549,8 @@ xpc_get_remote_vars(u64 remote_vars_pa, struct xpc_vars *remote_vars) | |||
| 554 | return xpcVarsNotSet; | 549 | return xpcVarsNotSet; |
| 555 | } | 550 | } |
| 556 | 551 | ||
| 557 | |||
| 558 | /* pull over the cross partition variables */ | 552 | /* pull over the cross partition variables */ |
| 559 | 553 | bres = xp_bte_copy(remote_vars_pa, (u64) remote_vars, XPC_RP_VARS_SIZE, | |
| 560 | bres = xp_bte_copy(remote_vars_pa, ia64_tpa((u64) remote_vars), | ||
| 561 | XPC_RP_VARS_SIZE, | ||
| 562 | (BTE_NOTIFY | BTE_WACQUIRE), NULL); | 554 | (BTE_NOTIFY | BTE_WACQUIRE), NULL); |
| 563 | if (bres != BTE_SUCCESS) { | 555 | if (bres != BTE_SUCCESS) { |
| 564 | return xpc_map_bte_errors(bres); | 556 | return xpc_map_bte_errors(bres); |
| @@ -1239,7 +1231,7 @@ xpc_initiate_partid_to_nasids(partid_t partid, void *nasid_mask) | |||
| 1239 | 1231 | ||
| 1240 | part_nasid_pa = (u64) XPC_RP_PART_NASIDS(part->remote_rp_pa); | 1232 | part_nasid_pa = (u64) XPC_RP_PART_NASIDS(part->remote_rp_pa); |
| 1241 | 1233 | ||
| 1242 | bte_res = xp_bte_copy(part_nasid_pa, ia64_tpa((u64) nasid_mask), | 1234 | bte_res = xp_bte_copy(part_nasid_pa, (u64) nasid_mask, |
| 1243 | xp_nasid_mask_bytes, (BTE_NOTIFY | BTE_WACQUIRE), NULL); | 1235 | xp_nasid_mask_bytes, (BTE_NOTIFY | BTE_WACQUIRE), NULL); |
| 1244 | 1236 | ||
| 1245 | return xpc_map_bte_errors(bte_res); | 1237 | return xpc_map_bte_errors(bte_res); |
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index abb325eb8f75..4d4b6fb156e1 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
| @@ -354,6 +354,7 @@ endchoice | |||
| 354 | config PPC_PSERIES | 354 | config PPC_PSERIES |
| 355 | depends on PPC_MULTIPLATFORM && PPC64 | 355 | depends on PPC_MULTIPLATFORM && PPC64 |
| 356 | bool "IBM pSeries & new (POWER5-based) iSeries" | 356 | bool "IBM pSeries & new (POWER5-based) iSeries" |
| 357 | select MPIC | ||
| 357 | select PPC_I8259 | 358 | select PPC_I8259 |
| 358 | select PPC_RTAS | 359 | select PPC_RTAS |
| 359 | select RTAS_ERROR_LOGGING | 360 | select RTAS_ERROR_LOGGING |
| @@ -363,6 +364,7 @@ config PPC_PSERIES | |||
| 363 | config PPC_CHRP | 364 | config PPC_CHRP |
| 364 | bool "Common Hardware Reference Platform (CHRP) based machines" | 365 | bool "Common Hardware Reference Platform (CHRP) based machines" |
| 365 | depends on PPC_MULTIPLATFORM && PPC32 | 366 | depends on PPC_MULTIPLATFORM && PPC32 |
| 367 | select MPIC | ||
| 366 | select PPC_I8259 | 368 | select PPC_I8259 |
| 367 | select PPC_INDIRECT_PCI | 369 | select PPC_INDIRECT_PCI |
| 368 | select PPC_RTAS | 370 | select PPC_RTAS |
| @@ -373,6 +375,7 @@ config PPC_CHRP | |||
| 373 | config PPC_PMAC | 375 | config PPC_PMAC |
| 374 | bool "Apple PowerMac based machines" | 376 | bool "Apple PowerMac based machines" |
| 375 | depends on PPC_MULTIPLATFORM | 377 | depends on PPC_MULTIPLATFORM |
| 378 | select MPIC | ||
| 376 | select PPC_INDIRECT_PCI if PPC32 | 379 | select PPC_INDIRECT_PCI if PPC32 |
| 377 | select PPC_MPC106 if PPC32 | 380 | select PPC_MPC106 if PPC32 |
| 378 | default y | 381 | default y |
| @@ -380,6 +383,7 @@ config PPC_PMAC | |||
| 380 | config PPC_PMAC64 | 383 | config PPC_PMAC64 |
| 381 | bool | 384 | bool |
| 382 | depends on PPC_PMAC && POWER4 | 385 | depends on PPC_PMAC && POWER4 |
| 386 | select MPIC | ||
| 383 | select U3_DART | 387 | select U3_DART |
| 384 | select MPIC_BROKEN_U3 | 388 | select MPIC_BROKEN_U3 |
| 385 | select GENERIC_TBSYNC | 389 | select GENERIC_TBSYNC |
| @@ -389,6 +393,7 @@ config PPC_PMAC64 | |||
| 389 | config PPC_PREP | 393 | config PPC_PREP |
| 390 | bool "PowerPC Reference Platform (PReP) based machines" | 394 | bool "PowerPC Reference Platform (PReP) based machines" |
| 391 | depends on PPC_MULTIPLATFORM && PPC32 && BROKEN | 395 | depends on PPC_MULTIPLATFORM && PPC32 && BROKEN |
| 396 | select MPIC | ||
| 392 | select PPC_I8259 | 397 | select PPC_I8259 |
| 393 | select PPC_INDIRECT_PCI | 398 | select PPC_INDIRECT_PCI |
| 394 | select PPC_UDBG_16550 | 399 | select PPC_UDBG_16550 |
| @@ -397,6 +402,7 @@ config PPC_PREP | |||
| 397 | config PPC_MAPLE | 402 | config PPC_MAPLE |
| 398 | depends on PPC_MULTIPLATFORM && PPC64 | 403 | depends on PPC_MULTIPLATFORM && PPC64 |
| 399 | bool "Maple 970FX Evaluation Board" | 404 | bool "Maple 970FX Evaluation Board" |
| 405 | select MPIC | ||
| 400 | select U3_DART | 406 | select U3_DART |
| 401 | select MPIC_BROKEN_U3 | 407 | select MPIC_BROKEN_U3 |
| 402 | select GENERIC_TBSYNC | 408 | select GENERIC_TBSYNC |
| @@ -439,12 +445,6 @@ config U3_DART | |||
| 439 | depends on PPC_MULTIPLATFORM && PPC64 | 445 | depends on PPC_MULTIPLATFORM && PPC64 |
| 440 | default n | 446 | default n |
| 441 | 447 | ||
| 442 | config MPIC | ||
| 443 | depends on PPC_PSERIES || PPC_PMAC || PPC_MAPLE || PPC_CHRP \ | ||
| 444 | || MPC7448HPC2 | ||
| 445 | bool | ||
| 446 | default y | ||
| 447 | |||
| 448 | config PPC_RTAS | 448 | config PPC_RTAS |
| 449 | bool | 449 | bool |
| 450 | default n | 450 | default n |
| @@ -812,6 +812,14 @@ config GENERIC_ISA_DMA | |||
| 812 | depends on PPC64 || POWER4 || 6xx && !CPM2 | 812 | depends on PPC64 || POWER4 || 6xx && !CPM2 |
| 813 | default y | 813 | default y |
| 814 | 814 | ||
| 815 | config MPIC | ||
| 816 | bool | ||
| 817 | default n | ||
| 818 | |||
| 819 | config MPIC_WEIRD | ||
| 820 | bool | ||
| 821 | default n | ||
| 822 | |||
| 815 | config PPC_I8259 | 823 | config PPC_I8259 |
| 816 | bool | 824 | bool |
| 817 | default n | 825 | default n |
diff --git a/arch/powerpc/boot/dts/mpc7448hpc2.dts b/arch/powerpc/boot/dts/mpc7448hpc2.dts new file mode 100644 index 000000000000..d7b985e6bd2f --- /dev/null +++ b/arch/powerpc/boot/dts/mpc7448hpc2.dts | |||
| @@ -0,0 +1,190 @@ | |||
| 1 | /* | ||
| 2 | * MPC7448HPC2 (Taiga) board Device Tree Source | ||
| 3 | * | ||
| 4 | * Copyright 2006 Freescale Semiconductor Inc. | ||
| 5 | * 2006 Roy Zang <Roy Zang at freescale.com>. | ||
| 6 | * | ||
| 7 | * This program is free software; you can redistribute it and/or modify it | ||
| 8 | * under the terms of the GNU General Public License as published by the | ||
| 9 | * Free Software Foundation; either version 2 of the License, or (at your | ||
| 10 | * option) any later version. | ||
| 11 | */ | ||
| 12 | |||
| 13 | |||
| 14 | / { | ||
| 15 | model = "mpc7448hpc2"; | ||
| 16 | compatible = "mpc74xx"; | ||
| 17 | #address-cells = <1>; | ||
| 18 | #size-cells = <1>; | ||
| 19 | linux,phandle = <100>; | ||
| 20 | |||
| 21 | cpus { | ||
| 22 | #cpus = <1>; | ||
| 23 | #address-cells = <1>; | ||
| 24 | #size-cells =<0>; | ||
| 25 | linux,phandle = <200>; | ||
| 26 | |||
| 27 | PowerPC,7448@0 { | ||
| 28 | device_type = "cpu"; | ||
| 29 | reg = <0>; | ||
| 30 | d-cache-line-size = <20>; // 32 bytes | ||
| 31 | i-cache-line-size = <20>; // 32 bytes | ||
| 32 | d-cache-size = <8000>; // L1, 32K bytes | ||
| 33 | i-cache-size = <8000>; // L1, 32K bytes | ||
| 34 | timebase-frequency = <0>; // 33 MHz, from uboot | ||
| 35 | clock-frequency = <0>; // From U-Boot | ||
| 36 | bus-frequency = <0>; // From U-Boot | ||
| 37 | 32-bit; | ||
| 38 | linux,phandle = <201>; | ||
| 39 | linux,boot-cpu; | ||
| 40 | }; | ||
| 41 | }; | ||
| 42 | |||
| 43 | memory { | ||
| 44 | device_type = "memory"; | ||
| 45 | linux,phandle = <300>; | ||
| 46 | reg = <00000000 20000000 // DDR2 512M at 0 | ||
| 47 | >; | ||
| 48 | }; | ||
| 49 | |||
| 50 | tsi108@c0000000 { | ||
| 51 | #address-cells = <1>; | ||
| 52 | #size-cells = <1>; | ||
| 53 | #interrupt-cells = <2>; | ||
| 54 | device_type = "tsi-bridge"; | ||
| 55 | ranges = <00000000 c0000000 00010000>; | ||
| 56 | reg = <c0000000 00010000>; | ||
| 57 | bus-frequency = <0>; | ||
| 58 | |||
| 59 | i2c@7000 { | ||
| 60 | interrupt-parent = <7400>; | ||
| 61 | interrupts = <E 0>; | ||
| 62 | reg = <7000 400>; | ||
| 63 | device_type = "i2c"; | ||
| 64 | compatible = "tsi-i2c"; | ||
| 65 | }; | ||
| 66 | |||
| 67 | mdio@6000 { | ||
| 68 | device_type = "mdio"; | ||
| 69 | compatible = "tsi-ethernet"; | ||
| 70 | |||
| 71 | ethernet-phy@6000 { | ||
| 72 | linux,phandle = <6000>; | ||
| 73 | interrupt-parent = <7400>; | ||
| 74 | interrupts = <2 1>; | ||
| 75 | reg = <6000 50>; | ||
| 76 | phy-id = <8>; | ||
| 77 | device_type = "ethernet-phy"; | ||
| 78 | }; | ||
| 79 | |||
| 80 | ethernet-phy@6400 { | ||
| 81 | linux,phandle = <6400>; | ||
| 82 | interrupt-parent = <7400>; | ||
| 83 | interrupts = <2 1>; | ||
| 84 | reg = <6000 50>; | ||
| 85 | phy-id = <9>; | ||
| 86 | device_type = "ethernet-phy"; | ||
| 87 | }; | ||
| 88 | |||
| 89 | }; | ||
| 90 | |||
| 91 | ethernet@6200 { | ||
| 92 | #size-cells = <0>; | ||
| 93 | device_type = "network"; | ||
| 94 | model = "TSI-ETH"; | ||
| 95 | compatible = "tsi-ethernet"; | ||
| 96 | reg = <6000 200>; | ||
| 97 | address = [ 00 06 D2 00 00 01 ]; | ||
| 98 | interrupts = <10 2>; | ||
| 99 | interrupt-parent = <7400>; | ||
| 100 | phy-handle = <6000>; | ||
| 101 | }; | ||
| 102 | |||
| 103 | ethernet@6600 { | ||
| 104 | #address-cells = <1>; | ||
| 105 | #size-cells = <0>; | ||
| 106 | device_type = "network"; | ||
| 107 | model = "TSI-ETH"; | ||
| 108 | compatible = "tsi-ethernet"; | ||
| 109 | reg = <6400 200>; | ||
| 110 | address = [ 00 06 D2 00 00 02 ]; | ||
| 111 | interrupts = <11 2>; | ||
| 112 | interrupt-parent = <7400>; | ||
| 113 | phy-handle = <6400>; | ||
| 114 | }; | ||
| 115 | |||
| 116 | serial@7808 { | ||
| 117 | device_type = "serial"; | ||
| 118 | compatible = "ns16550"; | ||
| 119 | reg = <7808 200>; | ||
| 120 | clock-frequency = <3f6b5a00>; | ||
| 121 | interrupts = <c 0>; | ||
| 122 | interrupt-parent = <7400>; | ||
| 123 | }; | ||
| 124 | |||
| 125 | serial@7c08 { | ||
| 126 | device_type = "serial"; | ||
| 127 | compatible = "ns16550"; | ||
| 128 | reg = <7c08 200>; | ||
| 129 | clock-frequency = <3f6b5a00>; | ||
| 130 | interrupts = <d 0>; | ||
| 131 | interrupt-parent = <7400>; | ||
| 132 | }; | ||
| 133 | |||
| 134 | pic@7400 { | ||
| 135 | linux,phandle = <7400>; | ||
| 136 | clock-frequency = <0>; | ||
| 137 | interrupt-controller; | ||
| 138 | #address-cells = <0>; | ||
| 139 | #interrupt-cells = <2>; | ||
| 140 | reg = <7400 400>; | ||
| 141 | built-in; | ||
| 142 | compatible = "chrp,open-pic"; | ||
| 143 | device_type = "open-pic"; | ||
| 144 | big-endian; | ||
| 145 | }; | ||
| 146 | pci@1000 { | ||
| 147 | compatible = "tsi10x"; | ||
| 148 | device_type = "pci"; | ||
| 149 | linux,phandle = <1000>; | ||
| 150 | #interrupt-cells = <1>; | ||
| 151 | #size-cells = <2>; | ||
| 152 | #address-cells = <3>; | ||
| 153 | reg = <1000 1000>; | ||
| 154 | bus-range = <0 0>; | ||
| 155 | ranges = <02000000 0 e0000000 e0000000 0 1A000000 | ||
| 156 | 01000000 0 00000000 fa000000 0 00010000>; | ||
| 157 | clock-frequency = <7f28154>; | ||
| 158 | interrupt-parent = <7400>; | ||
| 159 | interrupts = <17 2>; | ||
| 160 | interrupt-map-mask = <f800 0 0 7>; | ||
| 161 | interrupt-map = < | ||
| 162 | |||
| 163 | /* IDSEL 0x11 */ | ||
| 164 | 0800 0 0 1 7400 24 0 | ||
| 165 | 0800 0 0 2 7400 25 0 | ||
| 166 | 0800 0 0 3 7400 26 0 | ||
| 167 | 0800 0 0 4 7400 27 0 | ||
| 168 | |||
| 169 | /* IDSEL 0x12 */ | ||
| 170 | 1000 0 0 1 7400 25 0 | ||
| 171 | 1000 0 0 2 7400 26 0 | ||
| 172 | 1000 0 0 3 7400 27 0 | ||
| 173 | 1000 0 0 4 7400 24 0 | ||
| 174 | |||
| 175 | /* IDSEL 0x13 */ | ||
| 176 | 1800 0 0 1 7400 26 0 | ||
| 177 | 1800 0 0 2 7400 27 0 | ||
| 178 | 1800 0 0 3 7400 24 0 | ||
| 179 | 1800 0 0 4 7400 25 0 | ||
| 180 | |||
| 181 | /* IDSEL 0x14 */ | ||
| 182 | 2000 0 0 1 7400 27 0 | ||
| 183 | 2000 0 0 2 7400 24 0 | ||
| 184 | 2000 0 0 3 7400 25 0 | ||
| 185 | 2000 0 0 4 7400 26 0 | ||
| 186 | >; | ||
| 187 | }; | ||
| 188 | }; | ||
| 189 | |||
| 190 | }; | ||
diff --git a/arch/powerpc/boot/dts/mpc8349emds.dts b/arch/powerpc/boot/dts/mpc8349emds.dts new file mode 100644 index 000000000000..12f5dbf3055f --- /dev/null +++ b/arch/powerpc/boot/dts/mpc8349emds.dts | |||
| @@ -0,0 +1,328 @@ | |||
| 1 | /* | ||
| 2 | * MPC8349E MDS Device Tree Source | ||
| 3 | * | ||
| 4 | * Copyright 2005, 2006 Freescale Semiconductor Inc. | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify it | ||
| 7 | * under the terms of the GNU General Public License as published by the | ||
| 8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
| 9 | * option) any later version. | ||
| 10 | */ | ||
| 11 | |||
| 12 | / { | ||
| 13 | model = "MPC8349EMDS"; | ||
| 14 | compatible = "MPC834xMDS"; | ||
| 15 | #address-cells = <1>; | ||
| 16 | #size-cells = <1>; | ||
| 17 | |||
| 18 | cpus { | ||
| 19 | #cpus = <1>; | ||
| 20 | #address-cells = <1>; | ||
| 21 | #size-cells = <0>; | ||
| 22 | |||
| 23 | PowerPC,8349@0 { | ||
| 24 | device_type = "cpu"; | ||
| 25 | reg = <0>; | ||
| 26 | d-cache-line-size = <20>; // 32 bytes | ||
| 27 | i-cache-line-size = <20>; // 32 bytes | ||
| 28 | d-cache-size = <8000>; // L1, 32K | ||
| 29 | i-cache-size = <8000>; // L1, 32K | ||
| 30 | timebase-frequency = <0>; // from bootloader | ||
| 31 | bus-frequency = <0>; // from bootloader | ||
| 32 | clock-frequency = <0>; // from bootloader | ||
| 33 | 32-bit; | ||
| 34 | }; | ||
| 35 | }; | ||
| 36 | |||
| 37 | memory { | ||
| 38 | device_type = "memory"; | ||
| 39 | reg = <00000000 10000000>; // 256MB at 0 | ||
| 40 | }; | ||
| 41 | |||
| 42 | soc8349@e0000000 { | ||
| 43 | #address-cells = <1>; | ||
| 44 | #size-cells = <1>; | ||
| 45 | #interrupt-cells = <2>; | ||
| 46 | device_type = "soc"; | ||
| 47 | ranges = <0 e0000000 00100000>; | ||
| 48 | reg = <e0000000 00000200>; | ||
| 49 | bus-frequency = <0>; | ||
| 50 | |||
| 51 | wdt@200 { | ||
| 52 | device_type = "watchdog"; | ||
| 53 | compatible = "mpc83xx_wdt"; | ||
| 54 | reg = <200 100>; | ||
| 55 | }; | ||
| 56 | |||
| 57 | i2c@3000 { | ||
| 58 | device_type = "i2c"; | ||
| 59 | compatible = "fsl-i2c"; | ||
| 60 | reg = <3000 100>; | ||
| 61 | interrupts = <e 8>; | ||
| 62 | interrupt-parent = <700>; | ||
| 63 | dfsrr; | ||
| 64 | }; | ||
| 65 | |||
| 66 | i2c@3100 { | ||
| 67 | device_type = "i2c"; | ||
| 68 | compatible = "fsl-i2c"; | ||
| 69 | reg = <3100 100>; | ||
| 70 | interrupts = <f 8>; | ||
| 71 | interrupt-parent = <700>; | ||
| 72 | dfsrr; | ||
| 73 | }; | ||
| 74 | |||
| 75 | spi@7000 { | ||
| 76 | device_type = "spi"; | ||
| 77 | compatible = "mpc83xx_spi"; | ||
| 78 | reg = <7000 1000>; | ||
| 79 | interrupts = <10 8>; | ||
| 80 | interrupt-parent = <700>; | ||
| 81 | mode = <0>; | ||
| 82 | }; | ||
| 83 | |||
| 84 | /* phy type (ULPI or SERIAL) are only types supportted for MPH */ | ||
| 85 | /* port = 0 or 1 */ | ||
| 86 | usb@22000 { | ||
| 87 | device_type = "usb"; | ||
| 88 | compatible = "fsl-usb2-mph"; | ||
| 89 | reg = <22000 1000>; | ||
| 90 | #address-cells = <1>; | ||
| 91 | #size-cells = <0>; | ||
| 92 | interrupt-parent = <700>; | ||
| 93 | interrupts = <27 2>; | ||
| 94 | phy_type = "ulpi"; | ||
| 95 | port1; | ||
| 96 | }; | ||
| 97 | /* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */ | ||
| 98 | usb@23000 { | ||
| 99 | device_type = "usb"; | ||
| 100 | compatible = "fsl-usb2-dr"; | ||
| 101 | reg = <23000 1000>; | ||
| 102 | #address-cells = <1>; | ||
| 103 | #size-cells = <0>; | ||
| 104 | interrupt-parent = <700>; | ||
| 105 | interrupts = <26 2>; | ||
| 106 | phy_type = "ulpi"; | ||
| 107 | }; | ||
| 108 | |||
| 109 | mdio@24520 { | ||
| 110 | device_type = "mdio"; | ||
| 111 | compatible = "gianfar"; | ||
| 112 | reg = <24520 20>; | ||
| 113 | #address-cells = <1>; | ||
| 114 | #size-cells = <0>; | ||
| 115 | linux,phandle = <24520>; | ||
| 116 | ethernet-phy@0 { | ||
| 117 | linux,phandle = <2452000>; | ||
| 118 | interrupt-parent = <700>; | ||
| 119 | interrupts = <11 2>; | ||
| 120 | reg = <0>; | ||
| 121 | device_type = "ethernet-phy"; | ||
| 122 | }; | ||
| 123 | ethernet-phy@1 { | ||
| 124 | linux,phandle = <2452001>; | ||
| 125 | interrupt-parent = <700>; | ||
| 126 | interrupts = <12 2>; | ||
| 127 | reg = <1>; | ||
| 128 | device_type = "ethernet-phy"; | ||
| 129 | }; | ||
| 130 | }; | ||
| 131 | |||
| 132 | ethernet@24000 { | ||
| 133 | device_type = "network"; | ||
| 134 | model = "TSEC"; | ||
| 135 | compatible = "gianfar"; | ||
| 136 | reg = <24000 1000>; | ||
| 137 | address = [ 00 00 00 00 00 00 ]; | ||
| 138 | local-mac-address = [ 00 00 00 00 00 00 ]; | ||
| 139 | interrupts = <20 8 21 8 22 8>; | ||
| 140 | interrupt-parent = <700>; | ||
| 141 | phy-handle = <2452000>; | ||
| 142 | }; | ||
| 143 | |||
| 144 | ethernet@25000 { | ||
| 145 | #address-cells = <1>; | ||
| 146 | #size-cells = <0>; | ||
| 147 | device_type = "network"; | ||
| 148 | model = "TSEC"; | ||
| 149 | compatible = "gianfar"; | ||
| 150 | reg = <25000 1000>; | ||
| 151 | address = [ 00 00 00 00 00 00 ]; | ||
| 152 | local-mac-address = [ 00 00 00 00 00 00 ]; | ||
| 153 | interrupts = <23 8 24 8 25 8>; | ||
| 154 | interrupt-parent = <700>; | ||
| 155 | phy-handle = <2452001>; | ||
| 156 | }; | ||
| 157 | |||
| 158 | serial@4500 { | ||
| 159 | device_type = "serial"; | ||
| 160 | compatible = "ns16550"; | ||
| 161 | reg = <4500 100>; | ||
| 162 | clock-frequency = <0>; | ||
| 163 | interrupts = <9 8>; | ||
| 164 | interrupt-parent = <700>; | ||
| 165 | }; | ||
| 166 | |||
| 167 | serial@4600 { | ||
| 168 | device_type = "serial"; | ||
| 169 | compatible = "ns16550"; | ||
| 170 | reg = <4600 100>; | ||
| 171 | clock-frequency = <0>; | ||
| 172 | interrupts = <a 8>; | ||
| 173 | interrupt-parent = <700>; | ||
| 174 | }; | ||
| 175 | |||
| 176 | pci@8500 { | ||
| 177 | interrupt-map-mask = <f800 0 0 7>; | ||
| 178 | interrupt-map = < | ||
| 179 | |||
| 180 | /* IDSEL 0x11 */ | ||
| 181 | 8800 0 0 1 700 14 8 | ||
| 182 | 8800 0 0 2 700 15 8 | ||
| 183 | 8800 0 0 3 700 16 8 | ||
| 184 | 8800 0 0 4 700 17 8 | ||
| 185 | |||
| 186 | /* IDSEL 0x12 */ | ||
| 187 | 9000 0 0 1 700 16 8 | ||
| 188 | 9000 0 0 2 700 17 8 | ||
| 189 | 9000 0 0 3 700 14 8 | ||
| 190 | 9000 0 0 4 700 15 8 | ||
| 191 | |||
| 192 | /* IDSEL 0x13 */ | ||
| 193 | 9800 0 0 1 700 17 8 | ||
| 194 | 9800 0 0 2 700 14 8 | ||
| 195 | 9800 0 0 3 700 15 8 | ||
| 196 | 9800 0 0 4 700 16 8 | ||
| 197 | |||
| 198 | /* IDSEL 0x15 */ | ||
| 199 | a800 0 0 1 700 14 8 | ||
| 200 | a800 0 0 2 700 15 8 | ||
| 201 | a800 0 0 3 700 16 8 | ||
| 202 | a800 0 0 4 700 17 8 | ||
| 203 | |||
| 204 | /* IDSEL 0x16 */ | ||
| 205 | b000 0 0 1 700 17 8 | ||
| 206 | b000 0 0 2 700 14 8 | ||
| 207 | b000 0 0 3 700 15 8 | ||
| 208 | b000 0 0 4 700 16 8 | ||
| 209 | |||
| 210 | /* IDSEL 0x17 */ | ||
| 211 | b800 0 0 1 700 16 8 | ||
| 212 | b800 0 0 2 700 17 8 | ||
| 213 | b800 0 0 3 700 14 8 | ||
| 214 | b800 0 0 4 700 15 8 | ||
| 215 | |||
| 216 | /* IDSEL 0x18 */ | ||
| 217 | b000 0 0 1 700 15 8 | ||
| 218 | b000 0 0 2 700 16 8 | ||
| 219 | b000 0 0 3 700 17 8 | ||
| 220 | b000 0 0 4 700 14 8>; | ||
| 221 | interrupt-parent = <700>; | ||
| 222 | interrupts = <42 8>; | ||
| 223 | bus-range = <0 0>; | ||
| 224 | ranges = <02000000 0 a0000000 a0000000 0 10000000 | ||
| 225 | 42000000 0 80000000 80000000 0 10000000 | ||
| 226 | 01000000 0 00000000 e2000000 0 00100000>; | ||
| 227 | clock-frequency = <3f940aa>; | ||
| 228 | #interrupt-cells = <1>; | ||
| 229 | #size-cells = <2>; | ||
| 230 | #address-cells = <3>; | ||
| 231 | reg = <8500 100>; | ||
| 232 | compatible = "83xx"; | ||
| 233 | device_type = "pci"; | ||
| 234 | }; | ||
| 235 | |||
| 236 | pci@8600 { | ||
| 237 | interrupt-map-mask = <f800 0 0 7>; | ||
| 238 | interrupt-map = < | ||
| 239 | |||
| 240 | /* IDSEL 0x11 */ | ||
| 241 | 8800 0 0 1 700 14 8 | ||
| 242 | 8800 0 0 2 700 15 8 | ||
| 243 | 8800 0 0 3 700 16 8 | ||
| 244 | 8800 0 0 4 700 17 8 | ||
| 245 | |||
| 246 | /* IDSEL 0x12 */ | ||
| 247 | 9000 0 0 1 700 16 8 | ||
| 248 | 9000 0 0 2 700 17 8 | ||
| 249 | 9000 0 0 3 700 14 8 | ||
| 250 | 9000 0 0 4 700 15 8 | ||
| 251 | |||
| 252 | /* IDSEL 0x13 */ | ||
| 253 | 9800 0 0 1 700 17 8 | ||
| 254 | 9800 0 0 2 700 14 8 | ||
| 255 | 9800 0 0 3 700 15 8 | ||
| 256 | 9800 0 0 4 700 16 8 | ||
| 257 | |||
| 258 | /* IDSEL 0x15 */ | ||
| 259 | a800 0 0 1 700 14 8 | ||
| 260 | a800 0 0 2 700 15 8 | ||
| 261 | a800 0 0 3 700 16 8 | ||
| 262 | a800 0 0 4 700 17 8 | ||
| 263 | |||
| 264 | /* IDSEL 0x16 */ | ||
| 265 | b000 0 0 1 700 17 8 | ||
| 266 | b000 0 0 2 700 14 8 | ||
| 267 | b000 0 0 3 700 15 8 | ||
| 268 | b000 0 0 4 700 16 8 | ||
| 269 | |||
| 270 | /* IDSEL 0x17 */ | ||
| 271 | b800 0 0 1 700 16 8 | ||
| 272 | b800 0 0 2 700 17 8 | ||
| 273 | b800 0 0 3 700 14 8 | ||
| 274 | b800 0 0 4 700 15 8 | ||
| 275 | |||
| 276 | /* IDSEL 0x18 */ | ||
| 277 | b000 0 0 1 700 15 8 | ||
| 278 | b000 0 0 2 700 16 8 | ||
| 279 | b000 0 0 3 700 17 8 | ||
| 280 | b000 0 0 4 700 14 8>; | ||
| 281 | interrupt-parent = <700>; | ||
| 282 | interrupts = <42 8>; | ||
| 283 | bus-range = <0 0>; | ||
| 284 | ranges = <02000000 0 b0000000 b0000000 0 10000000 | ||
| 285 | 42000000 0 90000000 90000000 0 10000000 | ||
| 286 | 01000000 0 00000000 e2100000 0 00100000>; | ||
| 287 | clock-frequency = <3f940aa>; | ||
| 288 | #interrupt-cells = <1>; | ||
| 289 | #size-cells = <2>; | ||
| 290 | #address-cells = <3>; | ||
| 291 | reg = <8600 100>; | ||
| 292 | compatible = "83xx"; | ||
| 293 | device_type = "pci"; | ||
| 294 | }; | ||
| 295 | |||
| 296 | /* May need to remove if on a part without crypto engine */ | ||
| 297 | crypto@30000 { | ||
| 298 | device_type = "crypto"; | ||
| 299 | model = "SEC2"; | ||
| 300 | compatible = "talitos"; | ||
| 301 | reg = <30000 10000>; | ||
| 302 | interrupts = <b 8>; | ||
| 303 | interrupt-parent = <700>; | ||
| 304 | num-channels = <4>; | ||
| 305 | channel-fifo-len = <18>; | ||
| 306 | exec-units-mask = <0000007e>; | ||
| 307 | /* desc mask is for rev2.0, | ||
| 308 | * we need runtime fixup for >2.0 */ | ||
| 309 | descriptor-types-mask = <01010ebf>; | ||
| 310 | }; | ||
| 311 | |||
| 312 | /* IPIC | ||
| 313 | * interrupts cell = <intr #, sense> | ||
| 314 | * sense values match linux IORESOURCE_IRQ_* defines: | ||
| 315 | * sense == 8: Level, low assertion | ||
| 316 | * sense == 2: Edge, high-to-low change | ||
| 317 | */ | ||
| 318 | pic@700 { | ||
| 319 | linux,phandle = <700>; | ||
| 320 | interrupt-controller; | ||
| 321 | #address-cells = <0>; | ||
| 322 | #interrupt-cells = <2>; | ||
| 323 | reg = <700 100>; | ||
| 324 | built-in; | ||
| 325 | device_type = "ipic"; | ||
| 326 | }; | ||
| 327 | }; | ||
| 328 | }; | ||
diff --git a/arch/powerpc/configs/mpc834x_sys_defconfig b/arch/powerpc/configs/mpc834x_mds_defconfig index 5078b0441d61..5078b0441d61 100644 --- a/arch/powerpc/configs/mpc834x_sys_defconfig +++ b/arch/powerpc/configs/mpc834x_mds_defconfig | |||
diff --git a/arch/powerpc/kernel/fpu.S b/arch/powerpc/kernel/fpu.S index 7e2c9fe44ac1..821e152e093c 100644 --- a/arch/powerpc/kernel/fpu.S +++ b/arch/powerpc/kernel/fpu.S | |||
| @@ -2,6 +2,11 @@ | |||
| 2 | * FPU support code, moved here from head.S so that it can be used | 2 | * FPU support code, moved here from head.S so that it can be used |
| 3 | * by chips which use other head-whatever.S files. | 3 | * by chips which use other head-whatever.S files. |
| 4 | * | 4 | * |
| 5 | * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) | ||
| 6 | * Copyright (C) 1996 Cort Dougan <cort@cs.nmt.edu> | ||
| 7 | * Copyright (C) 1996 Paul Mackerras. | ||
| 8 | * Copyright (C) 1997 Dan Malek (dmalek@jlc.net). | ||
| 9 | * | ||
| 5 | * This program is free software; you can redistribute it and/or | 10 | * This program is free software; you can redistribute it and/or |
| 6 | * modify it under the terms of the GNU General Public License | 11 | * modify it under the terms of the GNU General Public License |
| 7 | * as published by the Free Software Foundation; either version | 12 | * as published by the Free Software Foundation; either version |
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c index 7ee685433319..12c5971d6565 100644 --- a/arch/powerpc/kernel/irq.c +++ b/arch/powerpc/kernel/irq.c | |||
| @@ -322,7 +322,8 @@ EXPORT_SYMBOL(do_softirq); | |||
| 322 | 322 | ||
| 323 | static LIST_HEAD(irq_hosts); | 323 | static LIST_HEAD(irq_hosts); |
| 324 | static spinlock_t irq_big_lock = SPIN_LOCK_UNLOCKED; | 324 | static spinlock_t irq_big_lock = SPIN_LOCK_UNLOCKED; |
| 325 | 325 | static DEFINE_PER_CPU(unsigned int, irq_radix_reader); | |
| 326 | static unsigned int irq_radix_writer; | ||
| 326 | struct irq_map_entry irq_map[NR_IRQS]; | 327 | struct irq_map_entry irq_map[NR_IRQS]; |
| 327 | static unsigned int irq_virq_count = NR_IRQS; | 328 | static unsigned int irq_virq_count = NR_IRQS; |
| 328 | static struct irq_host *irq_default_host; | 329 | static struct irq_host *irq_default_host; |
| @@ -455,6 +456,58 @@ void irq_set_virq_count(unsigned int count) | |||
| 455 | irq_virq_count = count; | 456 | irq_virq_count = count; |
| 456 | } | 457 | } |
| 457 | 458 | ||
| 459 | /* radix tree not lockless safe ! we use a brlock-type mecanism | ||
| 460 | * for now, until we can use a lockless radix tree | ||
| 461 | */ | ||
| 462 | static void irq_radix_wrlock(unsigned long *flags) | ||
| 463 | { | ||
| 464 | unsigned int cpu, ok; | ||
| 465 | |||
| 466 | spin_lock_irqsave(&irq_big_lock, *flags); | ||
| 467 | irq_radix_writer = 1; | ||
| 468 | smp_mb(); | ||
| 469 | do { | ||
| 470 | barrier(); | ||
| 471 | ok = 1; | ||
| 472 | for_each_possible_cpu(cpu) { | ||
| 473 | if (per_cpu(irq_radix_reader, cpu)) { | ||
| 474 | ok = 0; | ||
| 475 | break; | ||
| 476 | } | ||
| 477 | } | ||
| 478 | if (!ok) | ||
| 479 | cpu_relax(); | ||
| 480 | } while(!ok); | ||
| 481 | } | ||
| 482 | |||
| 483 | static void irq_radix_wrunlock(unsigned long flags) | ||
| 484 | { | ||
| 485 | smp_wmb(); | ||
| 486 | irq_radix_writer = 0; | ||
| 487 | spin_unlock_irqrestore(&irq_big_lock, flags); | ||
| 488 | } | ||
| 489 | |||
| 490 | static void irq_radix_rdlock(unsigned long *flags) | ||
| 491 | { | ||
| 492 | local_irq_save(*flags); | ||
| 493 | __get_cpu_var(irq_radix_reader) = 1; | ||
| 494 | smp_mb(); | ||
| 495 | if (likely(irq_radix_writer == 0)) | ||
| 496 | return; | ||
| 497 | __get_cpu_var(irq_radix_reader) = 0; | ||
| 498 | smp_wmb(); | ||
| 499 | spin_lock(&irq_big_lock); | ||
| 500 | __get_cpu_var(irq_radix_reader) = 1; | ||
| 501 | spin_unlock(&irq_big_lock); | ||
| 502 | } | ||
| 503 | |||
| 504 | static void irq_radix_rdunlock(unsigned long flags) | ||
| 505 | { | ||
| 506 | __get_cpu_var(irq_radix_reader) = 0; | ||
| 507 | local_irq_restore(flags); | ||
| 508 | } | ||
| 509 | |||
| 510 | |||
| 458 | unsigned int irq_create_mapping(struct irq_host *host, | 511 | unsigned int irq_create_mapping(struct irq_host *host, |
| 459 | irq_hw_number_t hwirq) | 512 | irq_hw_number_t hwirq) |
| 460 | { | 513 | { |
| @@ -604,13 +657,9 @@ void irq_dispose_mapping(unsigned int virq) | |||
| 604 | /* Check if radix tree allocated yet */ | 657 | /* Check if radix tree allocated yet */ |
| 605 | if (host->revmap_data.tree.gfp_mask == 0) | 658 | if (host->revmap_data.tree.gfp_mask == 0) |
| 606 | break; | 659 | break; |
| 607 | /* XXX radix tree not safe ! remove lock whem it becomes safe | 660 | irq_radix_wrlock(&flags); |
| 608 | * and use some RCU sync to make sure everything is ok before we | ||
| 609 | * can re-use that map entry | ||
| 610 | */ | ||
| 611 | spin_lock_irqsave(&irq_big_lock, flags); | ||
| 612 | radix_tree_delete(&host->revmap_data.tree, hwirq); | 661 | radix_tree_delete(&host->revmap_data.tree, hwirq); |
| 613 | spin_unlock_irqrestore(&irq_big_lock, flags); | 662 | irq_radix_wrunlock(flags); |
| 614 | break; | 663 | break; |
| 615 | } | 664 | } |
| 616 | 665 | ||
| @@ -677,25 +726,24 @@ unsigned int irq_radix_revmap(struct irq_host *host, | |||
| 677 | if (tree->gfp_mask == 0) | 726 | if (tree->gfp_mask == 0) |
| 678 | return irq_find_mapping(host, hwirq); | 727 | return irq_find_mapping(host, hwirq); |
| 679 | 728 | ||
| 680 | /* XXX Current radix trees are NOT SMP safe !!! Remove that lock | ||
| 681 | * when that is fixed (when Nick's patch gets in | ||
| 682 | */ | ||
| 683 | spin_lock_irqsave(&irq_big_lock, flags); | ||
| 684 | |||
| 685 | /* Now try to resolve */ | 729 | /* Now try to resolve */ |
| 730 | irq_radix_rdlock(&flags); | ||
| 686 | ptr = radix_tree_lookup(tree, hwirq); | 731 | ptr = radix_tree_lookup(tree, hwirq); |
| 732 | irq_radix_rdunlock(flags); | ||
| 733 | |||
| 687 | /* Found it, return */ | 734 | /* Found it, return */ |
| 688 | if (ptr) { | 735 | if (ptr) { |
| 689 | virq = ptr - irq_map; | 736 | virq = ptr - irq_map; |
| 690 | goto bail; | 737 | return virq; |
| 691 | } | 738 | } |
| 692 | 739 | ||
| 693 | /* If not there, try to insert it */ | 740 | /* If not there, try to insert it */ |
| 694 | virq = irq_find_mapping(host, hwirq); | 741 | virq = irq_find_mapping(host, hwirq); |
| 695 | if (virq != NO_IRQ) | 742 | if (virq != NO_IRQ) { |
| 743 | irq_radix_wrlock(&flags); | ||
| 696 | radix_tree_insert(tree, hwirq, &irq_map[virq]); | 744 | radix_tree_insert(tree, hwirq, &irq_map[virq]); |
| 697 | bail: | 745 | irq_radix_wrunlock(flags); |
| 698 | spin_unlock_irqrestore(&irq_big_lock, flags); | 746 | } |
| 699 | return virq; | 747 | return virq; |
| 700 | } | 748 | } |
| 701 | 749 | ||
| @@ -806,12 +854,12 @@ static int irq_late_init(void) | |||
| 806 | struct irq_host *h; | 854 | struct irq_host *h; |
| 807 | unsigned long flags; | 855 | unsigned long flags; |
| 808 | 856 | ||
| 809 | spin_lock_irqsave(&irq_big_lock, flags); | 857 | irq_radix_wrlock(&flags); |
| 810 | list_for_each_entry(h, &irq_hosts, link) { | 858 | list_for_each_entry(h, &irq_hosts, link) { |
| 811 | if (h->revmap_type == IRQ_HOST_MAP_TREE) | 859 | if (h->revmap_type == IRQ_HOST_MAP_TREE) |
| 812 | INIT_RADIX_TREE(&h->revmap_data.tree, GFP_ATOMIC); | 860 | INIT_RADIX_TREE(&h->revmap_data.tree, GFP_ATOMIC); |
| 813 | } | 861 | } |
| 814 | spin_unlock_irqrestore(&irq_big_lock, flags); | 862 | irq_radix_wrunlock(flags); |
| 815 | 863 | ||
| 816 | return 0; | 864 | return 0; |
| 817 | } | 865 | } |
diff --git a/arch/powerpc/kernel/pci_64.c b/arch/powerpc/kernel/pci_64.c index 2fce7738e9e2..138134c8c17d 100644 --- a/arch/powerpc/kernel/pci_64.c +++ b/arch/powerpc/kernel/pci_64.c | |||
| @@ -1289,6 +1289,9 @@ int pci_read_irq_line(struct pci_dev *pci_dev) | |||
| 1289 | 1289 | ||
| 1290 | DBG("Try to map irq for %s...\n", pci_name(pci_dev)); | 1290 | DBG("Try to map irq for %s...\n", pci_name(pci_dev)); |
| 1291 | 1291 | ||
| 1292 | #ifdef DEBUG | ||
| 1293 | memset(&oirq, 0xff, sizeof(oirq)); | ||
| 1294 | #endif | ||
| 1292 | /* Try to get a mapping from the device-tree */ | 1295 | /* Try to get a mapping from the device-tree */ |
| 1293 | if (of_irq_map_pci(pci_dev, &oirq)) { | 1296 | if (of_irq_map_pci(pci_dev, &oirq)) { |
| 1294 | u8 line, pin; | 1297 | u8 line, pin; |
| @@ -1314,8 +1317,9 @@ int pci_read_irq_line(struct pci_dev *pci_dev) | |||
| 1314 | if (virq != NO_IRQ) | 1317 | if (virq != NO_IRQ) |
| 1315 | set_irq_type(virq, IRQ_TYPE_LEVEL_LOW); | 1318 | set_irq_type(virq, IRQ_TYPE_LEVEL_LOW); |
| 1316 | } else { | 1319 | } else { |
| 1317 | DBG(" -> got one, spec %d cells (0x%08x...) on %s\n", | 1320 | DBG(" -> got one, spec %d cells (0x%08x 0x%08x...) on %s\n", |
| 1318 | oirq.size, oirq.specifier[0], oirq.controller->full_name); | 1321 | oirq.size, oirq.specifier[0], oirq.specifier[1], |
| 1322 | oirq.controller->full_name); | ||
| 1319 | 1323 | ||
| 1320 | virq = irq_create_of_mapping(oirq.controller, oirq.specifier, | 1324 | virq = irq_create_of_mapping(oirq.controller, oirq.specifier, |
| 1321 | oirq.size); | 1325 | oirq.size); |
| @@ -1324,6 +1328,9 @@ int pci_read_irq_line(struct pci_dev *pci_dev) | |||
| 1324 | DBG(" -> failed to map !\n"); | 1328 | DBG(" -> failed to map !\n"); |
| 1325 | return -1; | 1329 | return -1; |
| 1326 | } | 1330 | } |
| 1331 | |||
| 1332 | DBG(" -> mapped to linux irq %d\n", virq); | ||
| 1333 | |||
| 1327 | pci_dev->irq = virq; | 1334 | pci_dev->irq = virq; |
| 1328 | pci_write_config_byte(pci_dev, PCI_INTERRUPT_LINE, virq); | 1335 | pci_write_config_byte(pci_dev, PCI_INTERRUPT_LINE, virq); |
| 1329 | 1336 | ||
diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c index f6a05f090b25..39d3bfcabcd2 100644 --- a/arch/powerpc/kernel/ppc_ksyms.c +++ b/arch/powerpc/kernel/ppc_ksyms.c | |||
| @@ -126,10 +126,6 @@ EXPORT_SYMBOL(pci_bus_mem_base_phys); | |||
| 126 | EXPORT_SYMBOL(pci_bus_to_hose); | 126 | EXPORT_SYMBOL(pci_bus_to_hose); |
| 127 | #endif /* CONFIG_PCI */ | 127 | #endif /* CONFIG_PCI */ |
| 128 | 128 | ||
| 129 | #ifdef CONFIG_NOT_COHERENT_CACHE | ||
| 130 | EXPORT_SYMBOL(flush_dcache_all); | ||
| 131 | #endif | ||
| 132 | |||
| 133 | EXPORT_SYMBOL(start_thread); | 129 | EXPORT_SYMBOL(start_thread); |
| 134 | EXPORT_SYMBOL(kernel_thread); | 130 | EXPORT_SYMBOL(kernel_thread); |
| 135 | 131 | ||
diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/prom_init.c index 462bced40c12..4394e545f9f7 100644 --- a/arch/powerpc/kernel/prom_init.c +++ b/arch/powerpc/kernel/prom_init.c | |||
| @@ -646,13 +646,13 @@ static unsigned char ibm_architecture_vec[] = { | |||
| 646 | 5 - 1, /* 5 option vectors */ | 646 | 5 - 1, /* 5 option vectors */ |
| 647 | 647 | ||
| 648 | /* option vector 1: processor architectures supported */ | 648 | /* option vector 1: processor architectures supported */ |
| 649 | 3 - 1, /* length */ | 649 | 3 - 2, /* length */ |
| 650 | 0, /* don't ignore, don't halt */ | 650 | 0, /* don't ignore, don't halt */ |
| 651 | OV1_PPC_2_00 | OV1_PPC_2_01 | OV1_PPC_2_02 | OV1_PPC_2_03 | | 651 | OV1_PPC_2_00 | OV1_PPC_2_01 | OV1_PPC_2_02 | OV1_PPC_2_03 | |
| 652 | OV1_PPC_2_04 | OV1_PPC_2_05, | 652 | OV1_PPC_2_04 | OV1_PPC_2_05, |
| 653 | 653 | ||
| 654 | /* option vector 2: Open Firmware options supported */ | 654 | /* option vector 2: Open Firmware options supported */ |
| 655 | 34 - 1, /* length */ | 655 | 34 - 2, /* length */ |
| 656 | OV2_REAL_MODE, | 656 | OV2_REAL_MODE, |
| 657 | 0, 0, | 657 | 0, 0, |
| 658 | W(0xffffffff), /* real_base */ | 658 | W(0xffffffff), /* real_base */ |
| @@ -666,16 +666,16 @@ static unsigned char ibm_architecture_vec[] = { | |||
| 666 | 48, /* max log_2(hash table size) */ | 666 | 48, /* max log_2(hash table size) */ |
| 667 | 667 | ||
| 668 | /* option vector 3: processor options supported */ | 668 | /* option vector 3: processor options supported */ |
| 669 | 3 - 1, /* length */ | 669 | 3 - 2, /* length */ |
| 670 | 0, /* don't ignore, don't halt */ | 670 | 0, /* don't ignore, don't halt */ |
| 671 | OV3_FP | OV3_VMX, | 671 | OV3_FP | OV3_VMX, |
| 672 | 672 | ||
| 673 | /* option vector 4: IBM PAPR implementation */ | 673 | /* option vector 4: IBM PAPR implementation */ |
| 674 | 2 - 1, /* length */ | 674 | 2 - 2, /* length */ |
| 675 | 0, /* don't halt */ | 675 | 0, /* don't halt */ |
| 676 | 676 | ||
| 677 | /* option vector 5: PAPR/OF options */ | 677 | /* option vector 5: PAPR/OF options */ |
| 678 | 3 - 1, /* length */ | 678 | 3 - 2, /* length */ |
| 679 | 0, /* don't ignore, don't halt */ | 679 | 0, /* don't ignore, don't halt */ |
| 680 | OV5_LPAR | OV5_SPLPAR | OV5_LARGE_PAGES, | 680 | OV5_LPAR | OV5_SPLPAR | OV5_LARGE_PAGES, |
| 681 | }; | 681 | }; |
diff --git a/arch/powerpc/kernel/prom_parse.c b/arch/powerpc/kernel/prom_parse.c index 11052c212ad5..a10825a5dfe6 100644 --- a/arch/powerpc/kernel/prom_parse.c +++ b/arch/powerpc/kernel/prom_parse.c | |||
| @@ -639,14 +639,17 @@ void of_irq_map_init(unsigned int flags) | |||
| 639 | 639 | ||
| 640 | } | 640 | } |
| 641 | 641 | ||
| 642 | int of_irq_map_raw(struct device_node *parent, u32 *intspec, u32 *addr, | 642 | int of_irq_map_raw(struct device_node *parent, u32 *intspec, u32 ointsize, |
| 643 | struct of_irq *out_irq) | 643 | u32 *addr, struct of_irq *out_irq) |
| 644 | { | 644 | { |
| 645 | struct device_node *ipar, *tnode, *old = NULL, *newpar = NULL; | 645 | struct device_node *ipar, *tnode, *old = NULL, *newpar = NULL; |
| 646 | u32 *tmp, *imap, *imask; | 646 | u32 *tmp, *imap, *imask; |
| 647 | u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; | 647 | u32 intsize = 1, addrsize, newintsize = 0, newaddrsize = 0; |
| 648 | int imaplen, match, i; | 648 | int imaplen, match, i; |
| 649 | 649 | ||
| 650 | DBG("of_irq_map_raw: par=%s,intspec=[0x%08x 0x%08x...],ointsize=%d\n", | ||
| 651 | parent->full_name, intspec[0], intspec[1], ointsize); | ||
| 652 | |||
| 650 | ipar = of_node_get(parent); | 653 | ipar = of_node_get(parent); |
| 651 | 654 | ||
| 652 | /* First get the #interrupt-cells property of the current cursor | 655 | /* First get the #interrupt-cells property of the current cursor |
| @@ -670,6 +673,9 @@ int of_irq_map_raw(struct device_node *parent, u32 *intspec, u32 *addr, | |||
| 670 | 673 | ||
| 671 | DBG("of_irq_map_raw: ipar=%s, size=%d\n", ipar->full_name, intsize); | 674 | DBG("of_irq_map_raw: ipar=%s, size=%d\n", ipar->full_name, intsize); |
| 672 | 675 | ||
| 676 | if (ointsize != intsize) | ||
| 677 | return -EINVAL; | ||
| 678 | |||
| 673 | /* Look for this #address-cells. We have to implement the old linux | 679 | /* Look for this #address-cells. We have to implement the old linux |
| 674 | * trick of looking for the parent here as some device-trees rely on it | 680 | * trick of looking for the parent here as some device-trees rely on it |
| 675 | */ | 681 | */ |
| @@ -875,12 +881,15 @@ int of_irq_map_one(struct device_node *device, int index, struct of_irq *out_irq | |||
| 875 | } | 881 | } |
| 876 | intsize = *tmp; | 882 | intsize = *tmp; |
| 877 | 883 | ||
| 884 | DBG(" intsize=%d intlen=%d\n", intsize, intlen); | ||
| 885 | |||
| 878 | /* Check index */ | 886 | /* Check index */ |
| 879 | if ((index + 1) * intsize > intlen) | 887 | if ((index + 1) * intsize > intlen) |
| 880 | return -EINVAL; | 888 | return -EINVAL; |
| 881 | 889 | ||
| 882 | /* Get new specifier and map it */ | 890 | /* Get new specifier and map it */ |
| 883 | res = of_irq_map_raw(p, intspec + index * intsize, addr, out_irq); | 891 | res = of_irq_map_raw(p, intspec + index * intsize, intsize, |
| 892 | addr, out_irq); | ||
| 884 | of_node_put(p); | 893 | of_node_put(p); |
| 885 | return res; | 894 | return res; |
| 886 | } | 895 | } |
| @@ -965,7 +974,7 @@ int of_irq_map_pci(struct pci_dev *pdev, struct of_irq *out_irq) | |||
| 965 | laddr[0] = (pdev->bus->number << 16) | 974 | laddr[0] = (pdev->bus->number << 16) |
| 966 | | (pdev->devfn << 8); | 975 | | (pdev->devfn << 8); |
| 967 | laddr[1] = laddr[2] = 0; | 976 | laddr[1] = laddr[2] = 0; |
| 968 | return of_irq_map_raw(ppnode, &lspec, laddr, out_irq); | 977 | return of_irq_map_raw(ppnode, &lspec, 1, laddr, out_irq); |
| 969 | } | 978 | } |
| 970 | EXPORT_SYMBOL_GPL(of_irq_map_pci); | 979 | EXPORT_SYMBOL_GPL(of_irq_map_pci); |
| 971 | #endif /* CONFIG_PCI */ | 980 | #endif /* CONFIG_PCI */ |
diff --git a/arch/powerpc/kernel/smp-tbsync.c b/arch/powerpc/kernel/smp-tbsync.c index f19e2e0e61e7..de59c6c31a5b 100644 --- a/arch/powerpc/kernel/smp-tbsync.c +++ b/arch/powerpc/kernel/smp-tbsync.c | |||
| @@ -45,8 +45,9 @@ void __devinit smp_generic_take_timebase(void) | |||
| 45 | { | 45 | { |
| 46 | int cmd; | 46 | int cmd; |
| 47 | u64 tb; | 47 | u64 tb; |
| 48 | unsigned long flags; | ||
| 48 | 49 | ||
| 49 | local_irq_disable(); | 50 | local_irq_save(flags); |
| 50 | while (!running) | 51 | while (!running) |
| 51 | barrier(); | 52 | barrier(); |
| 52 | rmb(); | 53 | rmb(); |
| @@ -70,7 +71,7 @@ void __devinit smp_generic_take_timebase(void) | |||
| 70 | set_tb(tb >> 32, tb & 0xfffffffful); | 71 | set_tb(tb >> 32, tb & 0xfffffffful); |
| 71 | enter_contest(tbsync->mark, -1); | 72 | enter_contest(tbsync->mark, -1); |
| 72 | } | 73 | } |
| 73 | local_irq_enable(); | 74 | local_irq_restore(flags); |
| 74 | } | 75 | } |
| 75 | 76 | ||
| 76 | static int __devinit start_contest(int cmd, long offset, int num) | 77 | static int __devinit start_contest(int cmd, long offset, int num) |
diff --git a/arch/powerpc/kernel/time.c b/arch/powerpc/kernel/time.c index 18e59e43d2b3..a124499e65d9 100644 --- a/arch/powerpc/kernel/time.c +++ b/arch/powerpc/kernel/time.c | |||
| @@ -125,15 +125,8 @@ static long timezone_offset; | |||
| 125 | unsigned long ppc_proc_freq; | 125 | unsigned long ppc_proc_freq; |
| 126 | unsigned long ppc_tb_freq; | 126 | unsigned long ppc_tb_freq; |
| 127 | 127 | ||
| 128 | u64 tb_last_jiffy __cacheline_aligned_in_smp; | 128 | static u64 tb_last_jiffy __cacheline_aligned_in_smp; |
| 129 | unsigned long tb_last_stamp; | 129 | static DEFINE_PER_CPU(u64, last_jiffy); |
| 130 | |||
| 131 | /* | ||
| 132 | * Note that on ppc32 this only stores the bottom 32 bits of | ||
| 133 | * the timebase value, but that's enough to tell when a jiffy | ||
| 134 | * has passed. | ||
| 135 | */ | ||
| 136 | DEFINE_PER_CPU(unsigned long, last_jiffy); | ||
| 137 | 130 | ||
| 138 | #ifdef CONFIG_VIRT_CPU_ACCOUNTING | 131 | #ifdef CONFIG_VIRT_CPU_ACCOUNTING |
| 139 | /* | 132 | /* |
| @@ -458,7 +451,7 @@ void do_gettimeofday(struct timeval *tv) | |||
| 458 | do { | 451 | do { |
| 459 | seq = read_seqbegin_irqsave(&xtime_lock, flags); | 452 | seq = read_seqbegin_irqsave(&xtime_lock, flags); |
| 460 | sec = xtime.tv_sec; | 453 | sec = xtime.tv_sec; |
| 461 | nsec = xtime.tv_nsec + tb_ticks_since(tb_last_stamp); | 454 | nsec = xtime.tv_nsec + tb_ticks_since(tb_last_jiffy); |
| 462 | } while (read_seqretry_irqrestore(&xtime_lock, seq, flags)); | 455 | } while (read_seqretry_irqrestore(&xtime_lock, seq, flags)); |
| 463 | usec = nsec / 1000; | 456 | usec = nsec / 1000; |
| 464 | while (usec >= 1000000) { | 457 | while (usec >= 1000000) { |
| @@ -700,7 +693,6 @@ void timer_interrupt(struct pt_regs * regs) | |||
| 700 | tb_next_jiffy = tb_last_jiffy + tb_ticks_per_jiffy; | 693 | tb_next_jiffy = tb_last_jiffy + tb_ticks_per_jiffy; |
| 701 | if (per_cpu(last_jiffy, cpu) >= tb_next_jiffy) { | 694 | if (per_cpu(last_jiffy, cpu) >= tb_next_jiffy) { |
| 702 | tb_last_jiffy = tb_next_jiffy; | 695 | tb_last_jiffy = tb_next_jiffy; |
| 703 | tb_last_stamp = per_cpu(last_jiffy, cpu); | ||
| 704 | do_timer(regs); | 696 | do_timer(regs); |
| 705 | timer_recalc_offset(tb_last_jiffy); | 697 | timer_recalc_offset(tb_last_jiffy); |
| 706 | timer_check_rtc(); | 698 | timer_check_rtc(); |
| @@ -749,7 +741,7 @@ void __init smp_space_timers(unsigned int max_cpus) | |||
| 749 | int i; | 741 | int i; |
| 750 | unsigned long half = tb_ticks_per_jiffy / 2; | 742 | unsigned long half = tb_ticks_per_jiffy / 2; |
| 751 | unsigned long offset = tb_ticks_per_jiffy / max_cpus; | 743 | unsigned long offset = tb_ticks_per_jiffy / max_cpus; |
| 752 | unsigned long previous_tb = per_cpu(last_jiffy, boot_cpuid); | 744 | u64 previous_tb = per_cpu(last_jiffy, boot_cpuid); |
| 753 | 745 | ||
| 754 | /* make sure tb > per_cpu(last_jiffy, cpu) for all cpus always */ | 746 | /* make sure tb > per_cpu(last_jiffy, cpu) for all cpus always */ |
| 755 | previous_tb -= tb_ticks_per_jiffy; | 747 | previous_tb -= tb_ticks_per_jiffy; |
| @@ -830,7 +822,7 @@ int do_settimeofday(struct timespec *tv) | |||
| 830 | * and therefore the (jiffies - wall_jiffies) computation | 822 | * and therefore the (jiffies - wall_jiffies) computation |
| 831 | * has been removed. | 823 | * has been removed. |
| 832 | */ | 824 | */ |
| 833 | tb_delta = tb_ticks_since(tb_last_stamp); | 825 | tb_delta = tb_ticks_since(tb_last_jiffy); |
| 834 | tb_delta = mulhdu(tb_delta, do_gtod.varp->tb_to_xs); /* in xsec */ | 826 | tb_delta = mulhdu(tb_delta, do_gtod.varp->tb_to_xs); /* in xsec */ |
| 835 | new_nsec -= SCALE_XSEC(tb_delta, 1000000000); | 827 | new_nsec -= SCALE_XSEC(tb_delta, 1000000000); |
| 836 | 828 | ||
| @@ -950,8 +942,7 @@ void __init time_init(void) | |||
| 950 | if (__USE_RTC()) { | 942 | if (__USE_RTC()) { |
| 951 | /* 601 processor: dec counts down by 128 every 128ns */ | 943 | /* 601 processor: dec counts down by 128 every 128ns */ |
| 952 | ppc_tb_freq = 1000000000; | 944 | ppc_tb_freq = 1000000000; |
| 953 | tb_last_stamp = get_rtcl(); | 945 | tb_last_jiffy = get_rtcl(); |
| 954 | tb_last_jiffy = tb_last_stamp; | ||
| 955 | } else { | 946 | } else { |
| 956 | /* Normal PowerPC with timebase register */ | 947 | /* Normal PowerPC with timebase register */ |
| 957 | ppc_md.calibrate_decr(); | 948 | ppc_md.calibrate_decr(); |
| @@ -959,7 +950,7 @@ void __init time_init(void) | |||
| 959 | ppc_tb_freq / 1000000, ppc_tb_freq % 1000000); | 950 | ppc_tb_freq / 1000000, ppc_tb_freq % 1000000); |
| 960 | printk(KERN_DEBUG "time_init: processor frequency = %lu.%.6lu MHz\n", | 951 | printk(KERN_DEBUG "time_init: processor frequency = %lu.%.6lu MHz\n", |
| 961 | ppc_proc_freq / 1000000, ppc_proc_freq % 1000000); | 952 | ppc_proc_freq / 1000000, ppc_proc_freq % 1000000); |
| 962 | tb_last_stamp = tb_last_jiffy = get_tb(); | 953 | tb_last_jiffy = get_tb(); |
| 963 | } | 954 | } |
| 964 | 955 | ||
| 965 | tb_ticks_per_jiffy = ppc_tb_freq / HZ; | 956 | tb_ticks_per_jiffy = ppc_tb_freq / HZ; |
| @@ -1036,7 +1027,7 @@ void __init time_init(void) | |||
| 1036 | do_gtod.varp = &do_gtod.vars[0]; | 1027 | do_gtod.varp = &do_gtod.vars[0]; |
| 1037 | do_gtod.var_idx = 0; | 1028 | do_gtod.var_idx = 0; |
| 1038 | do_gtod.varp->tb_orig_stamp = tb_last_jiffy; | 1029 | do_gtod.varp->tb_orig_stamp = tb_last_jiffy; |
| 1039 | __get_cpu_var(last_jiffy) = tb_last_stamp; | 1030 | __get_cpu_var(last_jiffy) = tb_last_jiffy; |
| 1040 | do_gtod.varp->stamp_xsec = (u64) xtime.tv_sec * XSEC_PER_SEC; | 1031 | do_gtod.varp->stamp_xsec = (u64) xtime.tv_sec * XSEC_PER_SEC; |
| 1041 | do_gtod.tb_ticks_per_sec = tb_ticks_per_sec; | 1032 | do_gtod.tb_ticks_per_sec = tb_ticks_per_sec; |
| 1042 | do_gtod.varp->tb_to_xs = tb_to_xs; | 1033 | do_gtod.varp->tb_to_xs = tb_to_xs; |
diff --git a/arch/powerpc/lib/memcpy_64.S b/arch/powerpc/lib/memcpy_64.S index fd66acfd3e3e..7173ba98f427 100644 --- a/arch/powerpc/lib/memcpy_64.S +++ b/arch/powerpc/lib/memcpy_64.S | |||
| @@ -11,6 +11,7 @@ | |||
| 11 | 11 | ||
| 12 | .align 7 | 12 | .align 7 |
| 13 | _GLOBAL(memcpy) | 13 | _GLOBAL(memcpy) |
| 14 | std r3,48(r1) /* save destination pointer for return value */ | ||
| 14 | mtcrf 0x01,r5 | 15 | mtcrf 0x01,r5 |
| 15 | cmpldi cr1,r5,16 | 16 | cmpldi cr1,r5,16 |
| 16 | neg r6,r3 # LS 3 bits = # bytes to 8-byte dest bdry | 17 | neg r6,r3 # LS 3 bits = # bytes to 8-byte dest bdry |
| @@ -38,7 +39,7 @@ _GLOBAL(memcpy) | |||
| 38 | stdu r9,16(r3) | 39 | stdu r9,16(r3) |
| 39 | bdnz 1b | 40 | bdnz 1b |
| 40 | 3: std r8,8(r3) | 41 | 3: std r8,8(r3) |
| 41 | beqlr | 42 | beq 3f |
| 42 | addi r3,r3,16 | 43 | addi r3,r3,16 |
| 43 | ld r9,8(r4) | 44 | ld r9,8(r4) |
| 44 | .Ldo_tail: | 45 | .Ldo_tail: |
| @@ -53,7 +54,8 @@ _GLOBAL(memcpy) | |||
| 53 | 2: bf cr7*4+3,3f | 54 | 2: bf cr7*4+3,3f |
| 54 | rotldi r9,r9,8 | 55 | rotldi r9,r9,8 |
| 55 | stb r9,0(r3) | 56 | stb r9,0(r3) |
| 56 | 3: blr | 57 | 3: ld r3,48(r1) /* return dest pointer */ |
| 58 | blr | ||
| 57 | 59 | ||
| 58 | .Lsrc_unaligned: | 60 | .Lsrc_unaligned: |
| 59 | srdi r6,r5,3 | 61 | srdi r6,r5,3 |
| @@ -115,7 +117,7 @@ _GLOBAL(memcpy) | |||
| 115 | 5: srd r12,r9,r11 | 117 | 5: srd r12,r9,r11 |
| 116 | or r12,r8,r12 | 118 | or r12,r8,r12 |
| 117 | std r12,24(r3) | 119 | std r12,24(r3) |
| 118 | beqlr | 120 | beq 4f |
| 119 | cmpwi cr1,r5,8 | 121 | cmpwi cr1,r5,8 |
| 120 | addi r3,r3,32 | 122 | addi r3,r3,32 |
| 121 | sld r9,r9,r10 | 123 | sld r9,r9,r10 |
| @@ -167,4 +169,5 @@ _GLOBAL(memcpy) | |||
| 167 | 3: bf cr7*4+3,4f | 169 | 3: bf cr7*4+3,4f |
| 168 | lbz r0,0(r4) | 170 | lbz r0,0(r4) |
| 169 | stb r0,0(r3) | 171 | stb r0,0(r3) |
| 170 | 4: blr | 172 | 4: ld r3,48(r1) /* return dest pointer */ |
| 173 | blr | ||
diff --git a/arch/powerpc/mm/44x_mmu.c b/arch/powerpc/mm/44x_mmu.c index 376829ed2211..0a0a0487b334 100644 --- a/arch/powerpc/mm/44x_mmu.c +++ b/arch/powerpc/mm/44x_mmu.c | |||
| @@ -103,7 +103,7 @@ unsigned long __init mmu_mapin_ram(void) | |||
| 103 | 103 | ||
| 104 | /* Determine number of entries necessary to cover lowmem */ | 104 | /* Determine number of entries necessary to cover lowmem */ |
| 105 | pinned_tlbs = (unsigned int) | 105 | pinned_tlbs = (unsigned int) |
| 106 | (_ALIGN(total_lowmem, PPC44x_PIN_SIZE) >> PPC44x_PIN_SHIFT); | 106 | (_ALIGN(total_lowmem, PPC_PIN_SIZE) >> PPC44x_PIN_SHIFT); |
| 107 | 107 | ||
| 108 | /* Write upper watermark to save location */ | 108 | /* Write upper watermark to save location */ |
| 109 | tlb_44x_hwater = PPC44x_LOW_SLOT - pinned_tlbs; | 109 | tlb_44x_hwater = PPC44x_LOW_SLOT - pinned_tlbs; |
| @@ -111,7 +111,7 @@ unsigned long __init mmu_mapin_ram(void) | |||
| 111 | /* If necessary, set additional pinned TLBs */ | 111 | /* If necessary, set additional pinned TLBs */ |
| 112 | if (pinned_tlbs > 1) | 112 | if (pinned_tlbs > 1) |
| 113 | for (i = (PPC44x_LOW_SLOT-(pinned_tlbs-1)); i < PPC44x_LOW_SLOT; i++) { | 113 | for (i = (PPC44x_LOW_SLOT-(pinned_tlbs-1)); i < PPC44x_LOW_SLOT; i++) { |
| 114 | unsigned int phys_addr = (PPC44x_LOW_SLOT-i) * PPC44x_PIN_SIZE; | 114 | unsigned int phys_addr = (PPC44x_LOW_SLOT-i) * PPC_PIN_SIZE; |
| 115 | ppc44x_pin_tlb(i, phys_addr+PAGE_OFFSET, phys_addr); | 115 | ppc44x_pin_tlb(i, phys_addr+PAGE_OFFSET, phys_addr); |
| 116 | } | 116 | } |
| 117 | 117 | ||
diff --git a/arch/powerpc/platforms/83xx/mpc834x_itx.c b/arch/powerpc/platforms/83xx/mpc834x_itx.c index b46305645d38..cf3967a66fb5 100644 --- a/arch/powerpc/platforms/83xx/mpc834x_itx.c +++ b/arch/powerpc/platforms/83xx/mpc834x_itx.c | |||
| @@ -46,26 +46,6 @@ unsigned long isa_io_base = 0; | |||
| 46 | unsigned long isa_mem_base = 0; | 46 | unsigned long isa_mem_base = 0; |
| 47 | #endif | 47 | #endif |
| 48 | 48 | ||
| 49 | #ifdef CONFIG_PCI | ||
| 50 | static int | ||
| 51 | mpc83xx_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) | ||
| 52 | { | ||
| 53 | static char pci_irq_table[][4] = | ||
| 54 | /* | ||
| 55 | * PCI IDSEL/INTPIN->INTLINE | ||
| 56 | * A B C D | ||
| 57 | */ | ||
| 58 | { | ||
| 59 | {PIRQB, PIRQC, PIRQD, PIRQA}, /* idsel 0x0e */ | ||
| 60 | {PIRQA, PIRQB, PIRQC, PIRQD}, /* idsel 0x0f */ | ||
| 61 | {PIRQC, PIRQD, PIRQA, PIRQB}, /* idsel 0x10 */ | ||
| 62 | }; | ||
| 63 | |||
| 64 | const long min_idsel = 0x0e, max_idsel = 0x10, irqs_per_slot = 4; | ||
| 65 | return PCI_IRQ_TABLE_LOOKUP; | ||
| 66 | } | ||
| 67 | #endif /* CONFIG_PCI */ | ||
| 68 | |||
| 69 | /* ************************************************************************ | 49 | /* ************************************************************************ |
| 70 | * | 50 | * |
| 71 | * Setup the architecture | 51 | * Setup the architecture |
| @@ -92,8 +72,6 @@ static void __init mpc834x_itx_setup_arch(void) | |||
| 92 | for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;) | 72 | for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;) |
| 93 | add_bridge(np); | 73 | add_bridge(np); |
| 94 | 74 | ||
| 95 | ppc_md.pci_swizzle = common_swizzle; | ||
| 96 | ppc_md.pci_map_irq = mpc83xx_map_irq; | ||
| 97 | ppc_md.pci_exclude_device = mpc83xx_exclude_device; | 75 | ppc_md.pci_exclude_device = mpc83xx_exclude_device; |
| 98 | #endif | 76 | #endif |
| 99 | 77 | ||
| @@ -106,25 +84,13 @@ static void __init mpc834x_itx_setup_arch(void) | |||
| 106 | 84 | ||
| 107 | void __init mpc834x_itx_init_IRQ(void) | 85 | void __init mpc834x_itx_init_IRQ(void) |
| 108 | { | 86 | { |
| 109 | u8 senses[8] = { | 87 | struct device_node *np; |
| 110 | 0, /* EXT 0 */ | 88 | |
| 111 | IRQ_SENSE_LEVEL, /* EXT 1 */ | 89 | np = of_find_node_by_type(NULL, "ipic"); |
| 112 | IRQ_SENSE_LEVEL, /* EXT 2 */ | 90 | if (!np) |
| 113 | 0, /* EXT 3 */ | 91 | return; |
| 114 | #ifdef CONFIG_PCI | ||
| 115 | IRQ_SENSE_LEVEL, /* EXT 4 */ | ||
| 116 | IRQ_SENSE_LEVEL, /* EXT 5 */ | ||
| 117 | IRQ_SENSE_LEVEL, /* EXT 6 */ | ||
| 118 | IRQ_SENSE_LEVEL, /* EXT 7 */ | ||
| 119 | #else | ||
| 120 | 0, /* EXT 4 */ | ||
| 121 | 0, /* EXT 5 */ | ||
| 122 | 0, /* EXT 6 */ | ||
| 123 | 0, /* EXT 7 */ | ||
| 124 | #endif | ||
| 125 | }; | ||
| 126 | 92 | ||
| 127 | ipic_init(get_immrbase() + 0x00700, 0, 0, senses, 8); | 93 | ipic_init(np, 0); |
| 128 | 94 | ||
| 129 | /* Initialize the default interrupt mapping priorities, | 95 | /* Initialize the default interrupt mapping priorities, |
| 130 | * in case the boot rom changed something on us. | 96 | * in case the boot rom changed something on us. |
| @@ -153,4 +119,7 @@ define_machine(mpc834x_itx) { | |||
| 153 | .time_init = mpc83xx_time_init, | 119 | .time_init = mpc83xx_time_init, |
| 154 | .calibrate_decr = generic_calibrate_decr, | 120 | .calibrate_decr = generic_calibrate_decr, |
| 155 | .progress = udbg_progress, | 121 | .progress = udbg_progress, |
| 122 | #ifdef CONFIG_PCI | ||
| 123 | .pcibios_fixup = mpc83xx_pcibios_fixup, | ||
| 124 | #endif | ||
| 156 | }; | 125 | }; |
diff --git a/arch/powerpc/platforms/83xx/mpc834x_sys.c b/arch/powerpc/platforms/83xx/mpc834x_sys.c index 3e1c16eb4a63..32df239d1c48 100644 --- a/arch/powerpc/platforms/83xx/mpc834x_sys.c +++ b/arch/powerpc/platforms/83xx/mpc834x_sys.c | |||
| @@ -43,33 +43,6 @@ unsigned long isa_io_base = 0; | |||
| 43 | unsigned long isa_mem_base = 0; | 43 | unsigned long isa_mem_base = 0; |
| 44 | #endif | 44 | #endif |
| 45 | 45 | ||
| 46 | #ifdef CONFIG_PCI | ||
| 47 | static int | ||
| 48 | mpc83xx_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) | ||
| 49 | { | ||
| 50 | static char pci_irq_table[][4] = | ||
| 51 | /* | ||
| 52 | * PCI IDSEL/INTPIN->INTLINE | ||
| 53 | * A B C D | ||
| 54 | */ | ||
| 55 | { | ||
| 56 | {PIRQA, PIRQB, PIRQC, PIRQD}, /* idsel 0x11 */ | ||
| 57 | {PIRQC, PIRQD, PIRQA, PIRQB}, /* idsel 0x12 */ | ||
| 58 | {PIRQD, PIRQA, PIRQB, PIRQC}, /* idsel 0x13 */ | ||
| 59 | {0, 0, 0, 0}, | ||
| 60 | {PIRQA, PIRQB, PIRQC, PIRQD}, /* idsel 0x15 */ | ||
| 61 | {PIRQD, PIRQA, PIRQB, PIRQC}, /* idsel 0x16 */ | ||
| 62 | {PIRQC, PIRQD, PIRQA, PIRQB}, /* idsel 0x17 */ | ||
| 63 | {PIRQB, PIRQC, PIRQD, PIRQA}, /* idsel 0x18 */ | ||
| 64 | {0, 0, 0, 0}, /* idsel 0x19 */ | ||
| 65 | {0, 0, 0, 0}, /* idsel 0x20 */ | ||
| 66 | }; | ||
| 67 | |||
| 68 | const long min_idsel = 0x11, max_idsel = 0x20, irqs_per_slot = 4; | ||
| 69 | return PCI_IRQ_TABLE_LOOKUP; | ||
| 70 | } | ||
| 71 | #endif /* CONFIG_PCI */ | ||
| 72 | |||
| 73 | /* ************************************************************************ | 46 | /* ************************************************************************ |
| 74 | * | 47 | * |
| 75 | * Setup the architecture | 48 | * Setup the architecture |
| @@ -96,8 +69,6 @@ static void __init mpc834x_sys_setup_arch(void) | |||
| 96 | for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;) | 69 | for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;) |
| 97 | add_bridge(np); | 70 | add_bridge(np); |
| 98 | 71 | ||
| 99 | ppc_md.pci_swizzle = common_swizzle; | ||
| 100 | ppc_md.pci_map_irq = mpc83xx_map_irq; | ||
| 101 | ppc_md.pci_exclude_device = mpc83xx_exclude_device; | 72 | ppc_md.pci_exclude_device = mpc83xx_exclude_device; |
| 102 | #endif | 73 | #endif |
| 103 | 74 | ||
| @@ -110,25 +81,13 @@ static void __init mpc834x_sys_setup_arch(void) | |||
| 110 | 81 | ||
| 111 | void __init mpc834x_sys_init_IRQ(void) | 82 | void __init mpc834x_sys_init_IRQ(void) |
| 112 | { | 83 | { |
| 113 | u8 senses[8] = { | 84 | struct device_node *np; |
| 114 | 0, /* EXT 0 */ | 85 | |
| 115 | IRQ_SENSE_LEVEL, /* EXT 1 */ | 86 | np = of_find_node_by_type(NULL, "ipic"); |
| 116 | IRQ_SENSE_LEVEL, /* EXT 2 */ | 87 | if (!np) |
| 117 | 0, /* EXT 3 */ | 88 | return; |
| 118 | #ifdef CONFIG_PCI | ||
| 119 | IRQ_SENSE_LEVEL, /* EXT 4 */ | ||
| 120 | IRQ_SENSE_LEVEL, /* EXT 5 */ | ||
| 121 | IRQ_SENSE_LEVEL, /* EXT 6 */ | ||
| 122 | IRQ_SENSE_LEVEL, /* EXT 7 */ | ||
| 123 | #else | ||
| 124 | 0, /* EXT 4 */ | ||
| 125 | 0, /* EXT 5 */ | ||
| 126 | 0, /* EXT 6 */ | ||
| 127 | 0, /* EXT 7 */ | ||
| 128 | #endif | ||
| 129 | }; | ||
| 130 | 89 | ||
| 131 | ipic_init(get_immrbase() + 0x00700, 0, 0, senses, 8); | 90 | ipic_init(np, 0); |
| 132 | 91 | ||
| 133 | /* Initialize the default interrupt mapping priorities, | 92 | /* Initialize the default interrupt mapping priorities, |
| 134 | * in case the boot rom changed something on us. | 93 | * in case the boot rom changed something on us. |
| @@ -178,4 +137,7 @@ define_machine(mpc834x_sys) { | |||
| 178 | .time_init = mpc83xx_time_init, | 137 | .time_init = mpc83xx_time_init, |
| 179 | .calibrate_decr = generic_calibrate_decr, | 138 | .calibrate_decr = generic_calibrate_decr, |
| 180 | .progress = udbg_progress, | 139 | .progress = udbg_progress, |
| 140 | #ifdef CONFIG_PCI | ||
| 141 | .pcibios_fixup = mpc83xx_pcibios_fixup, | ||
| 142 | #endif | ||
| 181 | }; | 143 | }; |
diff --git a/arch/powerpc/platforms/83xx/mpc83xx.h b/arch/powerpc/platforms/83xx/mpc83xx.h index 01cae106912b..2c82bca9bfbb 100644 --- a/arch/powerpc/platforms/83xx/mpc83xx.h +++ b/arch/powerpc/platforms/83xx/mpc83xx.h | |||
| @@ -11,6 +11,7 @@ | |||
| 11 | 11 | ||
| 12 | extern int add_bridge(struct device_node *dev); | 12 | extern int add_bridge(struct device_node *dev); |
| 13 | extern int mpc83xx_exclude_device(u_char bus, u_char devfn); | 13 | extern int mpc83xx_exclude_device(u_char bus, u_char devfn); |
| 14 | extern void mpc83xx_pcibios_fixup(void); | ||
| 14 | extern void mpc83xx_restart(char *cmd); | 15 | extern void mpc83xx_restart(char *cmd); |
| 15 | extern long mpc83xx_time_init(void); | 16 | extern long mpc83xx_time_init(void); |
| 16 | 17 | ||
diff --git a/arch/powerpc/platforms/83xx/pci.c b/arch/powerpc/platforms/83xx/pci.c index 3b5e563c279f..5d84a9ccd103 100644 --- a/arch/powerpc/platforms/83xx/pci.c +++ b/arch/powerpc/platforms/83xx/pci.c | |||
| @@ -45,6 +45,15 @@ int mpc83xx_exclude_device(u_char bus, u_char devfn) | |||
| 45 | return PCIBIOS_SUCCESSFUL; | 45 | return PCIBIOS_SUCCESSFUL; |
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | void __init mpc83xx_pcibios_fixup(void) | ||
| 49 | { | ||
| 50 | struct pci_dev *dev = NULL; | ||
| 51 | |||
| 52 | /* map all the PCI irqs */ | ||
| 53 | for_each_pci_dev(dev) | ||
| 54 | pci_read_irq_line(dev); | ||
| 55 | } | ||
| 56 | |||
| 48 | int __init add_bridge(struct device_node *dev) | 57 | int __init add_bridge(struct device_node *dev) |
| 49 | { | 58 | { |
| 50 | int len; | 59 | int len; |
diff --git a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c index 146da3001c67..0b1b52168bb7 100644 --- a/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c +++ b/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c | |||
| @@ -52,6 +52,7 @@ unsigned long pci_dram_offset = 0; | |||
| 52 | #endif | 52 | #endif |
| 53 | 53 | ||
| 54 | 54 | ||
| 55 | #ifdef CONFIG_PCI | ||
| 55 | static void mpc86xx_8259_cascade(unsigned int irq, struct irq_desc *desc, | 56 | static void mpc86xx_8259_cascade(unsigned int irq, struct irq_desc *desc, |
| 56 | struct pt_regs *regs) | 57 | struct pt_regs *regs) |
| 57 | { | 58 | { |
| @@ -60,40 +61,43 @@ static void mpc86xx_8259_cascade(unsigned int irq, struct irq_desc *desc, | |||
| 60 | generic_handle_irq(cascade_irq, regs); | 61 | generic_handle_irq(cascade_irq, regs); |
| 61 | desc->chip->eoi(irq); | 62 | desc->chip->eoi(irq); |
| 62 | } | 63 | } |
| 64 | #endif /* CONFIG_PCI */ | ||
| 63 | 65 | ||
| 64 | void __init | 66 | void __init |
| 65 | mpc86xx_hpcn_init_irq(void) | 67 | mpc86xx_hpcn_init_irq(void) |
| 66 | { | 68 | { |
| 67 | struct mpic *mpic1; | 69 | struct mpic *mpic1; |
| 68 | struct device_node *np, *cascade_node = NULL; | 70 | struct device_node *np; |
| 71 | struct resource res; | ||
| 72 | #ifdef CONFIG_PCI | ||
| 73 | struct device_node *cascade_node = NULL; | ||
| 69 | int cascade_irq; | 74 | int cascade_irq; |
| 70 | phys_addr_t openpic_paddr; | 75 | #endif |
| 71 | 76 | ||
| 77 | /* Determine PIC address. */ | ||
| 72 | np = of_find_node_by_type(NULL, "open-pic"); | 78 | np = of_find_node_by_type(NULL, "open-pic"); |
| 73 | if (np == NULL) | 79 | if (np == NULL) |
| 74 | return; | 80 | return; |
| 75 | 81 | of_address_to_resource(np, 0, &res); | |
| 76 | /* Determine the Physical Address of the OpenPIC regs */ | ||
| 77 | openpic_paddr = get_immrbase() + MPC86xx_OPENPIC_OFFSET; | ||
| 78 | 82 | ||
| 79 | /* Alloc mpic structure and per isu has 16 INT entries. */ | 83 | /* Alloc mpic structure and per isu has 16 INT entries. */ |
| 80 | mpic1 = mpic_alloc(np, openpic_paddr, | 84 | mpic1 = mpic_alloc(np, res.start, |
| 81 | MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN, | 85 | MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN, |
| 82 | 16, NR_IRQS - 4, | 86 | 16, NR_IRQS - 4, |
| 83 | " MPIC "); | 87 | " MPIC "); |
| 84 | BUG_ON(mpic1 == NULL); | 88 | BUG_ON(mpic1 == NULL); |
| 85 | 89 | ||
| 86 | mpic_assign_isu(mpic1, 0, openpic_paddr + 0x10000); | 90 | mpic_assign_isu(mpic1, 0, res.start + 0x10000); |
| 87 | 91 | ||
| 88 | /* 48 Internal Interrupts */ | 92 | /* 48 Internal Interrupts */ |
| 89 | mpic_assign_isu(mpic1, 1, openpic_paddr + 0x10200); | 93 | mpic_assign_isu(mpic1, 1, res.start + 0x10200); |
| 90 | mpic_assign_isu(mpic1, 2, openpic_paddr + 0x10400); | 94 | mpic_assign_isu(mpic1, 2, res.start + 0x10400); |
| 91 | mpic_assign_isu(mpic1, 3, openpic_paddr + 0x10600); | 95 | mpic_assign_isu(mpic1, 3, res.start + 0x10600); |
| 92 | 96 | ||
| 93 | /* 16 External interrupts | 97 | /* 16 External interrupts |
| 94 | * Moving them from [0 - 15] to [64 - 79] | 98 | * Moving them from [0 - 15] to [64 - 79] |
| 95 | */ | 99 | */ |
| 96 | mpic_assign_isu(mpic1, 4, openpic_paddr + 0x10000); | 100 | mpic_assign_isu(mpic1, 4, res.start + 0x10000); |
| 97 | 101 | ||
| 98 | mpic_init(mpic1); | 102 | mpic_init(mpic1); |
| 99 | 103 | ||
diff --git a/arch/powerpc/platforms/86xx/pci.c b/arch/powerpc/platforms/86xx/pci.c index bc5139043112..a8c8f0a44055 100644 --- a/arch/powerpc/platforms/86xx/pci.c +++ b/arch/powerpc/platforms/86xx/pci.c | |||
| @@ -188,7 +188,8 @@ int __init add_bridge(struct device_node *dev) | |||
| 188 | 188 | ||
| 189 | printk(KERN_INFO "Found MPC86xx PCIE host bridge at 0x%08lx. " | 189 | printk(KERN_INFO "Found MPC86xx PCIE host bridge at 0x%08lx. " |
| 190 | "Firmware bus number: %d->%d\n", | 190 | "Firmware bus number: %d->%d\n", |
| 191 | rsrc.start, hose->first_busno, hose->last_busno); | 191 | (unsigned long) rsrc.start, |
| 192 | hose->first_busno, hose->last_busno); | ||
| 192 | 193 | ||
| 193 | DBG(" ->Hose at 0x%p, cfg_addr=0x%p,cfg_data=0x%p\n", | 194 | DBG(" ->Hose at 0x%p, cfg_addr=0x%p,cfg_data=0x%p\n", |
| 194 | hose, hose->cfg_addr, hose->cfg_data); | 195 | hose, hose->cfg_addr, hose->cfg_data); |
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig index ba07a9a7c039..234a861870a8 100644 --- a/arch/powerpc/platforms/embedded6xx/Kconfig +++ b/arch/powerpc/platforms/embedded6xx/Kconfig | |||
| @@ -80,6 +80,7 @@ config MPC7448HPC2 | |||
| 80 | select DEFAULT_UIMAGE | 80 | select DEFAULT_UIMAGE |
| 81 | select PPC_UDBG_16550 | 81 | select PPC_UDBG_16550 |
| 82 | select MPIC | 82 | select MPIC |
| 83 | select MPIC_WEIRD | ||
| 83 | help | 84 | help |
| 84 | Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga) | 85 | Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga) |
| 85 | platform | 86 | platform |
diff --git a/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c b/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c index ed00ed2455dd..5d393eb94935 100644 --- a/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c +++ b/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c | |||
| @@ -215,7 +215,7 @@ static void __init mpc7448_hpc2_init_IRQ(void) | |||
| 215 | 215 | ||
| 216 | mpic = mpic_alloc(tsi_pic, mpic_paddr, | 216 | mpic = mpic_alloc(tsi_pic, mpic_paddr, |
| 217 | MPIC_PRIMARY | MPIC_BIG_ENDIAN | MPIC_WANTS_RESET | | 217 | MPIC_PRIMARY | MPIC_BIG_ENDIAN | MPIC_WANTS_RESET | |
| 218 | MPIC_SPV_EOI | MPIC_MOD_ID(MPIC_ID_TSI108), | 218 | MPIC_SPV_EOI | MPIC_NO_PTHROU_DIS | MPIC_REGSET_TSI108, |
| 219 | 0, /* num_sources used */ | 219 | 0, /* num_sources used */ |
| 220 | 0, /* num_sources used */ | 220 | 0, /* num_sources used */ |
| 221 | "Tsi108_PIC"); | 221 | "Tsi108_PIC"); |
diff --git a/arch/powerpc/platforms/powermac/pfunc_base.c b/arch/powerpc/platforms/powermac/pfunc_base.c index 6d66359ec8c8..aacfa59595d1 100644 --- a/arch/powerpc/platforms/powermac/pfunc_base.c +++ b/arch/powerpc/platforms/powermac/pfunc_base.c | |||
| @@ -256,7 +256,7 @@ static struct pmf_handlers macio_mmio_handlers = { | |||
| 256 | .write_reg32 = macio_do_write_reg32, | 256 | .write_reg32 = macio_do_write_reg32, |
| 257 | .read_reg32 = macio_do_read_reg32, | 257 | .read_reg32 = macio_do_read_reg32, |
| 258 | .write_reg8 = macio_do_write_reg8, | 258 | .write_reg8 = macio_do_write_reg8, |
| 259 | .read_reg32 = macio_do_read_reg8, | 259 | .read_reg8 = macio_do_read_reg8, |
| 260 | .read_reg32_msrx = macio_do_read_reg32_msrx, | 260 | .read_reg32_msrx = macio_do_read_reg32_msrx, |
| 261 | .read_reg8_msrx = macio_do_read_reg8_msrx, | 261 | .read_reg8_msrx = macio_do_read_reg8_msrx, |
| 262 | .write_reg32_slm = macio_do_write_reg32_slm, | 262 | .write_reg32_slm = macio_do_write_reg32_slm, |
diff --git a/arch/powerpc/platforms/powermac/pic.c b/arch/powerpc/platforms/powermac/pic.c index 060789e31c67..39f7ddb554ea 100644 --- a/arch/powerpc/platforms/powermac/pic.c +++ b/arch/powerpc/platforms/powermac/pic.c | |||
| @@ -87,8 +87,8 @@ static void __pmac_retrigger(unsigned int irq_nr) | |||
| 87 | static void pmac_mask_and_ack_irq(unsigned int virq) | 87 | static void pmac_mask_and_ack_irq(unsigned int virq) |
| 88 | { | 88 | { |
| 89 | unsigned int src = irq_map[virq].hwirq; | 89 | unsigned int src = irq_map[virq].hwirq; |
| 90 | unsigned long bit = 1UL << (virq & 0x1f); | 90 | unsigned long bit = 1UL << (src & 0x1f); |
| 91 | int i = virq >> 5; | 91 | int i = src >> 5; |
| 92 | unsigned long flags; | 92 | unsigned long flags; |
| 93 | 93 | ||
| 94 | spin_lock_irqsave(&pmac_pic_lock, flags); | 94 | spin_lock_irqsave(&pmac_pic_lock, flags); |
| @@ -175,7 +175,7 @@ static void pmac_mask_irq(unsigned int virq) | |||
| 175 | 175 | ||
| 176 | spin_lock_irqsave(&pmac_pic_lock, flags); | 176 | spin_lock_irqsave(&pmac_pic_lock, flags); |
| 177 | __clear_bit(src, ppc_cached_irq_mask); | 177 | __clear_bit(src, ppc_cached_irq_mask); |
| 178 | __pmac_set_irq_mask(src, 0); | 178 | __pmac_set_irq_mask(src, 1); |
| 179 | spin_unlock_irqrestore(&pmac_pic_lock, flags); | 179 | spin_unlock_irqrestore(&pmac_pic_lock, flags); |
| 180 | } | 180 | } |
| 181 | 181 | ||
diff --git a/arch/powerpc/sysdev/Makefile b/arch/powerpc/sysdev/Makefile index cebfae242602..e5e999ea891a 100644 --- a/arch/powerpc/sysdev/Makefile +++ b/arch/powerpc/sysdev/Makefile | |||
| @@ -9,11 +9,11 @@ obj-$(CONFIG_BOOKE) += dcr.o | |||
| 9 | obj-$(CONFIG_40x) += dcr.o | 9 | obj-$(CONFIG_40x) += dcr.o |
| 10 | obj-$(CONFIG_U3_DART) += dart_iommu.o | 10 | obj-$(CONFIG_U3_DART) += dart_iommu.o |
| 11 | obj-$(CONFIG_MMIO_NVRAM) += mmio_nvram.o | 11 | obj-$(CONFIG_MMIO_NVRAM) += mmio_nvram.o |
| 12 | obj-$(CONFIG_PPC_83xx) += ipic.o | ||
| 13 | obj-$(CONFIG_FSL_SOC) += fsl_soc.o | 12 | obj-$(CONFIG_FSL_SOC) += fsl_soc.o |
| 14 | obj-$(CONFIG_PPC_TODC) += todc.o | 13 | obj-$(CONFIG_PPC_TODC) += todc.o |
| 15 | obj-$(CONFIG_TSI108_BRIDGE) += tsi108_pci.o tsi108_dev.o | 14 | obj-$(CONFIG_TSI108_BRIDGE) += tsi108_pci.o tsi108_dev.o |
| 16 | 15 | ||
| 17 | ifeq ($(CONFIG_PPC_MERGE),y) | 16 | ifeq ($(CONFIG_PPC_MERGE),y) |
| 18 | obj-$(CONFIG_PPC_I8259) += i8259.o | 17 | obj-$(CONFIG_PPC_I8259) += i8259.o |
| 19 | endif | 18 | obj-$(CONFIG_PPC_83xx) += ipic.o |
| 19 | endif | ||
diff --git a/arch/powerpc/sysdev/ipic.c b/arch/powerpc/sysdev/ipic.c index 46801f5ec03f..70e707785d49 100644 --- a/arch/powerpc/sysdev/ipic.c +++ b/arch/powerpc/sysdev/ipic.c | |||
| @@ -19,15 +19,18 @@ | |||
| 19 | #include <linux/sched.h> | 19 | #include <linux/sched.h> |
| 20 | #include <linux/signal.h> | 20 | #include <linux/signal.h> |
| 21 | #include <linux/sysdev.h> | 21 | #include <linux/sysdev.h> |
| 22 | #include <linux/device.h> | ||
| 23 | #include <linux/bootmem.h> | ||
| 24 | #include <linux/spinlock.h> | ||
| 22 | #include <asm/irq.h> | 25 | #include <asm/irq.h> |
| 23 | #include <asm/io.h> | 26 | #include <asm/io.h> |
| 27 | #include <asm/prom.h> | ||
| 24 | #include <asm/ipic.h> | 28 | #include <asm/ipic.h> |
| 25 | #include <asm/mpc83xx.h> | ||
| 26 | 29 | ||
| 27 | #include "ipic.h" | 30 | #include "ipic.h" |
| 28 | 31 | ||
| 29 | static struct ipic p_ipic; | ||
| 30 | static struct ipic * primary_ipic; | 32 | static struct ipic * primary_ipic; |
| 33 | static DEFINE_SPINLOCK(ipic_lock); | ||
| 31 | 34 | ||
| 32 | static struct ipic_info ipic_info[] = { | 35 | static struct ipic_info ipic_info[] = { |
| 33 | [9] = { | 36 | [9] = { |
| @@ -373,74 +376,220 @@ static inline void ipic_write(volatile u32 __iomem *base, unsigned int reg, u32 | |||
| 373 | out_be32(base + (reg >> 2), value); | 376 | out_be32(base + (reg >> 2), value); |
| 374 | } | 377 | } |
| 375 | 378 | ||
| 376 | static inline struct ipic * ipic_from_irq(unsigned int irq) | 379 | static inline struct ipic * ipic_from_irq(unsigned int virq) |
| 377 | { | 380 | { |
| 378 | return primary_ipic; | 381 | return primary_ipic; |
| 379 | } | 382 | } |
| 380 | 383 | ||
| 381 | static void ipic_enable_irq(unsigned int irq) | 384 | #define ipic_irq_to_hw(virq) ((unsigned int)irq_map[virq].hwirq) |
| 385 | |||
| 386 | static void ipic_unmask_irq(unsigned int virq) | ||
| 382 | { | 387 | { |
| 383 | struct ipic *ipic = ipic_from_irq(irq); | 388 | struct ipic *ipic = ipic_from_irq(virq); |
| 384 | unsigned int src = irq - ipic->irq_offset; | 389 | unsigned int src = ipic_irq_to_hw(virq); |
| 390 | unsigned long flags; | ||
| 385 | u32 temp; | 391 | u32 temp; |
| 386 | 392 | ||
| 393 | spin_lock_irqsave(&ipic_lock, flags); | ||
| 394 | |||
| 387 | temp = ipic_read(ipic->regs, ipic_info[src].mask); | 395 | temp = ipic_read(ipic->regs, ipic_info[src].mask); |
| 388 | temp |= (1 << (31 - ipic_info[src].bit)); | 396 | temp |= (1 << (31 - ipic_info[src].bit)); |
| 389 | ipic_write(ipic->regs, ipic_info[src].mask, temp); | 397 | ipic_write(ipic->regs, ipic_info[src].mask, temp); |
| 398 | |||
| 399 | spin_unlock_irqrestore(&ipic_lock, flags); | ||
| 390 | } | 400 | } |
| 391 | 401 | ||
| 392 | static void ipic_disable_irq(unsigned int irq) | 402 | static void ipic_mask_irq(unsigned int virq) |
| 393 | { | 403 | { |
| 394 | struct ipic *ipic = ipic_from_irq(irq); | 404 | struct ipic *ipic = ipic_from_irq(virq); |
| 395 | unsigned int src = irq - ipic->irq_offset; | 405 | unsigned int src = ipic_irq_to_hw(virq); |
| 406 | unsigned long flags; | ||
| 396 | u32 temp; | 407 | u32 temp; |
| 397 | 408 | ||
| 409 | spin_lock_irqsave(&ipic_lock, flags); | ||
| 410 | |||
| 398 | temp = ipic_read(ipic->regs, ipic_info[src].mask); | 411 | temp = ipic_read(ipic->regs, ipic_info[src].mask); |
| 399 | temp &= ~(1 << (31 - ipic_info[src].bit)); | 412 | temp &= ~(1 << (31 - ipic_info[src].bit)); |
| 400 | ipic_write(ipic->regs, ipic_info[src].mask, temp); | 413 | ipic_write(ipic->regs, ipic_info[src].mask, temp); |
| 414 | |||
| 415 | spin_unlock_irqrestore(&ipic_lock, flags); | ||
| 401 | } | 416 | } |
| 402 | 417 | ||
| 403 | static void ipic_disable_irq_and_ack(unsigned int irq) | 418 | static void ipic_ack_irq(unsigned int virq) |
| 404 | { | 419 | { |
| 405 | struct ipic *ipic = ipic_from_irq(irq); | 420 | struct ipic *ipic = ipic_from_irq(virq); |
| 406 | unsigned int src = irq - ipic->irq_offset; | 421 | unsigned int src = ipic_irq_to_hw(virq); |
| 422 | unsigned long flags; | ||
| 407 | u32 temp; | 423 | u32 temp; |
| 408 | 424 | ||
| 409 | ipic_disable_irq(irq); | 425 | spin_lock_irqsave(&ipic_lock, flags); |
| 410 | 426 | ||
| 411 | temp = ipic_read(ipic->regs, ipic_info[src].pend); | 427 | temp = ipic_read(ipic->regs, ipic_info[src].pend); |
| 412 | temp |= (1 << (31 - ipic_info[src].bit)); | 428 | temp |= (1 << (31 - ipic_info[src].bit)); |
| 413 | ipic_write(ipic->regs, ipic_info[src].pend, temp); | 429 | ipic_write(ipic->regs, ipic_info[src].pend, temp); |
| 430 | |||
| 431 | spin_unlock_irqrestore(&ipic_lock, flags); | ||
| 414 | } | 432 | } |
| 415 | 433 | ||
| 416 | static void ipic_end_irq(unsigned int irq) | 434 | static void ipic_mask_irq_and_ack(unsigned int virq) |
| 417 | { | 435 | { |
| 418 | if (!(irq_desc[irq].status & (IRQ_DISABLED|IRQ_INPROGRESS))) | 436 | struct ipic *ipic = ipic_from_irq(virq); |
| 419 | ipic_enable_irq(irq); | 437 | unsigned int src = ipic_irq_to_hw(virq); |
| 438 | unsigned long flags; | ||
| 439 | u32 temp; | ||
| 440 | |||
| 441 | spin_lock_irqsave(&ipic_lock, flags); | ||
| 442 | |||
| 443 | temp = ipic_read(ipic->regs, ipic_info[src].mask); | ||
| 444 | temp &= ~(1 << (31 - ipic_info[src].bit)); | ||
| 445 | ipic_write(ipic->regs, ipic_info[src].mask, temp); | ||
| 446 | |||
| 447 | temp = ipic_read(ipic->regs, ipic_info[src].pend); | ||
| 448 | temp |= (1 << (31 - ipic_info[src].bit)); | ||
| 449 | ipic_write(ipic->regs, ipic_info[src].pend, temp); | ||
| 450 | |||
| 451 | spin_unlock_irqrestore(&ipic_lock, flags); | ||
| 420 | } | 452 | } |
| 421 | 453 | ||
| 422 | struct hw_interrupt_type ipic = { | 454 | static int ipic_set_irq_type(unsigned int virq, unsigned int flow_type) |
| 423 | .typename = " IPIC ", | 455 | { |
| 424 | .enable = ipic_enable_irq, | 456 | struct ipic *ipic = ipic_from_irq(virq); |
| 425 | .disable = ipic_disable_irq, | 457 | unsigned int src = ipic_irq_to_hw(virq); |
| 426 | .ack = ipic_disable_irq_and_ack, | 458 | struct irq_desc *desc = get_irq_desc(virq); |
| 427 | .end = ipic_end_irq, | 459 | unsigned int vold, vnew, edibit; |
| 460 | |||
| 461 | if (flow_type == IRQ_TYPE_NONE) | ||
| 462 | flow_type = IRQ_TYPE_LEVEL_LOW; | ||
| 463 | |||
| 464 | /* ipic supports only low assertion and high-to-low change senses | ||
| 465 | */ | ||
| 466 | if (!(flow_type & (IRQ_TYPE_LEVEL_LOW | IRQ_TYPE_EDGE_FALLING))) { | ||
| 467 | printk(KERN_ERR "ipic: sense type 0x%x not supported\n", | ||
| 468 | flow_type); | ||
| 469 | return -EINVAL; | ||
| 470 | } | ||
| 471 | |||
| 472 | desc->status &= ~(IRQ_TYPE_SENSE_MASK | IRQ_LEVEL); | ||
| 473 | desc->status |= flow_type & IRQ_TYPE_SENSE_MASK; | ||
| 474 | if (flow_type & IRQ_TYPE_LEVEL_LOW) { | ||
| 475 | desc->status |= IRQ_LEVEL; | ||
| 476 | set_irq_handler(virq, handle_level_irq); | ||
| 477 | } else { | ||
| 478 | set_irq_handler(virq, handle_edge_irq); | ||
| 479 | } | ||
| 480 | |||
| 481 | /* only EXT IRQ senses are programmable on ipic | ||
| 482 | * internal IRQ senses are LEVEL_LOW | ||
| 483 | */ | ||
| 484 | if (src == IPIC_IRQ_EXT0) | ||
| 485 | edibit = 15; | ||
| 486 | else | ||
| 487 | if (src >= IPIC_IRQ_EXT1 && src <= IPIC_IRQ_EXT7) | ||
| 488 | edibit = (14 - (src - IPIC_IRQ_EXT1)); | ||
| 489 | else | ||
| 490 | return (flow_type & IRQ_TYPE_LEVEL_LOW) ? 0 : -EINVAL; | ||
| 491 | |||
| 492 | vold = ipic_read(ipic->regs, IPIC_SECNR); | ||
| 493 | if ((flow_type & IRQ_TYPE_SENSE_MASK) == IRQ_TYPE_EDGE_FALLING) { | ||
| 494 | vnew = vold | (1 << edibit); | ||
| 495 | } else { | ||
| 496 | vnew = vold & ~(1 << edibit); | ||
| 497 | } | ||
| 498 | if (vold != vnew) | ||
| 499 | ipic_write(ipic->regs, IPIC_SECNR, vnew); | ||
| 500 | return 0; | ||
| 501 | } | ||
| 502 | |||
| 503 | static struct irq_chip ipic_irq_chip = { | ||
| 504 | .typename = " IPIC ", | ||
| 505 | .unmask = ipic_unmask_irq, | ||
| 506 | .mask = ipic_mask_irq, | ||
| 507 | .mask_ack = ipic_mask_irq_and_ack, | ||
| 508 | .ack = ipic_ack_irq, | ||
| 509 | .set_type = ipic_set_irq_type, | ||
| 510 | }; | ||
| 511 | |||
| 512 | static int ipic_host_match(struct irq_host *h, struct device_node *node) | ||
| 513 | { | ||
| 514 | struct ipic *ipic = h->host_data; | ||
| 515 | |||
| 516 | /* Exact match, unless ipic node is NULL */ | ||
| 517 | return ipic->of_node == NULL || ipic->of_node == node; | ||
| 518 | } | ||
| 519 | |||
| 520 | static int ipic_host_map(struct irq_host *h, unsigned int virq, | ||
| 521 | irq_hw_number_t hw) | ||
| 522 | { | ||
| 523 | struct ipic *ipic = h->host_data; | ||
| 524 | struct irq_chip *chip; | ||
| 525 | |||
| 526 | /* Default chip */ | ||
| 527 | chip = &ipic->hc_irq; | ||
| 528 | |||
| 529 | set_irq_chip_data(virq, ipic); | ||
| 530 | set_irq_chip_and_handler(virq, chip, handle_level_irq); | ||
| 531 | |||
| 532 | /* Set default irq type */ | ||
| 533 | set_irq_type(virq, IRQ_TYPE_NONE); | ||
| 534 | |||
| 535 | return 0; | ||
| 536 | } | ||
| 537 | |||
| 538 | static int ipic_host_xlate(struct irq_host *h, struct device_node *ct, | ||
| 539 | u32 *intspec, unsigned int intsize, | ||
| 540 | irq_hw_number_t *out_hwirq, unsigned int *out_flags) | ||
| 541 | |||
| 542 | { | ||
| 543 | /* interrupt sense values coming from the device tree equal either | ||
| 544 | * LEVEL_LOW (low assertion) or EDGE_FALLING (high-to-low change) | ||
| 545 | */ | ||
| 546 | *out_hwirq = intspec[0]; | ||
| 547 | if (intsize > 1) | ||
| 548 | *out_flags = intspec[1]; | ||
| 549 | else | ||
| 550 | *out_flags = IRQ_TYPE_NONE; | ||
| 551 | return 0; | ||
| 552 | } | ||
| 553 | |||
| 554 | static struct irq_host_ops ipic_host_ops = { | ||
| 555 | .match = ipic_host_match, | ||
| 556 | .map = ipic_host_map, | ||
| 557 | .xlate = ipic_host_xlate, | ||
| 428 | }; | 558 | }; |
| 429 | 559 | ||
| 430 | void __init ipic_init(phys_addr_t phys_addr, | 560 | void __init ipic_init(struct device_node *node, |
| 431 | unsigned int flags, | 561 | unsigned int flags) |
| 432 | unsigned int irq_offset, | ||
| 433 | unsigned char *senses, | ||
| 434 | unsigned int senses_count) | ||
| 435 | { | 562 | { |
| 436 | u32 i, temp = 0; | 563 | struct ipic *ipic; |
| 564 | struct resource res; | ||
| 565 | u32 temp = 0, ret; | ||
| 566 | |||
| 567 | ipic = alloc_bootmem(sizeof(struct ipic)); | ||
| 568 | if (ipic == NULL) | ||
| 569 | return; | ||
| 570 | |||
| 571 | memset(ipic, 0, sizeof(struct ipic)); | ||
| 572 | ipic->of_node = node ? of_node_get(node) : NULL; | ||
| 573 | |||
| 574 | ipic->irqhost = irq_alloc_host(IRQ_HOST_MAP_LINEAR, | ||
| 575 | NR_IPIC_INTS, | ||
| 576 | &ipic_host_ops, 0); | ||
| 577 | if (ipic->irqhost == NULL) { | ||
| 578 | of_node_put(node); | ||
| 579 | return; | ||
| 580 | } | ||
| 581 | |||
| 582 | ret = of_address_to_resource(node, 0, &res); | ||
| 583 | if (ret) | ||
| 584 | return; | ||
| 437 | 585 | ||
| 438 | primary_ipic = &p_ipic; | 586 | ipic->regs = ioremap(res.start, res.end - res.start + 1); |
| 439 | primary_ipic->regs = ioremap(phys_addr, MPC83xx_IPIC_SIZE); | ||
| 440 | 587 | ||
| 441 | primary_ipic->irq_offset = irq_offset; | 588 | ipic->irqhost->host_data = ipic; |
| 589 | ipic->hc_irq = ipic_irq_chip; | ||
| 442 | 590 | ||
| 443 | ipic_write(primary_ipic->regs, IPIC_SICNR, 0x0); | 591 | /* init hw */ |
| 592 | ipic_write(ipic->regs, IPIC_SICNR, 0x0); | ||
| 444 | 593 | ||
| 445 | /* default priority scheme is grouped. If spread mode is required | 594 | /* default priority scheme is grouped. If spread mode is required |
| 446 | * configure SICFR accordingly */ | 595 | * configure SICFR accordingly */ |
| @@ -453,49 +602,35 @@ void __init ipic_init(phys_addr_t phys_addr, | |||
| 453 | if (flags & IPIC_SPREADMODE_MIX_B) | 602 | if (flags & IPIC_SPREADMODE_MIX_B) |
| 454 | temp |= SICFR_MPSB; | 603 | temp |= SICFR_MPSB; |
| 455 | 604 | ||
| 456 | ipic_write(primary_ipic->regs, IPIC_SICNR, temp); | 605 | ipic_write(ipic->regs, IPIC_SICNR, temp); |
| 457 | 606 | ||
| 458 | /* handle MCP route */ | 607 | /* handle MCP route */ |
| 459 | temp = 0; | 608 | temp = 0; |
| 460 | if (flags & IPIC_DISABLE_MCP_OUT) | 609 | if (flags & IPIC_DISABLE_MCP_OUT) |
| 461 | temp = SERCR_MCPR; | 610 | temp = SERCR_MCPR; |
| 462 | ipic_write(primary_ipic->regs, IPIC_SERCR, temp); | 611 | ipic_write(ipic->regs, IPIC_SERCR, temp); |
| 463 | 612 | ||
| 464 | /* handle routing of IRQ0 to MCP */ | 613 | /* handle routing of IRQ0 to MCP */ |
| 465 | temp = ipic_read(primary_ipic->regs, IPIC_SEMSR); | 614 | temp = ipic_read(ipic->regs, IPIC_SEMSR); |
| 466 | 615 | ||
| 467 | if (flags & IPIC_IRQ0_MCP) | 616 | if (flags & IPIC_IRQ0_MCP) |
| 468 | temp |= SEMSR_SIRQ0; | 617 | temp |= SEMSR_SIRQ0; |
| 469 | else | 618 | else |
| 470 | temp &= ~SEMSR_SIRQ0; | 619 | temp &= ~SEMSR_SIRQ0; |
| 471 | 620 | ||
| 472 | ipic_write(primary_ipic->regs, IPIC_SEMSR, temp); | 621 | ipic_write(ipic->regs, IPIC_SEMSR, temp); |
| 473 | 622 | ||
| 474 | for (i = 0 ; i < NR_IPIC_INTS ; i++) { | 623 | primary_ipic = ipic; |
| 475 | irq_desc[i+irq_offset].chip = &ipic; | 624 | irq_set_default_host(primary_ipic->irqhost); |
| 476 | irq_desc[i+irq_offset].status = IRQ_LEVEL; | ||
| 477 | } | ||
| 478 | 625 | ||
| 479 | temp = 0; | 626 | printk ("IPIC (%d IRQ sources) at %p\n", NR_IPIC_INTS, |
| 480 | for (i = 0 ; i < senses_count ; i++) { | 627 | primary_ipic->regs); |
| 481 | if ((senses[i] & IRQ_SENSE_MASK) == IRQ_SENSE_EDGE) { | ||
| 482 | temp |= 1 << (15 - i); | ||
| 483 | if (i != 0) | ||
| 484 | irq_desc[i + irq_offset + MPC83xx_IRQ_EXT1 - 1].status = 0; | ||
| 485 | else | ||
| 486 | irq_desc[irq_offset + MPC83xx_IRQ_EXT0].status = 0; | ||
| 487 | } | ||
| 488 | } | ||
| 489 | ipic_write(primary_ipic->regs, IPIC_SECNR, temp); | ||
| 490 | |||
| 491 | printk ("IPIC (%d IRQ sources, %d External IRQs) at %p\n", NR_IPIC_INTS, | ||
| 492 | senses_count, primary_ipic->regs); | ||
| 493 | } | 628 | } |
| 494 | 629 | ||
| 495 | int ipic_set_priority(unsigned int irq, unsigned int priority) | 630 | int ipic_set_priority(unsigned int virq, unsigned int priority) |
| 496 | { | 631 | { |
| 497 | struct ipic *ipic = ipic_from_irq(irq); | 632 | struct ipic *ipic = ipic_from_irq(virq); |
| 498 | unsigned int src = irq - ipic->irq_offset; | 633 | unsigned int src = ipic_irq_to_hw(virq); |
| 499 | u32 temp; | 634 | u32 temp; |
| 500 | 635 | ||
| 501 | if (priority > 7) | 636 | if (priority > 7) |
| @@ -520,10 +655,10 @@ int ipic_set_priority(unsigned int irq, unsigned int priority) | |||
| 520 | return 0; | 655 | return 0; |
| 521 | } | 656 | } |
| 522 | 657 | ||
| 523 | void ipic_set_highest_priority(unsigned int irq) | 658 | void ipic_set_highest_priority(unsigned int virq) |
| 524 | { | 659 | { |
| 525 | struct ipic *ipic = ipic_from_irq(irq); | 660 | struct ipic *ipic = ipic_from_irq(virq); |
| 526 | unsigned int src = irq - ipic->irq_offset; | 661 | unsigned int src = ipic_irq_to_hw(virq); |
| 527 | u32 temp; | 662 | u32 temp; |
| 528 | 663 | ||
| 529 | temp = ipic_read(ipic->regs, IPIC_SICFR); | 664 | temp = ipic_read(ipic->regs, IPIC_SICFR); |
| @@ -537,37 +672,10 @@ void ipic_set_highest_priority(unsigned int irq) | |||
| 537 | 672 | ||
| 538 | void ipic_set_default_priority(void) | 673 | void ipic_set_default_priority(void) |
| 539 | { | 674 | { |
| 540 | ipic_set_priority(MPC83xx_IRQ_TSEC1_TX, 0); | 675 | ipic_write(primary_ipic->regs, IPIC_SIPRR_A, IPIC_SIPRR_A_DEFAULT); |
| 541 | ipic_set_priority(MPC83xx_IRQ_TSEC1_RX, 1); | 676 | ipic_write(primary_ipic->regs, IPIC_SIPRR_D, IPIC_SIPRR_D_DEFAULT); |
| 542 | ipic_set_priority(MPC83xx_IRQ_TSEC1_ERROR, 2); | 677 | ipic_write(primary_ipic->regs, IPIC_SMPRR_A, IPIC_SMPRR_A_DEFAULT); |
| 543 | ipic_set_priority(MPC83xx_IRQ_TSEC2_TX, 3); | 678 | ipic_write(primary_ipic->regs, IPIC_SMPRR_B, IPIC_SMPRR_B_DEFAULT); |
| 544 | ipic_set_priority(MPC83xx_IRQ_TSEC2_RX, 4); | ||
| 545 | ipic_set_priority(MPC83xx_IRQ_TSEC2_ERROR, 5); | ||
| 546 | ipic_set_priority(MPC83xx_IRQ_USB2_DR, 6); | ||
| 547 | ipic_set_priority(MPC83xx_IRQ_USB2_MPH, 7); | ||
| 548 | |||
| 549 | ipic_set_priority(MPC83xx_IRQ_UART1, 0); | ||
| 550 | ipic_set_priority(MPC83xx_IRQ_UART2, 1); | ||
| 551 | ipic_set_priority(MPC83xx_IRQ_SEC2, 2); | ||
| 552 | ipic_set_priority(MPC83xx_IRQ_IIC1, 5); | ||
| 553 | ipic_set_priority(MPC83xx_IRQ_IIC2, 6); | ||
| 554 | ipic_set_priority(MPC83xx_IRQ_SPI, 7); | ||
| 555 | ipic_set_priority(MPC83xx_IRQ_RTC_SEC, 0); | ||
| 556 | ipic_set_priority(MPC83xx_IRQ_PIT, 1); | ||
| 557 | ipic_set_priority(MPC83xx_IRQ_PCI1, 2); | ||
| 558 | ipic_set_priority(MPC83xx_IRQ_PCI2, 3); | ||
| 559 | ipic_set_priority(MPC83xx_IRQ_EXT0, 4); | ||
| 560 | ipic_set_priority(MPC83xx_IRQ_EXT1, 5); | ||
| 561 | ipic_set_priority(MPC83xx_IRQ_EXT2, 6); | ||
| 562 | ipic_set_priority(MPC83xx_IRQ_EXT3, 7); | ||
| 563 | ipic_set_priority(MPC83xx_IRQ_RTC_ALR, 0); | ||
| 564 | ipic_set_priority(MPC83xx_IRQ_MU, 1); | ||
| 565 | ipic_set_priority(MPC83xx_IRQ_SBA, 2); | ||
| 566 | ipic_set_priority(MPC83xx_IRQ_DMA, 3); | ||
| 567 | ipic_set_priority(MPC83xx_IRQ_EXT4, 4); | ||
| 568 | ipic_set_priority(MPC83xx_IRQ_EXT5, 5); | ||
| 569 | ipic_set_priority(MPC83xx_IRQ_EXT6, 6); | ||
| 570 | ipic_set_priority(MPC83xx_IRQ_EXT7, 7); | ||
| 571 | } | 679 | } |
| 572 | 680 | ||
| 573 | void ipic_enable_mcp(enum ipic_mcp_irq mcp_irq) | 681 | void ipic_enable_mcp(enum ipic_mcp_irq mcp_irq) |
| @@ -600,17 +708,20 @@ void ipic_clear_mcp_status(u32 mask) | |||
| 600 | ipic_write(primary_ipic->regs, IPIC_SERMR, mask); | 708 | ipic_write(primary_ipic->regs, IPIC_SERMR, mask); |
| 601 | } | 709 | } |
| 602 | 710 | ||
| 603 | /* Return an interrupt vector or -1 if no interrupt is pending. */ | 711 | /* Return an interrupt vector or NO_IRQ if no interrupt is pending. */ |
| 604 | int ipic_get_irq(struct pt_regs *regs) | 712 | unsigned int ipic_get_irq(struct pt_regs *regs) |
| 605 | { | 713 | { |
| 606 | int irq; | 714 | int irq; |
| 607 | 715 | ||
| 608 | irq = ipic_read(primary_ipic->regs, IPIC_SIVCR) & 0x7f; | 716 | BUG_ON(primary_ipic == NULL); |
| 717 | |||
| 718 | #define IPIC_SIVCR_VECTOR_MASK 0x7f | ||
| 719 | irq = ipic_read(primary_ipic->regs, IPIC_SIVCR) & IPIC_SIVCR_VECTOR_MASK; | ||
| 609 | 720 | ||
| 610 | if (irq == 0) /* 0 --> no irq is pending */ | 721 | if (irq == 0) /* 0 --> no irq is pending */ |
| 611 | irq = -1; | 722 | return NO_IRQ; |
| 612 | 723 | ||
| 613 | return irq; | 724 | return irq_linear_revmap(primary_ipic->irqhost, irq); |
| 614 | } | 725 | } |
| 615 | 726 | ||
| 616 | static struct sysdev_class ipic_sysclass = { | 727 | static struct sysdev_class ipic_sysclass = { |
diff --git a/arch/powerpc/sysdev/ipic.h b/arch/powerpc/sysdev/ipic.h index a60c9d18bb7f..c28e589877eb 100644 --- a/arch/powerpc/sysdev/ipic.h +++ b/arch/powerpc/sysdev/ipic.h | |||
| @@ -15,7 +15,18 @@ | |||
| 15 | 15 | ||
| 16 | #include <asm/ipic.h> | 16 | #include <asm/ipic.h> |
| 17 | 17 | ||
| 18 | #define MPC83xx_IPIC_SIZE (0x00100) | 18 | #define NR_IPIC_INTS 128 |
| 19 | |||
| 20 | /* External IRQS */ | ||
| 21 | #define IPIC_IRQ_EXT0 48 | ||
| 22 | #define IPIC_IRQ_EXT1 17 | ||
| 23 | #define IPIC_IRQ_EXT7 23 | ||
| 24 | |||
| 25 | /* Default Priority Registers */ | ||
| 26 | #define IPIC_SIPRR_A_DEFAULT 0x05309770 | ||
| 27 | #define IPIC_SIPRR_D_DEFAULT 0x05309770 | ||
| 28 | #define IPIC_SMPRR_A_DEFAULT 0x05309770 | ||
| 29 | #define IPIC_SMPRR_B_DEFAULT 0x05309770 | ||
| 19 | 30 | ||
| 20 | /* System Global Interrupt Configuration Register */ | 31 | /* System Global Interrupt Configuration Register */ |
| 21 | #define SICFR_IPSA 0x00010000 | 32 | #define SICFR_IPSA 0x00010000 |
| @@ -31,7 +42,15 @@ | |||
| 31 | 42 | ||
| 32 | struct ipic { | 43 | struct ipic { |
| 33 | volatile u32 __iomem *regs; | 44 | volatile u32 __iomem *regs; |
| 34 | unsigned int irq_offset; | 45 | |
| 46 | /* The remapper for this IPIC */ | ||
| 47 | struct irq_host *irqhost; | ||
| 48 | |||
| 49 | /* The "linux" controller struct */ | ||
| 50 | struct irq_chip hc_irq; | ||
| 51 | |||
| 52 | /* The device node of the interrupt controller */ | ||
| 53 | struct device_node *of_node; | ||
| 35 | }; | 54 | }; |
| 36 | 55 | ||
| 37 | struct ipic_info { | 56 | struct ipic_info { |
diff --git a/arch/powerpc/sysdev/mpic.c b/arch/powerpc/sysdev/mpic.c index 6e0281afa6c3..b604926401f5 100644 --- a/arch/powerpc/sysdev/mpic.c +++ b/arch/powerpc/sysdev/mpic.c | |||
| @@ -54,6 +54,94 @@ static DEFINE_SPINLOCK(mpic_lock); | |||
| 54 | #endif | 54 | #endif |
| 55 | #endif | 55 | #endif |
| 56 | 56 | ||
| 57 | #ifdef CONFIG_MPIC_WEIRD | ||
| 58 | static u32 mpic_infos[][MPIC_IDX_END] = { | ||
| 59 | [0] = { /* Original OpenPIC compatible MPIC */ | ||
| 60 | MPIC_GREG_BASE, | ||
| 61 | MPIC_GREG_FEATURE_0, | ||
| 62 | MPIC_GREG_GLOBAL_CONF_0, | ||
| 63 | MPIC_GREG_VENDOR_ID, | ||
| 64 | MPIC_GREG_IPI_VECTOR_PRI_0, | ||
| 65 | MPIC_GREG_IPI_STRIDE, | ||
| 66 | MPIC_GREG_SPURIOUS, | ||
| 67 | MPIC_GREG_TIMER_FREQ, | ||
| 68 | |||
| 69 | MPIC_TIMER_BASE, | ||
| 70 | MPIC_TIMER_STRIDE, | ||
| 71 | MPIC_TIMER_CURRENT_CNT, | ||
| 72 | MPIC_TIMER_BASE_CNT, | ||
| 73 | MPIC_TIMER_VECTOR_PRI, | ||
| 74 | MPIC_TIMER_DESTINATION, | ||
| 75 | |||
| 76 | MPIC_CPU_BASE, | ||
| 77 | MPIC_CPU_STRIDE, | ||
| 78 | MPIC_CPU_IPI_DISPATCH_0, | ||
| 79 | MPIC_CPU_IPI_DISPATCH_STRIDE, | ||
| 80 | MPIC_CPU_CURRENT_TASK_PRI, | ||
| 81 | MPIC_CPU_WHOAMI, | ||
| 82 | MPIC_CPU_INTACK, | ||
| 83 | MPIC_CPU_EOI, | ||
| 84 | |||
| 85 | MPIC_IRQ_BASE, | ||
| 86 | MPIC_IRQ_STRIDE, | ||
| 87 | MPIC_IRQ_VECTOR_PRI, | ||
| 88 | MPIC_VECPRI_VECTOR_MASK, | ||
| 89 | MPIC_VECPRI_POLARITY_POSITIVE, | ||
| 90 | MPIC_VECPRI_POLARITY_NEGATIVE, | ||
| 91 | MPIC_VECPRI_SENSE_LEVEL, | ||
| 92 | MPIC_VECPRI_SENSE_EDGE, | ||
| 93 | MPIC_VECPRI_POLARITY_MASK, | ||
| 94 | MPIC_VECPRI_SENSE_MASK, | ||
| 95 | MPIC_IRQ_DESTINATION | ||
| 96 | }, | ||
| 97 | [1] = { /* Tsi108/109 PIC */ | ||
| 98 | TSI108_GREG_BASE, | ||
| 99 | TSI108_GREG_FEATURE_0, | ||
| 100 | TSI108_GREG_GLOBAL_CONF_0, | ||
| 101 | TSI108_GREG_VENDOR_ID, | ||
| 102 | TSI108_GREG_IPI_VECTOR_PRI_0, | ||
| 103 | TSI108_GREG_IPI_STRIDE, | ||
| 104 | TSI108_GREG_SPURIOUS, | ||
| 105 | TSI108_GREG_TIMER_FREQ, | ||
| 106 | |||
| 107 | TSI108_TIMER_BASE, | ||
| 108 | TSI108_TIMER_STRIDE, | ||
| 109 | TSI108_TIMER_CURRENT_CNT, | ||
| 110 | TSI108_TIMER_BASE_CNT, | ||
| 111 | TSI108_TIMER_VECTOR_PRI, | ||
| 112 | TSI108_TIMER_DESTINATION, | ||
| 113 | |||
| 114 | TSI108_CPU_BASE, | ||
| 115 | TSI108_CPU_STRIDE, | ||
| 116 | TSI108_CPU_IPI_DISPATCH_0, | ||
| 117 | TSI108_CPU_IPI_DISPATCH_STRIDE, | ||
| 118 | TSI108_CPU_CURRENT_TASK_PRI, | ||
| 119 | TSI108_CPU_WHOAMI, | ||
| 120 | TSI108_CPU_INTACK, | ||
| 121 | TSI108_CPU_EOI, | ||
| 122 | |||
| 123 | TSI108_IRQ_BASE, | ||
| 124 | TSI108_IRQ_STRIDE, | ||
| 125 | TSI108_IRQ_VECTOR_PRI, | ||
| 126 | TSI108_VECPRI_VECTOR_MASK, | ||
| 127 | TSI108_VECPRI_POLARITY_POSITIVE, | ||
| 128 | TSI108_VECPRI_POLARITY_NEGATIVE, | ||
| 129 | TSI108_VECPRI_SENSE_LEVEL, | ||
| 130 | TSI108_VECPRI_SENSE_EDGE, | ||
| 131 | TSI108_VECPRI_POLARITY_MASK, | ||
| 132 | TSI108_VECPRI_SENSE_MASK, | ||
| 133 | TSI108_IRQ_DESTINATION | ||
| 134 | }, | ||
| 135 | }; | ||
| 136 | |||
| 137 | #define MPIC_INFO(name) mpic->hw_set[MPIC_IDX_##name] | ||
| 138 | |||
| 139 | #else /* CONFIG_MPIC_WEIRD */ | ||
| 140 | |||
| 141 | #define MPIC_INFO(name) MPIC_##name | ||
| 142 | |||
| 143 | #endif /* CONFIG_MPIC_WEIRD */ | ||
| 144 | |||
| 57 | /* | 145 | /* |
| 58 | * Register accessor functions | 146 | * Register accessor functions |
| 59 | */ | 147 | */ |
| @@ -80,7 +168,8 @@ static inline void _mpic_write(unsigned int be, volatile u32 __iomem *base, | |||
| 80 | static inline u32 _mpic_ipi_read(struct mpic *mpic, unsigned int ipi) | 168 | static inline u32 _mpic_ipi_read(struct mpic *mpic, unsigned int ipi) |
| 81 | { | 169 | { |
| 82 | unsigned int be = (mpic->flags & MPIC_BIG_ENDIAN) != 0; | 170 | unsigned int be = (mpic->flags & MPIC_BIG_ENDIAN) != 0; |
| 83 | unsigned int offset = MPIC_GREG_IPI_VECTOR_PRI_0 + (ipi * 0x10); | 171 | unsigned int offset = MPIC_INFO(GREG_IPI_VECTOR_PRI_0) + |
| 172 | (ipi * MPIC_INFO(GREG_IPI_STRIDE)); | ||
| 84 | 173 | ||
| 85 | if (mpic->flags & MPIC_BROKEN_IPI) | 174 | if (mpic->flags & MPIC_BROKEN_IPI) |
| 86 | be = !be; | 175 | be = !be; |
| @@ -89,7 +178,8 @@ static inline u32 _mpic_ipi_read(struct mpic *mpic, unsigned int ipi) | |||
| 89 | 178 | ||
| 90 | static inline void _mpic_ipi_write(struct mpic *mpic, unsigned int ipi, u32 value) | 179 | static inline void _mpic_ipi_write(struct mpic *mpic, unsigned int ipi, u32 value) |
| 91 | { | 180 | { |
| 92 | unsigned int offset = MPIC_GREG_IPI_VECTOR_PRI_0 + (ipi * 0x10); | 181 | unsigned int offset = MPIC_INFO(GREG_IPI_VECTOR_PRI_0) + |
| 182 | (ipi * MPIC_INFO(GREG_IPI_STRIDE)); | ||
| 93 | 183 | ||
| 94 | _mpic_write(mpic->flags & MPIC_BIG_ENDIAN, mpic->gregs, offset, value); | 184 | _mpic_write(mpic->flags & MPIC_BIG_ENDIAN, mpic->gregs, offset, value); |
| 95 | } | 185 | } |
| @@ -120,7 +210,7 @@ static inline u32 _mpic_irq_read(struct mpic *mpic, unsigned int src_no, unsigne | |||
| 120 | unsigned int idx = src_no & mpic->isu_mask; | 210 | unsigned int idx = src_no & mpic->isu_mask; |
| 121 | 211 | ||
| 122 | return _mpic_read(mpic->flags & MPIC_BIG_ENDIAN, mpic->isus[isu], | 212 | return _mpic_read(mpic->flags & MPIC_BIG_ENDIAN, mpic->isus[isu], |
| 123 | reg + (idx * MPIC_IRQ_STRIDE)); | 213 | reg + (idx * MPIC_INFO(IRQ_STRIDE))); |
| 124 | } | 214 | } |
| 125 | 215 | ||
| 126 | static inline void _mpic_irq_write(struct mpic *mpic, unsigned int src_no, | 216 | static inline void _mpic_irq_write(struct mpic *mpic, unsigned int src_no, |
| @@ -130,7 +220,7 @@ static inline void _mpic_irq_write(struct mpic *mpic, unsigned int src_no, | |||
| 130 | unsigned int idx = src_no & mpic->isu_mask; | 220 | unsigned int idx = src_no & mpic->isu_mask; |
| 131 | 221 | ||
| 132 | _mpic_write(mpic->flags & MPIC_BIG_ENDIAN, mpic->isus[isu], | 222 | _mpic_write(mpic->flags & MPIC_BIG_ENDIAN, mpic->isus[isu], |
| 133 | reg + (idx * MPIC_IRQ_STRIDE), value); | 223 | reg + (idx * MPIC_INFO(IRQ_STRIDE)), value); |
| 134 | } | 224 | } |
| 135 | 225 | ||
| 136 | #define mpic_read(b,r) _mpic_read(mpic->flags & MPIC_BIG_ENDIAN,(b),(r)) | 226 | #define mpic_read(b,r) _mpic_read(mpic->flags & MPIC_BIG_ENDIAN,(b),(r)) |
| @@ -156,8 +246,8 @@ static void __init mpic_test_broken_ipi(struct mpic *mpic) | |||
| 156 | { | 246 | { |
| 157 | u32 r; | 247 | u32 r; |
| 158 | 248 | ||
| 159 | mpic_write(mpic->gregs, MPIC_GREG_IPI_VECTOR_PRI_0, MPIC_VECPRI_MASK); | 249 | mpic_write(mpic->gregs, MPIC_INFO(GREG_IPI_VECTOR_PRI_0), MPIC_VECPRI_MASK); |
| 160 | r = mpic_read(mpic->gregs, MPIC_GREG_IPI_VECTOR_PRI_0); | 250 | r = mpic_read(mpic->gregs, MPIC_INFO(GREG_IPI_VECTOR_PRI_0)); |
| 161 | 251 | ||
| 162 | if (r == le32_to_cpu(MPIC_VECPRI_MASK)) { | 252 | if (r == le32_to_cpu(MPIC_VECPRI_MASK)) { |
| 163 | printk(KERN_INFO "mpic: Detected reversed IPI registers\n"); | 253 | printk(KERN_INFO "mpic: Detected reversed IPI registers\n"); |
| @@ -394,8 +484,8 @@ static inline struct mpic * mpic_from_irq(unsigned int irq) | |||
| 394 | /* Send an EOI */ | 484 | /* Send an EOI */ |
| 395 | static inline void mpic_eoi(struct mpic *mpic) | 485 | static inline void mpic_eoi(struct mpic *mpic) |
| 396 | { | 486 | { |
| 397 | mpic_cpu_write(MPIC_CPU_EOI, 0); | 487 | mpic_cpu_write(MPIC_INFO(CPU_EOI), 0); |
| 398 | (void)mpic_cpu_read(MPIC_CPU_WHOAMI); | 488 | (void)mpic_cpu_read(MPIC_INFO(CPU_WHOAMI)); |
| 399 | } | 489 | } |
| 400 | 490 | ||
| 401 | #ifdef CONFIG_SMP | 491 | #ifdef CONFIG_SMP |
| @@ -419,8 +509,8 @@ static void mpic_unmask_irq(unsigned int irq) | |||
| 419 | 509 | ||
| 420 | DBG("%p: %s: enable_irq: %d (src %d)\n", mpic, mpic->name, irq, src); | 510 | DBG("%p: %s: enable_irq: %d (src %d)\n", mpic, mpic->name, irq, src); |
| 421 | 511 | ||
| 422 | mpic_irq_write(src, MPIC_IRQ_VECTOR_PRI, | 512 | mpic_irq_write(src, MPIC_INFO(IRQ_VECTOR_PRI), |
| 423 | mpic_irq_read(src, MPIC_IRQ_VECTOR_PRI) & | 513 | mpic_irq_read(src, MPIC_INFO(IRQ_VECTOR_PRI)) & |
| 424 | ~MPIC_VECPRI_MASK); | 514 | ~MPIC_VECPRI_MASK); |
| 425 | /* make sure mask gets to controller before we return to user */ | 515 | /* make sure mask gets to controller before we return to user */ |
| 426 | do { | 516 | do { |
| @@ -428,7 +518,7 @@ static void mpic_unmask_irq(unsigned int irq) | |||
| 428 | printk(KERN_ERR "mpic_enable_irq timeout\n"); | 518 | printk(KERN_ERR "mpic_enable_irq timeout\n"); |
| 429 | break; | 519 | break; |
| 430 | } | 520 | } |
| 431 | } while(mpic_irq_read(src, MPIC_IRQ_VECTOR_PRI) & MPIC_VECPRI_MASK); | 521 | } while(mpic_irq_read(src, MPIC_INFO(IRQ_VECTOR_PRI)) & MPIC_VECPRI_MASK); |
| 432 | } | 522 | } |
| 433 | 523 | ||
| 434 | static void mpic_mask_irq(unsigned int irq) | 524 | static void mpic_mask_irq(unsigned int irq) |
| @@ -439,8 +529,8 @@ static void mpic_mask_irq(unsigned int irq) | |||
| 439 | 529 | ||
| 440 | DBG("%s: disable_irq: %d (src %d)\n", mpic->name, irq, src); | 530 | DBG("%s: disable_irq: %d (src %d)\n", mpic->name, irq, src); |
| 441 | 531 | ||
| 442 | mpic_irq_write(src, MPIC_IRQ_VECTOR_PRI, | 532 | mpic_irq_write(src, MPIC_INFO(IRQ_VECTOR_PRI), |
| 443 | mpic_irq_read(src, MPIC_IRQ_VECTOR_PRI) | | 533 | mpic_irq_read(src, MPIC_INFO(IRQ_VECTOR_PRI)) | |
| 444 | MPIC_VECPRI_MASK); | 534 | MPIC_VECPRI_MASK); |
| 445 | 535 | ||
| 446 | /* make sure mask gets to controller before we return to user */ | 536 | /* make sure mask gets to controller before we return to user */ |
| @@ -449,7 +539,7 @@ static void mpic_mask_irq(unsigned int irq) | |||
| 449 | printk(KERN_ERR "mpic_enable_irq timeout\n"); | 539 | printk(KERN_ERR "mpic_enable_irq timeout\n"); |
| 450 | break; | 540 | break; |
| 451 | } | 541 | } |
| 452 | } while(!(mpic_irq_read(src, MPIC_IRQ_VECTOR_PRI) & MPIC_VECPRI_MASK)); | 542 | } while(!(mpic_irq_read(src, MPIC_INFO(IRQ_VECTOR_PRI)) & MPIC_VECPRI_MASK)); |
| 453 | } | 543 | } |
| 454 | 544 | ||
| 455 | static void mpic_end_irq(unsigned int irq) | 545 | static void mpic_end_irq(unsigned int irq) |
| @@ -560,24 +650,28 @@ static void mpic_set_affinity(unsigned int irq, cpumask_t cpumask) | |||
| 560 | 650 | ||
| 561 | cpus_and(tmp, cpumask, cpu_online_map); | 651 | cpus_and(tmp, cpumask, cpu_online_map); |
| 562 | 652 | ||
| 563 | mpic_irq_write(src, MPIC_IRQ_DESTINATION, | 653 | mpic_irq_write(src, MPIC_INFO(IRQ_DESTINATION), |
| 564 | mpic_physmask(cpus_addr(tmp)[0])); | 654 | mpic_physmask(cpus_addr(tmp)[0])); |
| 565 | } | 655 | } |
| 566 | 656 | ||
| 567 | static unsigned int mpic_type_to_vecpri(unsigned int type) | 657 | static unsigned int mpic_type_to_vecpri(struct mpic *mpic, unsigned int type) |
| 568 | { | 658 | { |
| 569 | /* Now convert sense value */ | 659 | /* Now convert sense value */ |
| 570 | switch(type & IRQ_TYPE_SENSE_MASK) { | 660 | switch(type & IRQ_TYPE_SENSE_MASK) { |
| 571 | case IRQ_TYPE_EDGE_RISING: | 661 | case IRQ_TYPE_EDGE_RISING: |
| 572 | return MPIC_VECPRI_SENSE_EDGE | MPIC_VECPRI_POLARITY_POSITIVE; | 662 | return MPIC_INFO(VECPRI_SENSE_EDGE) | |
| 663 | MPIC_INFO(VECPRI_POLARITY_POSITIVE); | ||
| 573 | case IRQ_TYPE_EDGE_FALLING: | 664 | case IRQ_TYPE_EDGE_FALLING: |
| 574 | case IRQ_TYPE_EDGE_BOTH: | 665 | case IRQ_TYPE_EDGE_BOTH: |
| 575 | return MPIC_VECPRI_SENSE_EDGE | MPIC_VECPRI_POLARITY_NEGATIVE; | 666 | return MPIC_INFO(VECPRI_SENSE_EDGE) | |
| 667 | MPIC_INFO(VECPRI_POLARITY_NEGATIVE); | ||
| 576 | case IRQ_TYPE_LEVEL_HIGH: | 668 | case IRQ_TYPE_LEVEL_HIGH: |
| 577 | return MPIC_VECPRI_SENSE_LEVEL | MPIC_VECPRI_POLARITY_POSITIVE; | 669 | return MPIC_INFO(VECPRI_SENSE_LEVEL) | |
| 670 | MPIC_INFO(VECPRI_POLARITY_POSITIVE); | ||
| 578 | case IRQ_TYPE_LEVEL_LOW: | 671 | case IRQ_TYPE_LEVEL_LOW: |
| 579 | default: | 672 | default: |
| 580 | return MPIC_VECPRI_SENSE_LEVEL | MPIC_VECPRI_POLARITY_NEGATIVE; | 673 | return MPIC_INFO(VECPRI_SENSE_LEVEL) | |
| 674 | MPIC_INFO(VECPRI_POLARITY_NEGATIVE); | ||
| 581 | } | 675 | } |
| 582 | } | 676 | } |
| 583 | 677 | ||
| @@ -609,13 +703,14 @@ static int mpic_set_irq_type(unsigned int virq, unsigned int flow_type) | |||
| 609 | vecpri = MPIC_VECPRI_POLARITY_POSITIVE | | 703 | vecpri = MPIC_VECPRI_POLARITY_POSITIVE | |
| 610 | MPIC_VECPRI_SENSE_EDGE; | 704 | MPIC_VECPRI_SENSE_EDGE; |
| 611 | else | 705 | else |
| 612 | vecpri = mpic_type_to_vecpri(flow_type); | 706 | vecpri = mpic_type_to_vecpri(mpic, flow_type); |
| 613 | 707 | ||
| 614 | vold = mpic_irq_read(src, MPIC_IRQ_VECTOR_PRI); | 708 | vold = mpic_irq_read(src, MPIC_INFO(IRQ_VECTOR_PRI)); |
| 615 | vnew = vold & ~(MPIC_VECPRI_POLARITY_MASK | MPIC_VECPRI_SENSE_MASK); | 709 | vnew = vold & ~(MPIC_INFO(VECPRI_POLARITY_MASK) | |
| 710 | MPIC_INFO(VECPRI_SENSE_MASK)); | ||
| 616 | vnew |= vecpri; | 711 | vnew |= vecpri; |
| 617 | if (vold != vnew) | 712 | if (vold != vnew) |
| 618 | mpic_irq_write(src, MPIC_IRQ_VECTOR_PRI, vnew); | 713 | mpic_irq_write(src, MPIC_INFO(IRQ_VECTOR_PRI), vnew); |
| 619 | 714 | ||
| 620 | return 0; | 715 | return 0; |
| 621 | } | 716 | } |
| @@ -798,17 +893,22 @@ struct mpic * __init mpic_alloc(struct device_node *node, | |||
| 798 | mpic->irq_count = irq_count; | 893 | mpic->irq_count = irq_count; |
| 799 | mpic->num_sources = 0; /* so far */ | 894 | mpic->num_sources = 0; /* so far */ |
| 800 | 895 | ||
| 896 | #ifdef CONFIG_MPIC_WEIRD | ||
| 897 | mpic->hw_set = mpic_infos[MPIC_GET_REGSET(flags)]; | ||
| 898 | #endif | ||
| 899 | |||
| 801 | /* Map the global registers */ | 900 | /* Map the global registers */ |
| 802 | mpic->gregs = ioremap(phys_addr + MPIC_GREG_BASE, 0x1000); | 901 | mpic->gregs = ioremap(phys_addr + MPIC_INFO(GREG_BASE), 0x1000); |
| 803 | mpic->tmregs = mpic->gregs + ((MPIC_TIMER_BASE - MPIC_GREG_BASE) >> 2); | 902 | mpic->tmregs = mpic->gregs + |
| 903 | ((MPIC_INFO(TIMER_BASE) - MPIC_INFO(GREG_BASE)) >> 2); | ||
| 804 | BUG_ON(mpic->gregs == NULL); | 904 | BUG_ON(mpic->gregs == NULL); |
| 805 | 905 | ||
| 806 | /* Reset */ | 906 | /* Reset */ |
| 807 | if (flags & MPIC_WANTS_RESET) { | 907 | if (flags & MPIC_WANTS_RESET) { |
| 808 | mpic_write(mpic->gregs, MPIC_GREG_GLOBAL_CONF_0, | 908 | mpic_write(mpic->gregs, MPIC_INFO(GREG_GLOBAL_CONF_0), |
| 809 | mpic_read(mpic->gregs, MPIC_GREG_GLOBAL_CONF_0) | 909 | mpic_read(mpic->gregs, MPIC_INFO(GREG_GLOBAL_CONF_0)) |
| 810 | | MPIC_GREG_GCONF_RESET); | 910 | | MPIC_GREG_GCONF_RESET); |
| 811 | while( mpic_read(mpic->gregs, MPIC_GREG_GLOBAL_CONF_0) | 911 | while( mpic_read(mpic->gregs, MPIC_INFO(GREG_GLOBAL_CONF_0)) |
| 812 | & MPIC_GREG_GCONF_RESET) | 912 | & MPIC_GREG_GCONF_RESET) |
| 813 | mb(); | 913 | mb(); |
| 814 | } | 914 | } |
| @@ -817,7 +917,7 @@ struct mpic * __init mpic_alloc(struct device_node *node, | |||
| 817 | * MPICs, num sources as well. On ISU MPICs, sources are counted | 917 | * MPICs, num sources as well. On ISU MPICs, sources are counted |
| 818 | * as ISUs are added | 918 | * as ISUs are added |
| 819 | */ | 919 | */ |
| 820 | reg = mpic_read(mpic->gregs, MPIC_GREG_FEATURE_0); | 920 | reg = mpic_read(mpic->gregs, MPIC_INFO(GREG_FEATURE_0)); |
| 821 | mpic->num_cpus = ((reg & MPIC_GREG_FEATURE_LAST_CPU_MASK) | 921 | mpic->num_cpus = ((reg & MPIC_GREG_FEATURE_LAST_CPU_MASK) |
| 822 | >> MPIC_GREG_FEATURE_LAST_CPU_SHIFT) + 1; | 922 | >> MPIC_GREG_FEATURE_LAST_CPU_SHIFT) + 1; |
| 823 | if (isu_size == 0) | 923 | if (isu_size == 0) |
| @@ -826,16 +926,16 @@ struct mpic * __init mpic_alloc(struct device_node *node, | |||
| 826 | 926 | ||
| 827 | /* Map the per-CPU registers */ | 927 | /* Map the per-CPU registers */ |
| 828 | for (i = 0; i < mpic->num_cpus; i++) { | 928 | for (i = 0; i < mpic->num_cpus; i++) { |
| 829 | mpic->cpuregs[i] = ioremap(phys_addr + MPIC_CPU_BASE + | 929 | mpic->cpuregs[i] = ioremap(phys_addr + MPIC_INFO(CPU_BASE) + |
| 830 | i * MPIC_CPU_STRIDE, 0x1000); | 930 | i * MPIC_INFO(CPU_STRIDE), 0x1000); |
| 831 | BUG_ON(mpic->cpuregs[i] == NULL); | 931 | BUG_ON(mpic->cpuregs[i] == NULL); |
| 832 | } | 932 | } |
| 833 | 933 | ||
| 834 | /* Initialize main ISU if none provided */ | 934 | /* Initialize main ISU if none provided */ |
| 835 | if (mpic->isu_size == 0) { | 935 | if (mpic->isu_size == 0) { |
| 836 | mpic->isu_size = mpic->num_sources; | 936 | mpic->isu_size = mpic->num_sources; |
| 837 | mpic->isus[0] = ioremap(phys_addr + MPIC_IRQ_BASE, | 937 | mpic->isus[0] = ioremap(phys_addr + MPIC_INFO(IRQ_BASE), |
| 838 | MPIC_IRQ_STRIDE * mpic->isu_size); | 938 | MPIC_INFO(IRQ_STRIDE) * mpic->isu_size); |
| 839 | BUG_ON(mpic->isus[0] == NULL); | 939 | BUG_ON(mpic->isus[0] == NULL); |
| 840 | } | 940 | } |
| 841 | mpic->isu_shift = 1 + __ilog2(mpic->isu_size - 1); | 941 | mpic->isu_shift = 1 + __ilog2(mpic->isu_size - 1); |
| @@ -879,7 +979,8 @@ void __init mpic_assign_isu(struct mpic *mpic, unsigned int isu_num, | |||
| 879 | 979 | ||
| 880 | BUG_ON(isu_num >= MPIC_MAX_ISU); | 980 | BUG_ON(isu_num >= MPIC_MAX_ISU); |
| 881 | 981 | ||
| 882 | mpic->isus[isu_num] = ioremap(phys_addr, MPIC_IRQ_STRIDE * mpic->isu_size); | 982 | mpic->isus[isu_num] = ioremap(phys_addr, |
| 983 | MPIC_INFO(IRQ_STRIDE) * mpic->isu_size); | ||
| 883 | if ((isu_first + mpic->isu_size) > mpic->num_sources) | 984 | if ((isu_first + mpic->isu_size) > mpic->num_sources) |
| 884 | mpic->num_sources = isu_first + mpic->isu_size; | 985 | mpic->num_sources = isu_first + mpic->isu_size; |
| 885 | } | 986 | } |
| @@ -904,14 +1005,16 @@ void __init mpic_init(struct mpic *mpic) | |||
| 904 | printk(KERN_INFO "mpic: Initializing for %d sources\n", mpic->num_sources); | 1005 | printk(KERN_INFO "mpic: Initializing for %d sources\n", mpic->num_sources); |
| 905 | 1006 | ||
| 906 | /* Set current processor priority to max */ | 1007 | /* Set current processor priority to max */ |
| 907 | mpic_cpu_write(MPIC_CPU_CURRENT_TASK_PRI, 0xf); | 1008 | mpic_cpu_write(MPIC_INFO(CPU_CURRENT_TASK_PRI), 0xf); |
| 908 | 1009 | ||
| 909 | /* Initialize timers: just disable them all */ | 1010 | /* Initialize timers: just disable them all */ |
| 910 | for (i = 0; i < 4; i++) { | 1011 | for (i = 0; i < 4; i++) { |
| 911 | mpic_write(mpic->tmregs, | 1012 | mpic_write(mpic->tmregs, |
| 912 | i * MPIC_TIMER_STRIDE + MPIC_TIMER_DESTINATION, 0); | 1013 | i * MPIC_INFO(TIMER_STRIDE) + |
| 1014 | MPIC_INFO(TIMER_DESTINATION), 0); | ||
| 913 | mpic_write(mpic->tmregs, | 1015 | mpic_write(mpic->tmregs, |
| 914 | i * MPIC_TIMER_STRIDE + MPIC_TIMER_VECTOR_PRI, | 1016 | i * MPIC_INFO(TIMER_STRIDE) + |
| 1017 | MPIC_INFO(TIMER_VECTOR_PRI), | ||
| 915 | MPIC_VECPRI_MASK | | 1018 | MPIC_VECPRI_MASK | |
| 916 | (MPIC_VEC_TIMER_0 + i)); | 1019 | (MPIC_VEC_TIMER_0 + i)); |
| 917 | } | 1020 | } |
| @@ -940,21 +1043,22 @@ void __init mpic_init(struct mpic *mpic) | |||
| 940 | (8 << MPIC_VECPRI_PRIORITY_SHIFT); | 1043 | (8 << MPIC_VECPRI_PRIORITY_SHIFT); |
| 941 | 1044 | ||
| 942 | /* init hw */ | 1045 | /* init hw */ |
| 943 | mpic_irq_write(i, MPIC_IRQ_VECTOR_PRI, vecpri); | 1046 | mpic_irq_write(i, MPIC_INFO(IRQ_VECTOR_PRI), vecpri); |
| 944 | mpic_irq_write(i, MPIC_IRQ_DESTINATION, | 1047 | mpic_irq_write(i, MPIC_INFO(IRQ_DESTINATION), |
| 945 | 1 << hard_smp_processor_id()); | 1048 | 1 << hard_smp_processor_id()); |
| 946 | } | 1049 | } |
| 947 | 1050 | ||
| 948 | /* Init spurrious vector */ | 1051 | /* Init spurrious vector */ |
| 949 | mpic_write(mpic->gregs, MPIC_GREG_SPURIOUS, MPIC_VEC_SPURRIOUS); | 1052 | mpic_write(mpic->gregs, MPIC_INFO(GREG_SPURIOUS), MPIC_VEC_SPURRIOUS); |
| 950 | 1053 | ||
| 951 | /* Disable 8259 passthrough */ | 1054 | /* Disable 8259 passthrough, if supported */ |
| 952 | mpic_write(mpic->gregs, MPIC_GREG_GLOBAL_CONF_0, | 1055 | if (!(mpic->flags & MPIC_NO_PTHROU_DIS)) |
| 953 | mpic_read(mpic->gregs, MPIC_GREG_GLOBAL_CONF_0) | 1056 | mpic_write(mpic->gregs, MPIC_INFO(GREG_GLOBAL_CONF_0), |
| 954 | | MPIC_GREG_GCONF_8259_PTHROU_DIS); | 1057 | mpic_read(mpic->gregs, MPIC_INFO(GREG_GLOBAL_CONF_0)) |
| 1058 | | MPIC_GREG_GCONF_8259_PTHROU_DIS); | ||
| 955 | 1059 | ||
| 956 | /* Set current processor priority to 0 */ | 1060 | /* Set current processor priority to 0 */ |
| 957 | mpic_cpu_write(MPIC_CPU_CURRENT_TASK_PRI, 0); | 1061 | mpic_cpu_write(MPIC_INFO(CPU_CURRENT_TASK_PRI), 0); |
| 958 | } | 1062 | } |
| 959 | 1063 | ||
| 960 | void __init mpic_set_clk_ratio(struct mpic *mpic, u32 clock_ratio) | 1064 | void __init mpic_set_clk_ratio(struct mpic *mpic, u32 clock_ratio) |
| @@ -997,9 +1101,9 @@ void mpic_irq_set_priority(unsigned int irq, unsigned int pri) | |||
| 997 | mpic_ipi_write(src - MPIC_VEC_IPI_0, | 1101 | mpic_ipi_write(src - MPIC_VEC_IPI_0, |
| 998 | reg | (pri << MPIC_VECPRI_PRIORITY_SHIFT)); | 1102 | reg | (pri << MPIC_VECPRI_PRIORITY_SHIFT)); |
| 999 | } else { | 1103 | } else { |
| 1000 | reg = mpic_irq_read(src, MPIC_IRQ_VECTOR_PRI) | 1104 | reg = mpic_irq_read(src, MPIC_INFO(IRQ_VECTOR_PRI)) |
| 1001 | & ~MPIC_VECPRI_PRIORITY_MASK; | 1105 | & ~MPIC_VECPRI_PRIORITY_MASK; |
| 1002 | mpic_irq_write(src, MPIC_IRQ_VECTOR_PRI, | 1106 | mpic_irq_write(src, MPIC_INFO(IRQ_VECTOR_PRI), |
| 1003 | reg | (pri << MPIC_VECPRI_PRIORITY_SHIFT)); | 1107 | reg | (pri << MPIC_VECPRI_PRIORITY_SHIFT)); |
| 1004 | } | 1108 | } |
| 1005 | spin_unlock_irqrestore(&mpic_lock, flags); | 1109 | spin_unlock_irqrestore(&mpic_lock, flags); |
| @@ -1017,7 +1121,7 @@ unsigned int mpic_irq_get_priority(unsigned int irq) | |||
| 1017 | if (is_ipi) | 1121 | if (is_ipi) |
| 1018 | reg = mpic_ipi_read(src = MPIC_VEC_IPI_0); | 1122 | reg = mpic_ipi_read(src = MPIC_VEC_IPI_0); |
| 1019 | else | 1123 | else |
| 1020 | reg = mpic_irq_read(src, MPIC_IRQ_VECTOR_PRI); | 1124 | reg = mpic_irq_read(src, MPIC_INFO(IRQ_VECTOR_PRI)); |
| 1021 | spin_unlock_irqrestore(&mpic_lock, flags); | 1125 | spin_unlock_irqrestore(&mpic_lock, flags); |
| 1022 | return (reg & MPIC_VECPRI_PRIORITY_MASK) >> MPIC_VECPRI_PRIORITY_SHIFT; | 1126 | return (reg & MPIC_VECPRI_PRIORITY_MASK) >> MPIC_VECPRI_PRIORITY_SHIFT; |
| 1023 | } | 1127 | } |
| @@ -1043,12 +1147,12 @@ void mpic_setup_this_cpu(void) | |||
| 1043 | */ | 1147 | */ |
| 1044 | if (distribute_irqs) { | 1148 | if (distribute_irqs) { |
| 1045 | for (i = 0; i < mpic->num_sources ; i++) | 1149 | for (i = 0; i < mpic->num_sources ; i++) |
| 1046 | mpic_irq_write(i, MPIC_IRQ_DESTINATION, | 1150 | mpic_irq_write(i, MPIC_INFO(IRQ_DESTINATION), |
| 1047 | mpic_irq_read(i, MPIC_IRQ_DESTINATION) | msk); | 1151 | mpic_irq_read(i, MPIC_INFO(IRQ_DESTINATION)) | msk); |
| 1048 | } | 1152 | } |
| 1049 | 1153 | ||
| 1050 | /* Set current processor priority to 0 */ | 1154 | /* Set current processor priority to 0 */ |
| 1051 | mpic_cpu_write(MPIC_CPU_CURRENT_TASK_PRI, 0); | 1155 | mpic_cpu_write(MPIC_INFO(CPU_CURRENT_TASK_PRI), 0); |
| 1052 | 1156 | ||
| 1053 | spin_unlock_irqrestore(&mpic_lock, flags); | 1157 | spin_unlock_irqrestore(&mpic_lock, flags); |
| 1054 | #endif /* CONFIG_SMP */ | 1158 | #endif /* CONFIG_SMP */ |
| @@ -1058,7 +1162,7 @@ int mpic_cpu_get_priority(void) | |||
| 1058 | { | 1162 | { |
| 1059 | struct mpic *mpic = mpic_primary; | 1163 | struct mpic *mpic = mpic_primary; |
| 1060 | 1164 | ||
| 1061 | return mpic_cpu_read(MPIC_CPU_CURRENT_TASK_PRI); | 1165 | return mpic_cpu_read(MPIC_INFO(CPU_CURRENT_TASK_PRI)); |
| 1062 | } | 1166 | } |
| 1063 | 1167 | ||
| 1064 | void mpic_cpu_set_priority(int prio) | 1168 | void mpic_cpu_set_priority(int prio) |
| @@ -1066,7 +1170,7 @@ void mpic_cpu_set_priority(int prio) | |||
| 1066 | struct mpic *mpic = mpic_primary; | 1170 | struct mpic *mpic = mpic_primary; |
| 1067 | 1171 | ||
| 1068 | prio &= MPIC_CPU_TASKPRI_MASK; | 1172 | prio &= MPIC_CPU_TASKPRI_MASK; |
| 1069 | mpic_cpu_write(MPIC_CPU_CURRENT_TASK_PRI, prio); | 1173 | mpic_cpu_write(MPIC_INFO(CPU_CURRENT_TASK_PRI), prio); |
| 1070 | } | 1174 | } |
| 1071 | 1175 | ||
| 1072 | /* | 1176 | /* |
| @@ -1088,11 +1192,11 @@ void mpic_teardown_this_cpu(int secondary) | |||
| 1088 | 1192 | ||
| 1089 | /* let the mpic know we don't want intrs. */ | 1193 | /* let the mpic know we don't want intrs. */ |
| 1090 | for (i = 0; i < mpic->num_sources ; i++) | 1194 | for (i = 0; i < mpic->num_sources ; i++) |
| 1091 | mpic_irq_write(i, MPIC_IRQ_DESTINATION, | 1195 | mpic_irq_write(i, MPIC_INFO(IRQ_DESTINATION), |
| 1092 | mpic_irq_read(i, MPIC_IRQ_DESTINATION) & ~msk); | 1196 | mpic_irq_read(i, MPIC_INFO(IRQ_DESTINATION)) & ~msk); |
| 1093 | 1197 | ||
| 1094 | /* Set current processor priority to max */ | 1198 | /* Set current processor priority to max */ |
| 1095 | mpic_cpu_write(MPIC_CPU_CURRENT_TASK_PRI, 0xf); | 1199 | mpic_cpu_write(MPIC_INFO(CPU_CURRENT_TASK_PRI), 0xf); |
| 1096 | 1200 | ||
| 1097 | spin_unlock_irqrestore(&mpic_lock, flags); | 1201 | spin_unlock_irqrestore(&mpic_lock, flags); |
| 1098 | } | 1202 | } |
| @@ -1108,7 +1212,8 @@ void mpic_send_ipi(unsigned int ipi_no, unsigned int cpu_mask) | |||
| 1108 | DBG("%s: send_ipi(ipi_no: %d)\n", mpic->name, ipi_no); | 1212 | DBG("%s: send_ipi(ipi_no: %d)\n", mpic->name, ipi_no); |
| 1109 | #endif | 1213 | #endif |
| 1110 | 1214 | ||
| 1111 | mpic_cpu_write(MPIC_CPU_IPI_DISPATCH_0 + ipi_no * 0x10, | 1215 | mpic_cpu_write(MPIC_INFO(CPU_IPI_DISPATCH_0) + |
| 1216 | ipi_no * MPIC_INFO(CPU_IPI_DISPATCH_STRIDE), | ||
| 1112 | mpic_physmask(cpu_mask & cpus_addr(cpu_online_map)[0])); | 1217 | mpic_physmask(cpu_mask & cpus_addr(cpu_online_map)[0])); |
| 1113 | } | 1218 | } |
| 1114 | 1219 | ||
| @@ -1116,7 +1221,7 @@ unsigned int mpic_get_one_irq(struct mpic *mpic, struct pt_regs *regs) | |||
| 1116 | { | 1221 | { |
| 1117 | u32 src; | 1222 | u32 src; |
| 1118 | 1223 | ||
| 1119 | src = mpic_cpu_read(MPIC_CPU_INTACK) & MPIC_VECPRI_VECTOR_MASK; | 1224 | src = mpic_cpu_read(MPIC_INFO(CPU_INTACK)) & MPIC_INFO(VECPRI_VECTOR_MASK); |
| 1120 | #ifdef DEBUG_LOW | 1225 | #ifdef DEBUG_LOW |
| 1121 | DBG("%s: get_one_irq(): %d\n", mpic->name, src); | 1226 | DBG("%s: get_one_irq(): %d\n", mpic->name, src); |
| 1122 | #endif | 1227 | #endif |
diff --git a/arch/ppc/kernel/smp-tbsync.c b/arch/ppc/kernel/smp-tbsync.c index 1576758debaf..d0cf3f86931d 100644 --- a/arch/ppc/kernel/smp-tbsync.c +++ b/arch/ppc/kernel/smp-tbsync.c | |||
| @@ -47,8 +47,9 @@ void __devinit | |||
| 47 | smp_generic_take_timebase( void ) | 47 | smp_generic_take_timebase( void ) |
| 48 | { | 48 | { |
| 49 | int cmd, tbl, tbu; | 49 | int cmd, tbl, tbu; |
| 50 | unsigned long flags; | ||
| 50 | 51 | ||
| 51 | local_irq_disable(); | 52 | local_irq_save(flags); |
| 52 | while( !running ) | 53 | while( !running ) |
| 53 | ; | 54 | ; |
| 54 | rmb(); | 55 | rmb(); |
| @@ -64,7 +65,7 @@ smp_generic_take_timebase( void ) | |||
| 64 | tbu = tbsync->tbu; | 65 | tbu = tbsync->tbu; |
| 65 | tbsync->ack = 0; | 66 | tbsync->ack = 0; |
| 66 | if( cmd == kExit ) | 67 | if( cmd == kExit ) |
| 67 | return; | 68 | break; |
| 68 | 69 | ||
| 69 | if( cmd == kSetAndTest ) { | 70 | if( cmd == kSetAndTest ) { |
| 70 | while( tbsync->handshake ) | 71 | while( tbsync->handshake ) |
| @@ -77,7 +78,7 @@ smp_generic_take_timebase( void ) | |||
| 77 | } | 78 | } |
| 78 | enter_contest( tbsync->mark, -1 ); | 79 | enter_contest( tbsync->mark, -1 ); |
| 79 | } | 80 | } |
| 80 | local_irq_enable(); | 81 | local_irq_restore(flags); |
| 81 | } | 82 | } |
| 82 | 83 | ||
| 83 | static int __devinit | 84 | static int __devinit |
diff --git a/arch/ppc/syslib/Makefile b/arch/ppc/syslib/Makefile index 2497bbc07e76..dca23f2ef851 100644 --- a/arch/ppc/syslib/Makefile +++ b/arch/ppc/syslib/Makefile | |||
| @@ -93,7 +93,7 @@ obj-$(CONFIG_PCI) += pci_auto.o | |||
| 93 | endif | 93 | endif |
| 94 | obj-$(CONFIG_RAPIDIO) += ppc85xx_rio.o | 94 | obj-$(CONFIG_RAPIDIO) += ppc85xx_rio.o |
| 95 | obj-$(CONFIG_83xx) += ppc83xx_setup.o ppc_sys.o \ | 95 | obj-$(CONFIG_83xx) += ppc83xx_setup.o ppc_sys.o \ |
| 96 | mpc83xx_sys.o mpc83xx_devices.o | 96 | mpc83xx_sys.o mpc83xx_devices.o ipic.o |
| 97 | ifeq ($(CONFIG_83xx),y) | 97 | ifeq ($(CONFIG_83xx),y) |
| 98 | obj-$(CONFIG_PCI) += pci_auto.o | 98 | obj-$(CONFIG_PCI) += pci_auto.o |
| 99 | endif | 99 | endif |
diff --git a/arch/ppc/syslib/ipic.c b/arch/ppc/syslib/ipic.c new file mode 100644 index 000000000000..46801f5ec03f --- /dev/null +++ b/arch/ppc/syslib/ipic.c | |||
| @@ -0,0 +1,646 @@ | |||
| 1 | /* | ||
| 2 | * include/asm-ppc/ipic.c | ||
| 3 | * | ||
| 4 | * IPIC routines implementations. | ||
| 5 | * | ||
| 6 | * Copyright 2005 Freescale Semiconductor, Inc. | ||
| 7 | * | ||
| 8 | * This program is free software; you can redistribute it and/or modify it | ||
| 9 | * under the terms of the GNU General Public License as published by the | ||
| 10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
| 11 | * option) any later version. | ||
| 12 | */ | ||
| 13 | #include <linux/kernel.h> | ||
| 14 | #include <linux/init.h> | ||
| 15 | #include <linux/errno.h> | ||
| 16 | #include <linux/reboot.h> | ||
| 17 | #include <linux/slab.h> | ||
| 18 | #include <linux/stddef.h> | ||
| 19 | #include <linux/sched.h> | ||
| 20 | #include <linux/signal.h> | ||
| 21 | #include <linux/sysdev.h> | ||
| 22 | #include <asm/irq.h> | ||
| 23 | #include <asm/io.h> | ||
| 24 | #include <asm/ipic.h> | ||
| 25 | #include <asm/mpc83xx.h> | ||
| 26 | |||
| 27 | #include "ipic.h" | ||
| 28 | |||
| 29 | static struct ipic p_ipic; | ||
| 30 | static struct ipic * primary_ipic; | ||
| 31 | |||
| 32 | static struct ipic_info ipic_info[] = { | ||
| 33 | [9] = { | ||
| 34 | .pend = IPIC_SIPNR_H, | ||
| 35 | .mask = IPIC_SIMSR_H, | ||
| 36 | .prio = IPIC_SIPRR_D, | ||
| 37 | .force = IPIC_SIFCR_H, | ||
| 38 | .bit = 24, | ||
| 39 | .prio_mask = 0, | ||
| 40 | }, | ||
| 41 | [10] = { | ||
| 42 | .pend = IPIC_SIPNR_H, | ||
| 43 | .mask = IPIC_SIMSR_H, | ||
| 44 | .prio = IPIC_SIPRR_D, | ||
| 45 | .force = IPIC_SIFCR_H, | ||
| 46 | .bit = 25, | ||
| 47 | .prio_mask = 1, | ||
| 48 | }, | ||
| 49 | [11] = { | ||
| 50 | .pend = IPIC_SIPNR_H, | ||
| 51 | .mask = IPIC_SIMSR_H, | ||
| 52 | .prio = IPIC_SIPRR_D, | ||
| 53 | .force = IPIC_SIFCR_H, | ||
| 54 | .bit = 26, | ||
| 55 | .prio_mask = 2, | ||
| 56 | }, | ||
| 57 | [14] = { | ||
| 58 | .pend = IPIC_SIPNR_H, | ||
| 59 | .mask = IPIC_SIMSR_H, | ||
| 60 | .prio = IPIC_SIPRR_D, | ||
| 61 | .force = IPIC_SIFCR_H, | ||
| 62 | .bit = 29, | ||
| 63 | .prio_mask = 5, | ||
| 64 | }, | ||
| 65 | [15] = { | ||
| 66 | .pend = IPIC_SIPNR_H, | ||
| 67 | .mask = IPIC_SIMSR_H, | ||
| 68 | .prio = IPIC_SIPRR_D, | ||
| 69 | .force = IPIC_SIFCR_H, | ||
| 70 | .bit = 30, | ||
| 71 | .prio_mask = 6, | ||
| 72 | }, | ||
| 73 | [16] = { | ||
| 74 | .pend = IPIC_SIPNR_H, | ||
| 75 | .mask = IPIC_SIMSR_H, | ||
| 76 | .prio = IPIC_SIPRR_D, | ||
| 77 | .force = IPIC_SIFCR_H, | ||
| 78 | .bit = 31, | ||
| 79 | .prio_mask = 7, | ||
| 80 | }, | ||
| 81 | [17] = { | ||
| 82 | .pend = IPIC_SEPNR, | ||
| 83 | .mask = IPIC_SEMSR, | ||
| 84 | .prio = IPIC_SMPRR_A, | ||
| 85 | .force = IPIC_SEFCR, | ||
| 86 | .bit = 1, | ||
| 87 | .prio_mask = 5, | ||
| 88 | }, | ||
| 89 | [18] = { | ||
| 90 | .pend = IPIC_SEPNR, | ||
| 91 | .mask = IPIC_SEMSR, | ||
| 92 | .prio = IPIC_SMPRR_A, | ||
| 93 | .force = IPIC_SEFCR, | ||
| 94 | .bit = 2, | ||
| 95 | .prio_mask = 6, | ||
| 96 | }, | ||
| 97 | [19] = { | ||
| 98 | .pend = IPIC_SEPNR, | ||
| 99 | .mask = IPIC_SEMSR, | ||
| 100 | .prio = IPIC_SMPRR_A, | ||
| 101 | .force = IPIC_SEFCR, | ||
| 102 | .bit = 3, | ||
| 103 | .prio_mask = 7, | ||
| 104 | }, | ||
| 105 | [20] = { | ||
| 106 | .pend = IPIC_SEPNR, | ||
| 107 | .mask = IPIC_SEMSR, | ||
| 108 | .prio = IPIC_SMPRR_B, | ||
| 109 | .force = IPIC_SEFCR, | ||
| 110 | .bit = 4, | ||
| 111 | .prio_mask = 4, | ||
| 112 | }, | ||
| 113 | [21] = { | ||
| 114 | .pend = IPIC_SEPNR, | ||
| 115 | .mask = IPIC_SEMSR, | ||
| 116 | .prio = IPIC_SMPRR_B, | ||
| 117 | .force = IPIC_SEFCR, | ||
| 118 | .bit = 5, | ||
| 119 | .prio_mask = 5, | ||
| 120 | }, | ||
| 121 | [22] = { | ||
| 122 | .pend = IPIC_SEPNR, | ||
| 123 | .mask = IPIC_SEMSR, | ||
| 124 | .prio = IPIC_SMPRR_B, | ||
| 125 | .force = IPIC_SEFCR, | ||
| 126 | .bit = 6, | ||
| 127 | .prio_mask = 6, | ||
| 128 | }, | ||
| 129 | [23] = { | ||
| 130 | .pend = IPIC_SEPNR, | ||
| 131 | .mask = IPIC_SEMSR, | ||
| 132 | .prio = IPIC_SMPRR_B, | ||
| 133 | .force = IPIC_SEFCR, | ||
| 134 | .bit = 7, | ||
| 135 | .prio_mask = 7, | ||
| 136 | }, | ||
| 137 | [32] = { | ||
| 138 | .pend = IPIC_SIPNR_H, | ||
| 139 | .mask = IPIC_SIMSR_H, | ||
| 140 | .prio = IPIC_SIPRR_A, | ||
| 141 | .force = IPIC_SIFCR_H, | ||
| 142 | .bit = 0, | ||
| 143 | .prio_mask = 0, | ||
| 144 | }, | ||
| 145 | [33] = { | ||
| 146 | .pend = IPIC_SIPNR_H, | ||
| 147 | .mask = IPIC_SIMSR_H, | ||
| 148 | .prio = IPIC_SIPRR_A, | ||
| 149 | .force = IPIC_SIFCR_H, | ||
| 150 | .bit = 1, | ||
| 151 | .prio_mask = 1, | ||
| 152 | }, | ||
| 153 | [34] = { | ||
| 154 | .pend = IPIC_SIPNR_H, | ||
| 155 | .mask = IPIC_SIMSR_H, | ||
| 156 | .prio = IPIC_SIPRR_A, | ||
| 157 | .force = IPIC_SIFCR_H, | ||
| 158 | .bit = 2, | ||
| 159 | .prio_mask = 2, | ||
| 160 | }, | ||
| 161 | [35] = { | ||
| 162 | .pend = IPIC_SIPNR_H, | ||
| 163 | .mask = IPIC_SIMSR_H, | ||
| 164 | .prio = IPIC_SIPRR_A, | ||
| 165 | .force = IPIC_SIFCR_H, | ||
| 166 | .bit = 3, | ||
| 167 | .prio_mask = 3, | ||
| 168 | }, | ||
| 169 | [36] = { | ||
| 170 | .pend = IPIC_SIPNR_H, | ||
| 171 | .mask = IPIC_SIMSR_H, | ||
| 172 | .prio = IPIC_SIPRR_A, | ||
| 173 | .force = IPIC_SIFCR_H, | ||
| 174 | .bit = 4, | ||
| 175 | .prio_mask = 4, | ||
| 176 | }, | ||
| 177 | [37] = { | ||
| 178 | .pend = IPIC_SIPNR_H, | ||
| 179 | .mask = IPIC_SIMSR_H, | ||
| 180 | .prio = IPIC_SIPRR_A, | ||
| 181 | .force = IPIC_SIFCR_H, | ||
| 182 | .bit = 5, | ||
| 183 | .prio_mask = 5, | ||
| 184 | }, | ||
| 185 | [38] = { | ||
| 186 | .pend = IPIC_SIPNR_H, | ||
| 187 | .mask = IPIC_SIMSR_H, | ||
| 188 | .prio = IPIC_SIPRR_A, | ||
| 189 | .force = IPIC_SIFCR_H, | ||
| 190 | .bit = 6, | ||
| 191 | .prio_mask = 6, | ||
| 192 | }, | ||
| 193 | [39] = { | ||
| 194 | .pend = IPIC_SIPNR_H, | ||
| 195 | .mask = IPIC_SIMSR_H, | ||
| 196 | .prio = IPIC_SIPRR_A, | ||
| 197 | .force = IPIC_SIFCR_H, | ||
| 198 | .bit = 7, | ||
| 199 | .prio_mask = 7, | ||
| 200 | }, | ||
| 201 | [48] = { | ||
| 202 | .pend = IPIC_SEPNR, | ||
| 203 | .mask = IPIC_SEMSR, | ||
| 204 | .prio = IPIC_SMPRR_A, | ||
| 205 | .force = IPIC_SEFCR, | ||
| 206 | .bit = 0, | ||
| 207 | .prio_mask = 4, | ||
| 208 | }, | ||
| 209 | [64] = { | ||
| 210 | .pend = IPIC_SIPNR_H, | ||
| 211 | .mask = IPIC_SIMSR_L, | ||
| 212 | .prio = IPIC_SMPRR_A, | ||
| 213 | .force = IPIC_SIFCR_L, | ||
| 214 | .bit = 0, | ||
| 215 | .prio_mask = 0, | ||
| 216 | }, | ||
| 217 | [65] = { | ||
| 218 | .pend = IPIC_SIPNR_H, | ||
| 219 | .mask = IPIC_SIMSR_L, | ||
| 220 | .prio = IPIC_SMPRR_A, | ||
| 221 | .force = IPIC_SIFCR_L, | ||
| 222 | .bit = 1, | ||
| 223 | .prio_mask = 1, | ||
| 224 | }, | ||
| 225 | [66] = { | ||
| 226 | .pend = IPIC_SIPNR_H, | ||
| 227 | .mask = IPIC_SIMSR_L, | ||
| 228 | .prio = IPIC_SMPRR_A, | ||
| 229 | .force = IPIC_SIFCR_L, | ||
| 230 | .bit = 2, | ||
| 231 | .prio_mask = 2, | ||
| 232 | }, | ||
| 233 | [67] = { | ||
| 234 | .pend = IPIC_SIPNR_H, | ||
| 235 | .mask = IPIC_SIMSR_L, | ||
| 236 | .prio = IPIC_SMPRR_A, | ||
| 237 | .force = IPIC_SIFCR_L, | ||
| 238 | .bit = 3, | ||
| 239 | .prio_mask = 3, | ||
| 240 | }, | ||
| 241 | [68] = { | ||
| 242 | .pend = IPIC_SIPNR_H, | ||
| 243 | .mask = IPIC_SIMSR_L, | ||
| 244 | .prio = IPIC_SMPRR_B, | ||
| 245 | .force = IPIC_SIFCR_L, | ||
| 246 | .bit = 4, | ||
| 247 | .prio_mask = 0, | ||
| 248 | }, | ||
| 249 | [69] = { | ||
| 250 | .pend = IPIC_SIPNR_H, | ||
| 251 | .mask = IPIC_SIMSR_L, | ||
| 252 | .prio = IPIC_SMPRR_B, | ||
| 253 | .force = IPIC_SIFCR_L, | ||
| 254 | .bit = 5, | ||
| 255 | .prio_mask = 1, | ||
| 256 | }, | ||
| 257 | [70] = { | ||
| 258 | .pend = IPIC_SIPNR_H, | ||
| 259 | .mask = IPIC_SIMSR_L, | ||
| 260 | .prio = IPIC_SMPRR_B, | ||
| 261 | .force = IPIC_SIFCR_L, | ||
| 262 | .bit = 6, | ||
| 263 | .prio_mask = 2, | ||
| 264 | }, | ||
| 265 | [71] = { | ||
| 266 | .pend = IPIC_SIPNR_H, | ||
| 267 | .mask = IPIC_SIMSR_L, | ||
| 268 | .prio = IPIC_SMPRR_B, | ||
| 269 | .force = IPIC_SIFCR_L, | ||
| 270 | .bit = 7, | ||
| 271 | .prio_mask = 3, | ||
| 272 | }, | ||
| 273 | [72] = { | ||
| 274 | .pend = IPIC_SIPNR_H, | ||
| 275 | .mask = IPIC_SIMSR_L, | ||
| 276 | .prio = 0, | ||
| 277 | .force = IPIC_SIFCR_L, | ||
| 278 | .bit = 8, | ||
| 279 | }, | ||
| 280 | [73] = { | ||
| 281 | .pend = IPIC_SIPNR_H, | ||
| 282 | .mask = IPIC_SIMSR_L, | ||
| 283 | .prio = 0, | ||
| 284 | .force = IPIC_SIFCR_L, | ||
| 285 | .bit = 9, | ||
| 286 | }, | ||
| 287 | [74] = { | ||
| 288 | .pend = IPIC_SIPNR_H, | ||
| 289 | .mask = IPIC_SIMSR_L, | ||
| 290 | .prio = 0, | ||
| 291 | .force = IPIC_SIFCR_L, | ||
| 292 | .bit = 10, | ||
| 293 | }, | ||
| 294 | [75] = { | ||
| 295 | .pend = IPIC_SIPNR_H, | ||
| 296 | .mask = IPIC_SIMSR_L, | ||
| 297 | .prio = 0, | ||
| 298 | .force = IPIC_SIFCR_L, | ||
| 299 | .bit = 11, | ||
| 300 | }, | ||
| 301 | [76] = { | ||
| 302 | .pend = IPIC_SIPNR_H, | ||
| 303 | .mask = IPIC_SIMSR_L, | ||
| 304 | .prio = 0, | ||
| 305 | .force = IPIC_SIFCR_L, | ||
| 306 | .bit = 12, | ||
| 307 | }, | ||
| 308 | [77] = { | ||
| 309 | .pend = IPIC_SIPNR_H, | ||
| 310 | .mask = IPIC_SIMSR_L, | ||
| 311 | .prio = 0, | ||
| 312 | .force = IPIC_SIFCR_L, | ||
| 313 | .bit = 13, | ||
| 314 | }, | ||
| 315 | [78] = { | ||
| 316 | .pend = IPIC_SIPNR_H, | ||
| 317 | .mask = IPIC_SIMSR_L, | ||
| 318 | .prio = 0, | ||
| 319 | .force = IPIC_SIFCR_L, | ||
| 320 | .bit = 14, | ||
| 321 | }, | ||
| 322 | [79] = { | ||
| 323 | .pend = IPIC_SIPNR_H, | ||
| 324 | .mask = IPIC_SIMSR_L, | ||
| 325 | .prio = 0, | ||
| 326 | .force = IPIC_SIFCR_L, | ||
| 327 | .bit = 15, | ||
| 328 | }, | ||
| 329 | [80] = { | ||
| 330 | .pend = IPIC_SIPNR_H, | ||
| 331 | .mask = IPIC_SIMSR_L, | ||
| 332 | .prio = 0, | ||
| 333 | .force = IPIC_SIFCR_L, | ||
| 334 | .bit = 16, | ||
| 335 | }, | ||
| 336 | [84] = { | ||
| 337 | .pend = IPIC_SIPNR_H, | ||
| 338 | .mask = IPIC_SIMSR_L, | ||
| 339 | .prio = 0, | ||
| 340 | .force = IPIC_SIFCR_L, | ||
| 341 | .bit = 20, | ||
| 342 | }, | ||
| 343 | [85] = { | ||
| 344 | .pend = IPIC_SIPNR_H, | ||
| 345 | .mask = IPIC_SIMSR_L, | ||
| 346 | .prio = 0, | ||
| 347 | .force = IPIC_SIFCR_L, | ||
| 348 | .bit = 21, | ||
| 349 | }, | ||
| 350 | [90] = { | ||
| 351 | .pend = IPIC_SIPNR_H, | ||
| 352 | .mask = IPIC_SIMSR_L, | ||
| 353 | .prio = 0, | ||
| 354 | .force = IPIC_SIFCR_L, | ||
| 355 | .bit = 26, | ||
| 356 | }, | ||
| 357 | [91] = { | ||
| 358 | .pend = IPIC_SIPNR_H, | ||
| 359 | .mask = IPIC_SIMSR_L, | ||
| 360 | .prio = 0, | ||
| 361 | .force = IPIC_SIFCR_L, | ||
| 362 | .bit = 27, | ||
| 363 | }, | ||
| 364 | }; | ||
| 365 | |||
| 366 | static inline u32 ipic_read(volatile u32 __iomem *base, unsigned int reg) | ||
| 367 | { | ||
| 368 | return in_be32(base + (reg >> 2)); | ||
| 369 | } | ||
| 370 | |||
| 371 | static inline void ipic_write(volatile u32 __iomem *base, unsigned int reg, u32 value) | ||
| 372 | { | ||
| 373 | out_be32(base + (reg >> 2), value); | ||
| 374 | } | ||
| 375 | |||
| 376 | static inline struct ipic * ipic_from_irq(unsigned int irq) | ||
| 377 | { | ||
| 378 | return primary_ipic; | ||
| 379 | } | ||
| 380 | |||
| 381 | static void ipic_enable_irq(unsigned int irq) | ||
| 382 | { | ||
| 383 | struct ipic *ipic = ipic_from_irq(irq); | ||
| 384 | unsigned int src = irq - ipic->irq_offset; | ||
| 385 | u32 temp; | ||
| 386 | |||
| 387 | temp = ipic_read(ipic->regs, ipic_info[src].mask); | ||
| 388 | temp |= (1 << (31 - ipic_info[src].bit)); | ||
| 389 | ipic_write(ipic->regs, ipic_info[src].mask, temp); | ||
| 390 | } | ||
| 391 | |||
| 392 | static void ipic_disable_irq(unsigned int irq) | ||
| 393 | { | ||
| 394 | struct ipic *ipic = ipic_from_irq(irq); | ||
| 395 | unsigned int src = irq - ipic->irq_offset; | ||
| 396 | u32 temp; | ||
| 397 | |||
| 398 | temp = ipic_read(ipic->regs, ipic_info[src].mask); | ||
| 399 | temp &= ~(1 << (31 - ipic_info[src].bit)); | ||
| 400 | ipic_write(ipic->regs, ipic_info[src].mask, temp); | ||
| 401 | } | ||
| 402 | |||
| 403 | static void ipic_disable_irq_and_ack(unsigned int irq) | ||
| 404 | { | ||
| 405 | struct ipic *ipic = ipic_from_irq(irq); | ||
| 406 | unsigned int src = irq - ipic->irq_offset; | ||
| 407 | u32 temp; | ||
| 408 | |||
| 409 | ipic_disable_irq(irq); | ||
| 410 | |||
| 411 | temp = ipic_read(ipic->regs, ipic_info[src].pend); | ||
| 412 | temp |= (1 << (31 - ipic_info[src].bit)); | ||
| 413 | ipic_write(ipic->regs, ipic_info[src].pend, temp); | ||
| 414 | } | ||
| 415 | |||
| 416 | static void ipic_end_irq(unsigned int irq) | ||
| 417 | { | ||
| 418 | if (!(irq_desc[irq].status & (IRQ_DISABLED|IRQ_INPROGRESS))) | ||
| 419 | ipic_enable_irq(irq); | ||
| 420 | } | ||
| 421 | |||
| 422 | struct hw_interrupt_type ipic = { | ||
| 423 | .typename = " IPIC ", | ||
| 424 | .enable = ipic_enable_irq, | ||
| 425 | .disable = ipic_disable_irq, | ||
| 426 | .ack = ipic_disable_irq_and_ack, | ||
| 427 | .end = ipic_end_irq, | ||
| 428 | }; | ||
| 429 | |||
| 430 | void __init ipic_init(phys_addr_t phys_addr, | ||
| 431 | unsigned int flags, | ||
| 432 | unsigned int irq_offset, | ||
| 433 | unsigned char *senses, | ||
| 434 | unsigned int senses_count) | ||
| 435 | { | ||
| 436 | u32 i, temp = 0; | ||
| 437 | |||
| 438 | primary_ipic = &p_ipic; | ||
| 439 | primary_ipic->regs = ioremap(phys_addr, MPC83xx_IPIC_SIZE); | ||
| 440 | |||
| 441 | primary_ipic->irq_offset = irq_offset; | ||
| 442 | |||
| 443 | ipic_write(primary_ipic->regs, IPIC_SICNR, 0x0); | ||
| 444 | |||
| 445 | /* default priority scheme is grouped. If spread mode is required | ||
| 446 | * configure SICFR accordingly */ | ||
| 447 | if (flags & IPIC_SPREADMODE_GRP_A) | ||
| 448 | temp |= SICFR_IPSA; | ||
| 449 | if (flags & IPIC_SPREADMODE_GRP_D) | ||
| 450 | temp |= SICFR_IPSD; | ||
| 451 | if (flags & IPIC_SPREADMODE_MIX_A) | ||
| 452 | temp |= SICFR_MPSA; | ||
| 453 | if (flags & IPIC_SPREADMODE_MIX_B) | ||
| 454 | temp |= SICFR_MPSB; | ||
| 455 | |||
| 456 | ipic_write(primary_ipic->regs, IPIC_SICNR, temp); | ||
| 457 | |||
| 458 | /* handle MCP route */ | ||
| 459 | temp = 0; | ||
| 460 | if (flags & IPIC_DISABLE_MCP_OUT) | ||
| 461 | temp = SERCR_MCPR; | ||
| 462 | ipic_write(primary_ipic->regs, IPIC_SERCR, temp); | ||
| 463 | |||
| 464 | /* handle routing of IRQ0 to MCP */ | ||
| 465 | temp = ipic_read(primary_ipic->regs, IPIC_SEMSR); | ||
| 466 | |||
| 467 | if (flags & IPIC_IRQ0_MCP) | ||
| 468 | temp |= SEMSR_SIRQ0; | ||
| 469 | else | ||
| 470 | temp &= ~SEMSR_SIRQ0; | ||
| 471 | |||
| 472 | ipic_write(primary_ipic->regs, IPIC_SEMSR, temp); | ||
| 473 | |||
| 474 | for (i = 0 ; i < NR_IPIC_INTS ; i++) { | ||
| 475 | irq_desc[i+irq_offset].chip = &ipic; | ||
| 476 | irq_desc[i+irq_offset].status = IRQ_LEVEL; | ||
| 477 | } | ||
| 478 | |||
| 479 | temp = 0; | ||
| 480 | for (i = 0 ; i < senses_count ; i++) { | ||
| 481 | if ((senses[i] & IRQ_SENSE_MASK) == IRQ_SENSE_EDGE) { | ||
| 482 | temp |= 1 << (15 - i); | ||
| 483 | if (i != 0) | ||
| 484 | irq_desc[i + irq_offset + MPC83xx_IRQ_EXT1 - 1].status = 0; | ||
| 485 | else | ||
| 486 | irq_desc[irq_offset + MPC83xx_IRQ_EXT0].status = 0; | ||
| 487 | } | ||
| 488 | } | ||
| 489 | ipic_write(primary_ipic->regs, IPIC_SECNR, temp); | ||
| 490 | |||
| 491 | printk ("IPIC (%d IRQ sources, %d External IRQs) at %p\n", NR_IPIC_INTS, | ||
| 492 | senses_count, primary_ipic->regs); | ||
| 493 | } | ||
| 494 | |||
| 495 | int ipic_set_priority(unsigned int irq, unsigned int priority) | ||
| 496 | { | ||
| 497 | struct ipic *ipic = ipic_from_irq(irq); | ||
| 498 | unsigned int src = irq - ipic->irq_offset; | ||
| 499 | u32 temp; | ||
| 500 | |||
| 501 | if (priority > 7) | ||
| 502 | return -EINVAL; | ||
| 503 | if (src > 127) | ||
| 504 | return -EINVAL; | ||
| 505 | if (ipic_info[src].prio == 0) | ||
| 506 | return -EINVAL; | ||
| 507 | |||
| 508 | temp = ipic_read(ipic->regs, ipic_info[src].prio); | ||
| 509 | |||
| 510 | if (priority < 4) { | ||
| 511 | temp &= ~(0x7 << (20 + (3 - priority) * 3)); | ||
| 512 | temp |= ipic_info[src].prio_mask << (20 + (3 - priority) * 3); | ||
| 513 | } else { | ||
| 514 | temp &= ~(0x7 << (4 + (7 - priority) * 3)); | ||
| 515 | temp |= ipic_info[src].prio_mask << (4 + (7 - priority) * 3); | ||
| 516 | } | ||
| 517 | |||
| 518 | ipic_write(ipic->regs, ipic_info[src].prio, temp); | ||
| 519 | |||
| 520 | return 0; | ||
| 521 | } | ||
| 522 | |||
| 523 | void ipic_set_highest_priority(unsigned int irq) | ||
| 524 | { | ||
| 525 | struct ipic *ipic = ipic_from_irq(irq); | ||
| 526 | unsigned int src = irq - ipic->irq_offset; | ||
| 527 | u32 temp; | ||
| 528 | |||
| 529 | temp = ipic_read(ipic->regs, IPIC_SICFR); | ||
| 530 | |||
| 531 | /* clear and set HPI */ | ||
| 532 | temp &= 0x7f000000; | ||
| 533 | temp |= (src & 0x7f) << 24; | ||
| 534 | |||
| 535 | ipic_write(ipic->regs, IPIC_SICFR, temp); | ||
| 536 | } | ||
| 537 | |||
| 538 | void ipic_set_default_priority(void) | ||
| 539 | { | ||
| 540 | ipic_set_priority(MPC83xx_IRQ_TSEC1_TX, 0); | ||
| 541 | ipic_set_priority(MPC83xx_IRQ_TSEC1_RX, 1); | ||
| 542 | ipic_set_priority(MPC83xx_IRQ_TSEC1_ERROR, 2); | ||
| 543 | ipic_set_priority(MPC83xx_IRQ_TSEC2_TX, 3); | ||
| 544 | ipic_set_priority(MPC83xx_IRQ_TSEC2_RX, 4); | ||
| 545 | ipic_set_priority(MPC83xx_IRQ_TSEC2_ERROR, 5); | ||
| 546 | ipic_set_priority(MPC83xx_IRQ_USB2_DR, 6); | ||
| 547 | ipic_set_priority(MPC83xx_IRQ_USB2_MPH, 7); | ||
| 548 | |||
| 549 | ipic_set_priority(MPC83xx_IRQ_UART1, 0); | ||
| 550 | ipic_set_priority(MPC83xx_IRQ_UART2, 1); | ||
| 551 | ipic_set_priority(MPC83xx_IRQ_SEC2, 2); | ||
| 552 | ipic_set_priority(MPC83xx_IRQ_IIC1, 5); | ||
| 553 | ipic_set_priority(MPC83xx_IRQ_IIC2, 6); | ||
| 554 | ipic_set_priority(MPC83xx_IRQ_SPI, 7); | ||
| 555 | ipic_set_priority(MPC83xx_IRQ_RTC_SEC, 0); | ||
| 556 | ipic_set_priority(MPC83xx_IRQ_PIT, 1); | ||
| 557 | ipic_set_priority(MPC83xx_IRQ_PCI1, 2); | ||
| 558 | ipic_set_priority(MPC83xx_IRQ_PCI2, 3); | ||
| 559 | ipic_set_priority(MPC83xx_IRQ_EXT0, 4); | ||
| 560 | ipic_set_priority(MPC83xx_IRQ_EXT1, 5); | ||
| 561 | ipic_set_priority(MPC83xx_IRQ_EXT2, 6); | ||
| 562 | ipic_set_priority(MPC83xx_IRQ_EXT3, 7); | ||
| 563 | ipic_set_priority(MPC83xx_IRQ_RTC_ALR, 0); | ||
| 564 | ipic_set_priority(MPC83xx_IRQ_MU, 1); | ||
| 565 | ipic_set_priority(MPC83xx_IRQ_SBA, 2); | ||
| 566 | ipic_set_priority(MPC83xx_IRQ_DMA, 3); | ||
| 567 | ipic_set_priority(MPC83xx_IRQ_EXT4, 4); | ||
| 568 | ipic_set_priority(MPC83xx_IRQ_EXT5, 5); | ||
| 569 | ipic_set_priority(MPC83xx_IRQ_EXT6, 6); | ||
| 570 | ipic_set_priority(MPC83xx_IRQ_EXT7, 7); | ||
| 571 | } | ||
| 572 | |||
| 573 | void ipic_enable_mcp(enum ipic_mcp_irq mcp_irq) | ||
| 574 | { | ||
| 575 | struct ipic *ipic = primary_ipic; | ||
| 576 | u32 temp; | ||
| 577 | |||
| 578 | temp = ipic_read(ipic->regs, IPIC_SERMR); | ||
| 579 | temp |= (1 << (31 - mcp_irq)); | ||
| 580 | ipic_write(ipic->regs, IPIC_SERMR, temp); | ||
| 581 | } | ||
| 582 | |||
| 583 | void ipic_disable_mcp(enum ipic_mcp_irq mcp_irq) | ||
| 584 | { | ||
| 585 | struct ipic *ipic = primary_ipic; | ||
| 586 | u32 temp; | ||
| 587 | |||
| 588 | temp = ipic_read(ipic->regs, IPIC_SERMR); | ||
| 589 | temp &= (1 << (31 - mcp_irq)); | ||
| 590 | ipic_write(ipic->regs, IPIC_SERMR, temp); | ||
| 591 | } | ||
| 592 | |||
| 593 | u32 ipic_get_mcp_status(void) | ||
| 594 | { | ||
| 595 | return ipic_read(primary_ipic->regs, IPIC_SERMR); | ||
| 596 | } | ||
| 597 | |||
| 598 | void ipic_clear_mcp_status(u32 mask) | ||
| 599 | { | ||
| 600 | ipic_write(primary_ipic->regs, IPIC_SERMR, mask); | ||
| 601 | } | ||
| 602 | |||
| 603 | /* Return an interrupt vector or -1 if no interrupt is pending. */ | ||
| 604 | int ipic_get_irq(struct pt_regs *regs) | ||
| 605 | { | ||
| 606 | int irq; | ||
| 607 | |||
| 608 | irq = ipic_read(primary_ipic->regs, IPIC_SIVCR) & 0x7f; | ||
| 609 | |||
| 610 | if (irq == 0) /* 0 --> no irq is pending */ | ||
| 611 | irq = -1; | ||
| 612 | |||
| 613 | return irq; | ||
| 614 | } | ||
| 615 | |||
| 616 | static struct sysdev_class ipic_sysclass = { | ||
| 617 | set_kset_name("ipic"), | ||
| 618 | }; | ||
| 619 | |||
| 620 | static struct sys_device device_ipic = { | ||
| 621 | .id = 0, | ||
| 622 | .cls = &ipic_sysclass, | ||
| 623 | }; | ||
| 624 | |||
| 625 | static int __init init_ipic_sysfs(void) | ||
| 626 | { | ||
| 627 | int rc; | ||
| 628 | |||
| 629 | if (!primary_ipic->regs) | ||
| 630 | return -ENODEV; | ||
| 631 | printk(KERN_DEBUG "Registering ipic with sysfs...\n"); | ||
| 632 | |||
| 633 | rc = sysdev_class_register(&ipic_sysclass); | ||
| 634 | if (rc) { | ||
| 635 | printk(KERN_ERR "Failed registering ipic sys class\n"); | ||
| 636 | return -ENODEV; | ||
| 637 | } | ||
| 638 | rc = sysdev_register(&device_ipic); | ||
| 639 | if (rc) { | ||
| 640 | printk(KERN_ERR "Failed registering ipic sys device\n"); | ||
| 641 | return -ENODEV; | ||
| 642 | } | ||
| 643 | return 0; | ||
| 644 | } | ||
| 645 | |||
| 646 | subsys_initcall(init_ipic_sysfs); | ||
diff --git a/arch/ppc/syslib/ipic.h b/arch/ppc/syslib/ipic.h new file mode 100644 index 000000000000..a60c9d18bb7f --- /dev/null +++ b/arch/ppc/syslib/ipic.h | |||
| @@ -0,0 +1,47 @@ | |||
| 1 | /* | ||
| 2 | * IPIC private definitions and structure. | ||
| 3 | * | ||
| 4 | * Maintainer: Kumar Gala <galak@kernel.crashing.org> | ||
| 5 | * | ||
| 6 | * Copyright 2005 Freescale Semiconductor, Inc | ||
| 7 | * | ||
| 8 | * This program is free software; you can redistribute it and/or modify it | ||
| 9 | * under the terms of the GNU General Public License as published by the | ||
| 10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
| 11 | * option) any later version. | ||
| 12 | */ | ||
| 13 | #ifndef __IPIC_H__ | ||
| 14 | #define __IPIC_H__ | ||
| 15 | |||
| 16 | #include <asm/ipic.h> | ||
| 17 | |||
| 18 | #define MPC83xx_IPIC_SIZE (0x00100) | ||
| 19 | |||
| 20 | /* System Global Interrupt Configuration Register */ | ||
| 21 | #define SICFR_IPSA 0x00010000 | ||
| 22 | #define SICFR_IPSD 0x00080000 | ||
| 23 | #define SICFR_MPSA 0x00200000 | ||
| 24 | #define SICFR_MPSB 0x00400000 | ||
| 25 | |||
| 26 | /* System External Interrupt Mask Register */ | ||
| 27 | #define SEMSR_SIRQ0 0x00008000 | ||
| 28 | |||
| 29 | /* System Error Control Register */ | ||
| 30 | #define SERCR_MCPR 0x00000001 | ||
| 31 | |||
| 32 | struct ipic { | ||
| 33 | volatile u32 __iomem *regs; | ||
| 34 | unsigned int irq_offset; | ||
| 35 | }; | ||
| 36 | |||
| 37 | struct ipic_info { | ||
| 38 | u8 pend; /* pending register offset from base */ | ||
| 39 | u8 mask; /* mask register offset from base */ | ||
| 40 | u8 prio; /* priority register offset from base */ | ||
| 41 | u8 force; /* force register offset from base */ | ||
| 42 | u8 bit; /* register bit position (as per doc) | ||
| 43 | bit mask = 1 << (31 - bit) */ | ||
| 44 | u8 prio_mask; /* priority mask value */ | ||
| 45 | }; | ||
| 46 | |||
| 47 | #endif /* __IPIC_H__ */ | ||
diff --git a/arch/s390/lib/uaccess.S b/arch/s390/lib/uaccess.S index 5d59e2625048..837275284d9f 100644 --- a/arch/s390/lib/uaccess.S +++ b/arch/s390/lib/uaccess.S | |||
| @@ -88,30 +88,31 @@ __copy_to_user_asm: | |||
| 88 | .globl __copy_in_user_asm | 88 | .globl __copy_in_user_asm |
| 89 | # %r2 = from, %r3 = n, %r4 = to | 89 | # %r2 = from, %r3 = n, %r4 = to |
| 90 | __copy_in_user_asm: | 90 | __copy_in_user_asm: |
| 91 | ahi %r3,-1 | ||
| 92 | jo 6f | ||
| 91 | sacf 256 | 93 | sacf 256 |
| 92 | bras 1,1f | 94 | bras %r1,4f |
| 93 | mvc 0(1,%r4),0(%r2) | 95 | 0: ahi %r3,257 |
| 94 | 0: mvc 0(256,%r4),0(%r2) | 96 | 1: mvc 0(1,%r4),0(%r2) |
| 95 | la %r2,256(%r2) | ||
| 96 | la %r4,256(%r4) | ||
| 97 | 1: ahi %r3,-256 | ||
| 98 | jnm 0b | ||
| 99 | 2: ex %r3,0(%r1) | ||
| 100 | sacf 0 | ||
| 101 | slr %r2,%r2 | ||
| 102 | br 14 | ||
| 103 | 3: mvc 0(1,%r4),0(%r2) | ||
| 104 | la %r2,1(%r2) | 97 | la %r2,1(%r2) |
| 105 | la %r4,1(%r4) | 98 | la %r4,1(%r4) |
| 106 | ahi %r3,-1 | 99 | ahi %r3,-1 |
| 100 | jnz 1b | ||
| 101 | 2: lr %r2,%r3 | ||
| 102 | br %r14 | ||
| 103 | 3: mvc 0(256,%r4),0(%r2) | ||
| 104 | la %r2,256(%r2) | ||
| 105 | la %r4,256(%r4) | ||
| 106 | 4: ahi %r3,-256 | ||
| 107 | jnm 3b | 107 | jnm 3b |
| 108 | 4: lr %r2,%r3 | 108 | 5: ex %r3,4(%r1) |
| 109 | sacf 0 | 109 | sacf 0 |
| 110 | 6: slr %r2,%r2 | ||
| 110 | br %r14 | 111 | br %r14 |
| 111 | .section __ex_table,"a" | 112 | .section __ex_table,"a" |
| 112 | .long 0b,3b | 113 | .long 1b,2b |
| 113 | .long 2b,3b | 114 | .long 3b,0b |
| 114 | .long 3b,4b | 115 | .long 5b,0b |
| 115 | .previous | 116 | .previous |
| 116 | 117 | ||
| 117 | .align 4 | 118 | .align 4 |
diff --git a/arch/s390/lib/uaccess64.S b/arch/s390/lib/uaccess64.S index 19b41a33c230..1f755be22f92 100644 --- a/arch/s390/lib/uaccess64.S +++ b/arch/s390/lib/uaccess64.S | |||
| @@ -88,30 +88,31 @@ __copy_to_user_asm: | |||
| 88 | .globl __copy_in_user_asm | 88 | .globl __copy_in_user_asm |
| 89 | # %r2 = from, %r3 = n, %r4 = to | 89 | # %r2 = from, %r3 = n, %r4 = to |
| 90 | __copy_in_user_asm: | 90 | __copy_in_user_asm: |
| 91 | aghi %r3,-1 | ||
| 92 | jo 6f | ||
| 91 | sacf 256 | 93 | sacf 256 |
| 92 | bras 1,1f | 94 | bras %r1,4f |
| 93 | mvc 0(1,%r4),0(%r2) | 95 | 0: aghi %r3,257 |
| 94 | 0: mvc 0(256,%r4),0(%r2) | 96 | 1: mvc 0(1,%r4),0(%r2) |
| 95 | la %r2,256(%r2) | ||
| 96 | la %r4,256(%r4) | ||
| 97 | 1: aghi %r3,-256 | ||
| 98 | jnm 0b | ||
| 99 | 2: ex %r3,0(%r1) | ||
| 100 | sacf 0 | ||
| 101 | slgr %r2,%r2 | ||
| 102 | br 14 | ||
| 103 | 3: mvc 0(1,%r4),0(%r2) | ||
| 104 | la %r2,1(%r2) | 97 | la %r2,1(%r2) |
| 105 | la %r4,1(%r4) | 98 | la %r4,1(%r4) |
| 106 | aghi %r3,-1 | 99 | aghi %r3,-1 |
| 100 | jnz 1b | ||
| 101 | 2: lgr %r2,%r3 | ||
| 102 | br %r14 | ||
| 103 | 3: mvc 0(256,%r4),0(%r2) | ||
| 104 | la %r2,256(%r2) | ||
| 105 | la %r4,256(%r4) | ||
| 106 | 4: aghi %r3,-256 | ||
| 107 | jnm 3b | 107 | jnm 3b |
| 108 | 4: lgr %r2,%r3 | 108 | 5: ex %r3,4(%r1) |
| 109 | sacf 0 | 109 | sacf 0 |
| 110 | br %r14 | 110 | 6: slgr %r2,%r2 |
| 111 | br 14 | ||
| 111 | .section __ex_table,"a" | 112 | .section __ex_table,"a" |
| 112 | .quad 0b,3b | 113 | .quad 1b,2b |
| 113 | .quad 2b,3b | 114 | .quad 3b,0b |
| 114 | .quad 3b,4b | 115 | .quad 5b,0b |
| 115 | .previous | 116 | .previous |
| 116 | 117 | ||
| 117 | .align 4 | 118 | .align 4 |
diff --git a/arch/sparc64/mm/generic.c b/arch/sparc64/mm/generic.c index 8cb06205d265..af9d81db0b38 100644 --- a/arch/sparc64/mm/generic.c +++ b/arch/sparc64/mm/generic.c | |||
| @@ -69,6 +69,8 @@ static inline void io_remap_pte_range(struct mm_struct *mm, pte_t * pte, | |||
| 69 | } else | 69 | } else |
| 70 | offset += PAGE_SIZE; | 70 | offset += PAGE_SIZE; |
| 71 | 71 | ||
| 72 | if (pte_write(entry)) | ||
| 73 | entry = pte_mkdirty(entry); | ||
| 72 | do { | 74 | do { |
| 73 | BUG_ON(!pte_none(*pte)); | 75 | BUG_ON(!pte_none(*pte)); |
| 74 | set_pte_at(mm, address, pte, entry); | 76 | set_pte_at(mm, address, pte, entry); |
diff --git a/arch/x86_64/defconfig b/arch/x86_64/defconfig index 840d5d93d5cc..5fb970715941 100644 --- a/arch/x86_64/defconfig +++ b/arch/x86_64/defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.18-rc2 | 3 | # Linux kernel version: 2.6.18-rc4 |
| 4 | # Tue Jul 18 17:13:20 2006 | 4 | # Thu Aug 24 21:05:55 2006 |
| 5 | # | 5 | # |
| 6 | CONFIG_X86_64=y | 6 | CONFIG_X86_64=y |
| 7 | CONFIG_64BIT=y | 7 | CONFIG_64BIT=y |
| @@ -201,7 +201,7 @@ CONFIG_ACPI_THERMAL=y | |||
| 201 | CONFIG_ACPI_NUMA=y | 201 | CONFIG_ACPI_NUMA=y |
| 202 | # CONFIG_ACPI_ASUS is not set | 202 | # CONFIG_ACPI_ASUS is not set |
| 203 | # CONFIG_ACPI_IBM is not set | 203 | # CONFIG_ACPI_IBM is not set |
| 204 | CONFIG_ACPI_TOSHIBA=y | 204 | # CONFIG_ACPI_TOSHIBA is not set |
| 205 | CONFIG_ACPI_BLACKLIST_YEAR=0 | 205 | CONFIG_ACPI_BLACKLIST_YEAR=0 |
| 206 | # CONFIG_ACPI_DEBUG is not set | 206 | # CONFIG_ACPI_DEBUG is not set |
| 207 | CONFIG_ACPI_EC=y | 207 | CONFIG_ACPI_EC=y |
| @@ -216,7 +216,7 @@ CONFIG_ACPI_CONTAINER=y | |||
| 216 | # | 216 | # |
| 217 | CONFIG_CPU_FREQ=y | 217 | CONFIG_CPU_FREQ=y |
| 218 | CONFIG_CPU_FREQ_TABLE=y | 218 | CONFIG_CPU_FREQ_TABLE=y |
| 219 | # CONFIG_CPU_FREQ_DEBUG is not set | 219 | CONFIG_CPU_FREQ_DEBUG=y |
| 220 | CONFIG_CPU_FREQ_STAT=y | 220 | CONFIG_CPU_FREQ_STAT=y |
| 221 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set | 221 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set |
| 222 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y | 222 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y |
| @@ -495,8 +495,9 @@ CONFIG_SCSI=y | |||
| 495 | CONFIG_BLK_DEV_SD=y | 495 | CONFIG_BLK_DEV_SD=y |
| 496 | # CONFIG_CHR_DEV_ST is not set | 496 | # CONFIG_CHR_DEV_ST is not set |
| 497 | # CONFIG_CHR_DEV_OSST is not set | 497 | # CONFIG_CHR_DEV_OSST is not set |
| 498 | # CONFIG_BLK_DEV_SR is not set | 498 | CONFIG_BLK_DEV_SR=y |
| 499 | # CONFIG_CHR_DEV_SG is not set | 499 | # CONFIG_BLK_DEV_SR_VENDOR is not set |
| 500 | CONFIG_CHR_DEV_SG=y | ||
| 500 | # CONFIG_CHR_DEV_SCH is not set | 501 | # CONFIG_CHR_DEV_SCH is not set |
| 501 | 502 | ||
| 502 | # | 503 | # |
| @@ -512,7 +513,7 @@ CONFIG_SCSI_CONSTANTS=y | |||
| 512 | CONFIG_SCSI_SPI_ATTRS=y | 513 | CONFIG_SCSI_SPI_ATTRS=y |
| 513 | CONFIG_SCSI_FC_ATTRS=y | 514 | CONFIG_SCSI_FC_ATTRS=y |
| 514 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 515 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
| 515 | # CONFIG_SCSI_SAS_ATTRS is not set | 516 | CONFIG_SCSI_SAS_ATTRS=y |
| 516 | 517 | ||
| 517 | # | 518 | # |
| 518 | # SCSI low-level drivers | 519 | # SCSI low-level drivers |
| @@ -538,7 +539,7 @@ CONFIG_MEGARAID_MAILBOX=y | |||
| 538 | CONFIG_MEGARAID_SAS=y | 539 | CONFIG_MEGARAID_SAS=y |
| 539 | CONFIG_SCSI_SATA=y | 540 | CONFIG_SCSI_SATA=y |
| 540 | CONFIG_SCSI_SATA_AHCI=y | 541 | CONFIG_SCSI_SATA_AHCI=y |
| 541 | # CONFIG_SCSI_SATA_SVW is not set | 542 | CONFIG_SCSI_SATA_SVW=y |
| 542 | CONFIG_SCSI_ATA_PIIX=y | 543 | CONFIG_SCSI_ATA_PIIX=y |
| 543 | # CONFIG_SCSI_SATA_MV is not set | 544 | # CONFIG_SCSI_SATA_MV is not set |
| 544 | CONFIG_SCSI_SATA_NV=y | 545 | CONFIG_SCSI_SATA_NV=y |
| @@ -589,7 +590,7 @@ CONFIG_BLK_DEV_DM=y | |||
| 589 | CONFIG_FUSION=y | 590 | CONFIG_FUSION=y |
| 590 | CONFIG_FUSION_SPI=y | 591 | CONFIG_FUSION_SPI=y |
| 591 | # CONFIG_FUSION_FC is not set | 592 | # CONFIG_FUSION_FC is not set |
| 592 | # CONFIG_FUSION_SAS is not set | 593 | CONFIG_FUSION_SAS=y |
| 593 | CONFIG_FUSION_MAX_SGE=128 | 594 | CONFIG_FUSION_MAX_SGE=128 |
| 594 | # CONFIG_FUSION_CTL is not set | 595 | # CONFIG_FUSION_CTL is not set |
| 595 | 596 | ||
| @@ -675,7 +676,7 @@ CONFIG_NET_PCI=y | |||
| 675 | # CONFIG_PCNET32 is not set | 676 | # CONFIG_PCNET32 is not set |
| 676 | # CONFIG_AMD8111_ETH is not set | 677 | # CONFIG_AMD8111_ETH is not set |
| 677 | # CONFIG_ADAPTEC_STARFIRE is not set | 678 | # CONFIG_ADAPTEC_STARFIRE is not set |
| 678 | # CONFIG_B44 is not set | 679 | CONFIG_B44=y |
| 679 | CONFIG_FORCEDETH=y | 680 | CONFIG_FORCEDETH=y |
| 680 | # CONFIG_DGRS is not set | 681 | # CONFIG_DGRS is not set |
| 681 | # CONFIG_EEPRO100 is not set | 682 | # CONFIG_EEPRO100 is not set |
| @@ -712,7 +713,7 @@ CONFIG_E1000=y | |||
| 712 | # CONFIG_SK98LIN is not set | 713 | # CONFIG_SK98LIN is not set |
| 713 | # CONFIG_VIA_VELOCITY is not set | 714 | # CONFIG_VIA_VELOCITY is not set |
| 714 | CONFIG_TIGON3=y | 715 | CONFIG_TIGON3=y |
| 715 | # CONFIG_BNX2 is not set | 716 | CONFIG_BNX2=y |
| 716 | 717 | ||
| 717 | # | 718 | # |
| 718 | # Ethernet (10000 Mbit) | 719 | # Ethernet (10000 Mbit) |
| @@ -842,44 +843,7 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
| 842 | # | 843 | # |
| 843 | # Watchdog Cards | 844 | # Watchdog Cards |
| 844 | # | 845 | # |
| 845 | CONFIG_WATCHDOG=y | 846 | # CONFIG_WATCHDOG is not set |
| 846 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
| 847 | |||
| 848 | # | ||
| 849 | # Watchdog Device Drivers | ||
| 850 | # | ||
| 851 | CONFIG_SOFT_WATCHDOG=y | ||
| 852 | # CONFIG_ACQUIRE_WDT is not set | ||
| 853 | # CONFIG_ADVANTECH_WDT is not set | ||
| 854 | # CONFIG_ALIM1535_WDT is not set | ||
| 855 | # CONFIG_ALIM7101_WDT is not set | ||
| 856 | # CONFIG_SC520_WDT is not set | ||
| 857 | # CONFIG_EUROTECH_WDT is not set | ||
| 858 | # CONFIG_IB700_WDT is not set | ||
| 859 | # CONFIG_IBMASR is not set | ||
| 860 | # CONFIG_WAFER_WDT is not set | ||
| 861 | # CONFIG_I6300ESB_WDT is not set | ||
| 862 | # CONFIG_I8XX_TCO is not set | ||
| 863 | # CONFIG_SC1200_WDT is not set | ||
| 864 | # CONFIG_60XX_WDT is not set | ||
| 865 | # CONFIG_SBC8360_WDT is not set | ||
| 866 | # CONFIG_CPU5_WDT is not set | ||
| 867 | # CONFIG_W83627HF_WDT is not set | ||
| 868 | # CONFIG_W83877F_WDT is not set | ||
| 869 | # CONFIG_W83977F_WDT is not set | ||
| 870 | # CONFIG_MACHZ_WDT is not set | ||
| 871 | # CONFIG_SBC_EPX_C3_WATCHDOG is not set | ||
| 872 | |||
| 873 | # | ||
| 874 | # PCI-based Watchdog Cards | ||
| 875 | # | ||
| 876 | # CONFIG_PCIPCWATCHDOG is not set | ||
| 877 | # CONFIG_WDTPCI is not set | ||
| 878 | |||
| 879 | # | ||
| 880 | # USB-based Watchdog Cards | ||
| 881 | # | ||
| 882 | # CONFIG_USBPCWATCHDOG is not set | ||
| 883 | CONFIG_HW_RANDOM=y | 847 | CONFIG_HW_RANDOM=y |
| 884 | CONFIG_HW_RANDOM_INTEL=y | 848 | CONFIG_HW_RANDOM_INTEL=y |
| 885 | CONFIG_HW_RANDOM_AMD=y | 849 | CONFIG_HW_RANDOM_AMD=y |
| @@ -1056,6 +1020,7 @@ CONFIG_VGACON_SOFT_SCROLLBACK=y | |||
| 1056 | CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=256 | 1020 | CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=256 |
| 1057 | CONFIG_VIDEO_SELECT=y | 1021 | CONFIG_VIDEO_SELECT=y |
| 1058 | CONFIG_DUMMY_CONSOLE=y | 1022 | CONFIG_DUMMY_CONSOLE=y |
| 1023 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
| 1059 | 1024 | ||
| 1060 | # | 1025 | # |
| 1061 | # Sound | 1026 | # Sound |
| @@ -1301,7 +1266,7 @@ CONFIG_INOTIFY=y | |||
| 1301 | CONFIG_INOTIFY_USER=y | 1266 | CONFIG_INOTIFY_USER=y |
| 1302 | # CONFIG_QUOTA is not set | 1267 | # CONFIG_QUOTA is not set |
| 1303 | CONFIG_DNOTIFY=y | 1268 | CONFIG_DNOTIFY=y |
| 1304 | CONFIG_AUTOFS_FS=y | 1269 | # CONFIG_AUTOFS_FS is not set |
| 1305 | CONFIG_AUTOFS4_FS=y | 1270 | CONFIG_AUTOFS4_FS=y |
| 1306 | # CONFIG_FUSE_FS is not set | 1271 | # CONFIG_FUSE_FS is not set |
| 1307 | 1272 | ||
| @@ -1494,4 +1459,5 @@ CONFIG_DEBUG_STACKOVERFLOW=y | |||
| 1494 | # CONFIG_CRC16 is not set | 1459 | # CONFIG_CRC16 is not set |
| 1495 | CONFIG_CRC32=y | 1460 | CONFIG_CRC32=y |
| 1496 | # CONFIG_LIBCRC32C is not set | 1461 | # CONFIG_LIBCRC32C is not set |
| 1462 | CONFIG_ZLIB_INFLATE=y | ||
| 1497 | CONFIG_PLIST=y | 1463 | CONFIG_PLIST=y |
diff --git a/arch/x86_64/ia32/ia32_binfmt.c b/arch/x86_64/ia32/ia32_binfmt.c index a9dc0f3b5b51..2fd5a67fd435 100644 --- a/arch/x86_64/ia32/ia32_binfmt.c +++ b/arch/x86_64/ia32/ia32_binfmt.c | |||
| @@ -73,39 +73,44 @@ typedef elf_greg_t elf_gregset_t[ELF_NGREG]; | |||
| 73 | * Dumping its extra ELF program headers includes all the other information | 73 | * Dumping its extra ELF program headers includes all the other information |
| 74 | * a debugger needs to easily find how the vsyscall DSO was being used. | 74 | * a debugger needs to easily find how the vsyscall DSO was being used. |
| 75 | */ | 75 | */ |
| 76 | #define ELF_CORE_EXTRA_PHDRS (VSYSCALL32_EHDR->e_phnum) | 76 | #define ELF_CORE_EXTRA_PHDRS (find_vma(current->mm, VSYSCALL32_BASE) ? \ |
| 77 | (VSYSCALL32_EHDR->e_phnum) : 0) | ||
| 77 | #define ELF_CORE_WRITE_EXTRA_PHDRS \ | 78 | #define ELF_CORE_WRITE_EXTRA_PHDRS \ |
| 78 | do { \ | 79 | do { \ |
| 79 | const struct elf32_phdr *const vsyscall_phdrs = \ | 80 | if (find_vma(current->mm, VSYSCALL32_BASE)) { \ |
| 80 | (const struct elf32_phdr *) (VSYSCALL32_BASE \ | 81 | const struct elf32_phdr *const vsyscall_phdrs = \ |
| 81 | + VSYSCALL32_EHDR->e_phoff); \ | 82 | (const struct elf32_phdr *) (VSYSCALL32_BASE \ |
| 82 | int i; \ | 83 | + VSYSCALL32_EHDR->e_phoff);\ |
| 83 | Elf32_Off ofs = 0; \ | 84 | int i; \ |
| 84 | for (i = 0; i < VSYSCALL32_EHDR->e_phnum; ++i) { \ | 85 | Elf32_Off ofs = 0; \ |
| 85 | struct elf32_phdr phdr = vsyscall_phdrs[i]; \ | 86 | for (i = 0; i < VSYSCALL32_EHDR->e_phnum; ++i) { \ |
| 86 | if (phdr.p_type == PT_LOAD) { \ | 87 | struct elf32_phdr phdr = vsyscall_phdrs[i]; \ |
| 87 | BUG_ON(ofs != 0); \ | 88 | if (phdr.p_type == PT_LOAD) { \ |
| 88 | ofs = phdr.p_offset = offset; \ | 89 | BUG_ON(ofs != 0); \ |
| 89 | phdr.p_memsz = PAGE_ALIGN(phdr.p_memsz); \ | 90 | ofs = phdr.p_offset = offset; \ |
| 90 | phdr.p_filesz = phdr.p_memsz; \ | 91 | phdr.p_memsz = PAGE_ALIGN(phdr.p_memsz); \ |
| 91 | offset += phdr.p_filesz; \ | 92 | phdr.p_filesz = phdr.p_memsz; \ |
| 93 | offset += phdr.p_filesz; \ | ||
| 94 | } \ | ||
| 95 | else \ | ||
| 96 | phdr.p_offset += ofs; \ | ||
| 97 | phdr.p_paddr = 0; /* match other core phdrs */ \ | ||
| 98 | DUMP_WRITE(&phdr, sizeof(phdr)); \ | ||
| 92 | } \ | 99 | } \ |
| 93 | else \ | ||
| 94 | phdr.p_offset += ofs; \ | ||
| 95 | phdr.p_paddr = 0; /* match other core phdrs */ \ | ||
| 96 | DUMP_WRITE(&phdr, sizeof(phdr)); \ | ||
| 97 | } \ | 100 | } \ |
| 98 | } while (0) | 101 | } while (0) |
| 99 | #define ELF_CORE_WRITE_EXTRA_DATA \ | 102 | #define ELF_CORE_WRITE_EXTRA_DATA \ |
| 100 | do { \ | 103 | do { \ |
| 101 | const struct elf32_phdr *const vsyscall_phdrs = \ | 104 | if (find_vma(current->mm, VSYSCALL32_BASE)) { \ |
| 102 | (const struct elf32_phdr *) (VSYSCALL32_BASE \ | 105 | const struct elf32_phdr *const vsyscall_phdrs = \ |
| 103 | + VSYSCALL32_EHDR->e_phoff); \ | 106 | (const struct elf32_phdr *) (VSYSCALL32_BASE \ |
| 104 | int i; \ | 107 | + VSYSCALL32_EHDR->e_phoff); \ |
| 105 | for (i = 0; i < VSYSCALL32_EHDR->e_phnum; ++i) { \ | 108 | int i; \ |
| 106 | if (vsyscall_phdrs[i].p_type == PT_LOAD) \ | 109 | for (i = 0; i < VSYSCALL32_EHDR->e_phnum; ++i) { \ |
| 107 | DUMP_WRITE((void *) (u64) vsyscall_phdrs[i].p_vaddr, \ | 110 | if (vsyscall_phdrs[i].p_type == PT_LOAD) \ |
| 108 | PAGE_ALIGN(vsyscall_phdrs[i].p_memsz)); \ | 111 | DUMP_WRITE((void *) (u64) vsyscall_phdrs[i].p_vaddr,\ |
| 112 | PAGE_ALIGN(vsyscall_phdrs[i].p_memsz)); \ | ||
| 113 | } \ | ||
| 109 | } \ | 114 | } \ |
| 110 | } while (0) | 115 | } while (0) |
| 111 | 116 | ||
diff --git a/arch/x86_64/kernel/e820.c b/arch/x86_64/kernel/e820.c index e56c2adf57a4..764bf23c7103 100644 --- a/arch/x86_64/kernel/e820.c +++ b/arch/x86_64/kernel/e820.c | |||
| @@ -71,7 +71,11 @@ static inline int bad_addr(unsigned long *addrp, unsigned long size) | |||
| 71 | #endif | 71 | #endif |
| 72 | /* kernel code + 640k memory hole (later should not be needed, but | 72 | /* kernel code + 640k memory hole (later should not be needed, but |
| 73 | be paranoid for now) */ | 73 | be paranoid for now) */ |
| 74 | if (last >= 640*1024 && addr < __pa_symbol(&_end)) { | 74 | if (last >= 640*1024 && addr < 1024*1024) { |
| 75 | *addrp = 1024*1024; | ||
| 76 | return 1; | ||
| 77 | } | ||
| 78 | if (last >= __pa_symbol(&_text) && last < __pa_symbol(&_end)) { | ||
| 75 | *addrp = __pa_symbol(&_end); | 79 | *addrp = __pa_symbol(&_end); |
| 76 | return 1; | 80 | return 1; |
| 77 | } | 81 | } |
| @@ -104,35 +108,6 @@ e820_any_mapped(unsigned long start, unsigned long end, unsigned type) | |||
| 104 | return 0; | 108 | return 0; |
| 105 | } | 109 | } |
| 106 | 110 | ||
| 107 | /* | ||
| 108 | * This function checks if the entire range <start,end> is mapped with type. | ||
| 109 | * | ||
| 110 | * Note: this function only works correct if the e820 table is sorted and | ||
| 111 | * not-overlapping, which is the case | ||
| 112 | */ | ||
| 113 | int __init e820_all_mapped(unsigned long start, unsigned long end, unsigned type) | ||
| 114 | { | ||
| 115 | int i; | ||
| 116 | for (i = 0; i < e820.nr_map; i++) { | ||
| 117 | struct e820entry *ei = &e820.map[i]; | ||
| 118 | if (type && ei->type != type) | ||
| 119 | continue; | ||
| 120 | /* is the region (part) in overlap with the current region ?*/ | ||
| 121 | if (ei->addr >= end || ei->addr + ei->size <= start) | ||
| 122 | continue; | ||
| 123 | |||
| 124 | /* if the region is at the beginning of <start,end> we move | ||
| 125 | * start to the end of the region since it's ok until there | ||
| 126 | */ | ||
| 127 | if (ei->addr <= start) | ||
| 128 | start = ei->addr + ei->size; | ||
| 129 | /* if start is now at or beyond end, we're done, full coverage */ | ||
| 130 | if (start >= end) | ||
| 131 | return 1; /* we're done */ | ||
| 132 | } | ||
| 133 | return 0; | ||
| 134 | } | ||
| 135 | |||
| 136 | /* | 111 | /* |
| 137 | * Find a free area in a specific range. | 112 | * Find a free area in a specific range. |
| 138 | */ | 113 | */ |
diff --git a/arch/x86_64/kernel/entry.S b/arch/x86_64/kernel/entry.S index 6f810424df44..aa8d8939abc1 100644 --- a/arch/x86_64/kernel/entry.S +++ b/arch/x86_64/kernel/entry.S | |||
| @@ -973,6 +973,8 @@ ENTRY(kernel_thread) | |||
| 973 | ENDPROC(kernel_thread) | 973 | ENDPROC(kernel_thread) |
| 974 | 974 | ||
| 975 | child_rip: | 975 | child_rip: |
| 976 | pushq $0 # fake return address | ||
| 977 | CFI_STARTPROC | ||
| 976 | /* | 978 | /* |
| 977 | * Here we are in the child and the registers are set as they were | 979 | * Here we are in the child and the registers are set as they were |
| 978 | * at kernel_thread() invocation in the parent. | 980 | * at kernel_thread() invocation in the parent. |
| @@ -983,6 +985,7 @@ child_rip: | |||
| 983 | # exit | 985 | # exit |
| 984 | xorl %edi, %edi | 986 | xorl %edi, %edi |
| 985 | call do_exit | 987 | call do_exit |
| 988 | CFI_ENDPROC | ||
| 986 | ENDPROC(child_rip) | 989 | ENDPROC(child_rip) |
| 987 | 990 | ||
| 988 | /* | 991 | /* |
diff --git a/arch/x86_64/kernel/head.S b/arch/x86_64/kernel/head.S index 6df05e6034fa..c9739ca81d06 100644 --- a/arch/x86_64/kernel/head.S +++ b/arch/x86_64/kernel/head.S | |||
| @@ -191,6 +191,7 @@ startup_64: | |||
| 191 | * jump | 191 | * jump |
| 192 | */ | 192 | */ |
| 193 | movq initial_code(%rip),%rax | 193 | movq initial_code(%rip),%rax |
| 194 | pushq $0 # fake return address | ||
| 194 | jmp *%rax | 195 | jmp *%rax |
| 195 | 196 | ||
| 196 | /* SMP bootup changes these two */ | 197 | /* SMP bootup changes these two */ |
diff --git a/arch/x86_64/kernel/init_task.c b/arch/x86_64/kernel/init_task.c index ce31d904d601..3dc5854ba21e 100644 --- a/arch/x86_64/kernel/init_task.c +++ b/arch/x86_64/kernel/init_task.c | |||
| @@ -46,4 +46,9 @@ EXPORT_SYMBOL(init_task); | |||
| 46 | */ | 46 | */ |
| 47 | DEFINE_PER_CPU(struct tss_struct, init_tss) ____cacheline_internodealigned_in_smp = INIT_TSS; | 47 | DEFINE_PER_CPU(struct tss_struct, init_tss) ____cacheline_internodealigned_in_smp = INIT_TSS; |
| 48 | 48 | ||
| 49 | /* Copies of the original ist values from the tss are only accessed during | ||
| 50 | * debugging, no special alignment required. | ||
| 51 | */ | ||
| 52 | DEFINE_PER_CPU(struct orig_ist, orig_ist); | ||
| 53 | |||
| 49 | #define ALIGN_TO_4K __attribute__((section(".data.init_task"))) | 54 | #define ALIGN_TO_4K __attribute__((section(".data.init_task"))) |
diff --git a/arch/x86_64/kernel/setup.c b/arch/x86_64/kernel/setup.c index 8a099ff1f8bc..34afad704824 100644 --- a/arch/x86_64/kernel/setup.c +++ b/arch/x86_64/kernel/setup.c | |||
| @@ -521,8 +521,6 @@ static void discover_ebda(void) | |||
| 521 | 521 | ||
| 522 | void __init setup_arch(char **cmdline_p) | 522 | void __init setup_arch(char **cmdline_p) |
| 523 | { | 523 | { |
| 524 | unsigned long kernel_end; | ||
| 525 | |||
| 526 | ROOT_DEV = old_decode_dev(ORIG_ROOT_DEV); | 524 | ROOT_DEV = old_decode_dev(ORIG_ROOT_DEV); |
| 527 | screen_info = SCREEN_INFO; | 525 | screen_info = SCREEN_INFO; |
| 528 | edid_info = EDID_INFO; | 526 | edid_info = EDID_INFO; |
| @@ -596,8 +594,8 @@ void __init setup_arch(char **cmdline_p) | |||
| 596 | (table_end - table_start) << PAGE_SHIFT); | 594 | (table_end - table_start) << PAGE_SHIFT); |
| 597 | 595 | ||
| 598 | /* reserve kernel */ | 596 | /* reserve kernel */ |
| 599 | kernel_end = round_up(__pa_symbol(&_end),PAGE_SIZE); | 597 | reserve_bootmem_generic(__pa_symbol(&_text), |
| 600 | reserve_bootmem_generic(HIGH_MEMORY, kernel_end - HIGH_MEMORY); | 598 | __pa_symbol(&_end) - __pa_symbol(&_text)); |
| 601 | 599 | ||
| 602 | /* | 600 | /* |
| 603 | * reserve physical page 0 - it's a special BIOS page on many boxes, | 601 | * reserve physical page 0 - it's a special BIOS page on many boxes, |
diff --git a/arch/x86_64/kernel/setup64.c b/arch/x86_64/kernel/setup64.c index 6fe58a634b5f..417de564456e 100644 --- a/arch/x86_64/kernel/setup64.c +++ b/arch/x86_64/kernel/setup64.c | |||
| @@ -189,6 +189,7 @@ void __cpuinit cpu_init (void) | |||
| 189 | { | 189 | { |
| 190 | int cpu = stack_smp_processor_id(); | 190 | int cpu = stack_smp_processor_id(); |
| 191 | struct tss_struct *t = &per_cpu(init_tss, cpu); | 191 | struct tss_struct *t = &per_cpu(init_tss, cpu); |
| 192 | struct orig_ist *orig_ist = &per_cpu(orig_ist, cpu); | ||
| 192 | unsigned long v; | 193 | unsigned long v; |
| 193 | char *estacks = NULL; | 194 | char *estacks = NULL; |
| 194 | struct task_struct *me; | 195 | struct task_struct *me; |
| @@ -256,7 +257,7 @@ void __cpuinit cpu_init (void) | |||
| 256 | estacks += EXCEPTION_STKSZ; | 257 | estacks += EXCEPTION_STKSZ; |
| 257 | break; | 258 | break; |
| 258 | } | 259 | } |
| 259 | t->ist[v] = (unsigned long)estacks; | 260 | orig_ist->ist[v] = t->ist[v] = (unsigned long)estacks; |
| 260 | } | 261 | } |
| 261 | 262 | ||
| 262 | t->io_bitmap_base = offsetof(struct tss_struct, io_bitmap); | 263 | t->io_bitmap_base = offsetof(struct tss_struct, io_bitmap); |
diff --git a/arch/x86_64/kernel/traps.c b/arch/x86_64/kernel/traps.c index 14052f089814..b1249774d1e8 100644 --- a/arch/x86_64/kernel/traps.c +++ b/arch/x86_64/kernel/traps.c | |||
| @@ -107,7 +107,11 @@ static inline void preempt_conditional_cli(struct pt_regs *regs) | |||
| 107 | } | 107 | } |
| 108 | 108 | ||
| 109 | static int kstack_depth_to_print = 12; | 109 | static int kstack_depth_to_print = 12; |
| 110 | #ifdef CONFIG_STACK_UNWIND | ||
| 110 | static int call_trace = 1; | 111 | static int call_trace = 1; |
| 112 | #else | ||
| 113 | #define call_trace (-1) | ||
| 114 | #endif | ||
| 111 | 115 | ||
| 112 | #ifdef CONFIG_KALLSYMS | 116 | #ifdef CONFIG_KALLSYMS |
| 113 | # include <linux/kallsyms.h> | 117 | # include <linux/kallsyms.h> |
| @@ -174,7 +178,7 @@ static unsigned long *in_exception_stack(unsigned cpu, unsigned long stack, | |||
| 174 | break; | 178 | break; |
| 175 | #endif | 179 | #endif |
| 176 | default: | 180 | default: |
| 177 | end = per_cpu(init_tss, cpu).ist[k]; | 181 | end = per_cpu(orig_ist, cpu).ist[k]; |
| 178 | break; | 182 | break; |
| 179 | } | 183 | } |
| 180 | /* | 184 | /* |
| @@ -274,21 +278,21 @@ void show_trace(struct task_struct *tsk, struct pt_regs *regs, unsigned long * s | |||
| 274 | if (unwind_init_blocked(&info, tsk) == 0) | 278 | if (unwind_init_blocked(&info, tsk) == 0) |
| 275 | unw_ret = show_trace_unwind(&info, NULL); | 279 | unw_ret = show_trace_unwind(&info, NULL); |
| 276 | } | 280 | } |
| 277 | if (unw_ret > 0 && !arch_unw_user_mode(&info)) { | 281 | if (unw_ret > 0) { |
| 278 | #ifdef CONFIG_STACK_UNWIND | 282 | if (call_trace == 1 && !arch_unw_user_mode(&info)) { |
| 279 | unsigned long rip = info.regs.rip; | 283 | print_symbol("DWARF2 unwinder stuck at %s\n", |
| 280 | print_symbol("DWARF2 unwinder stuck at %s\n", rip); | 284 | UNW_PC(&info)); |
| 281 | if (call_trace == 1) { | 285 | if ((long)UNW_SP(&info) < 0) { |
| 282 | printk("Leftover inexact backtrace:\n"); | 286 | printk("Leftover inexact backtrace:\n"); |
| 283 | stack = (unsigned long *)info.regs.rsp; | 287 | stack = (unsigned long *)UNW_SP(&info); |
| 284 | } else if (call_trace > 1) | 288 | } else |
| 289 | printk("Full inexact backtrace again:\n"); | ||
| 290 | } else if (call_trace >= 1) | ||
| 285 | return; | 291 | return; |
| 286 | else | 292 | else |
| 287 | printk("Full inexact backtrace again:\n"); | 293 | printk("Full inexact backtrace again:\n"); |
| 288 | #else | 294 | } else |
| 289 | printk("Inexact backtrace:\n"); | 295 | printk("Inexact backtrace:\n"); |
| 290 | #endif | ||
| 291 | } | ||
| 292 | } | 296 | } |
| 293 | 297 | ||
| 294 | /* | 298 | /* |
| @@ -1120,6 +1124,7 @@ static int __init kstack_setup(char *s) | |||
| 1120 | } | 1124 | } |
| 1121 | __setup("kstack=", kstack_setup); | 1125 | __setup("kstack=", kstack_setup); |
| 1122 | 1126 | ||
| 1127 | #ifdef CONFIG_STACK_UNWIND | ||
| 1123 | static int __init call_trace_setup(char *s) | 1128 | static int __init call_trace_setup(char *s) |
| 1124 | { | 1129 | { |
| 1125 | if (strcmp(s, "old") == 0) | 1130 | if (strcmp(s, "old") == 0) |
| @@ -1133,3 +1138,4 @@ static int __init call_trace_setup(char *s) | |||
| 1133 | return 1; | 1138 | return 1; |
| 1134 | } | 1139 | } |
| 1135 | __setup("call_trace=", call_trace_setup); | 1140 | __setup("call_trace=", call_trace_setup); |
| 1141 | #endif | ||
diff --git a/arch/x86_64/pci/mmconfig.c b/arch/x86_64/pci/mmconfig.c index 3c55c76c6fd5..2d48a7941d48 100644 --- a/arch/x86_64/pci/mmconfig.c +++ b/arch/x86_64/pci/mmconfig.c | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | #include <linux/init.h> | 9 | #include <linux/init.h> |
| 10 | #include <linux/acpi.h> | 10 | #include <linux/acpi.h> |
| 11 | #include <linux/bitmap.h> | 11 | #include <linux/bitmap.h> |
| 12 | #include <linux/dmi.h> | ||
| 12 | #include <asm/e820.h> | 13 | #include <asm/e820.h> |
| 13 | 14 | ||
| 14 | #include "pci.h" | 15 | #include "pci.h" |
| @@ -164,11 +165,33 @@ static __init void unreachable_devices(void) | |||
| 164 | } | 165 | } |
| 165 | } | 166 | } |
| 166 | 167 | ||
| 168 | static int disable_mcfg(struct dmi_system_id *d) | ||
| 169 | { | ||
| 170 | printk("PCI: %s detected. Disabling MCFG.\n", d->ident); | ||
| 171 | pci_probe &= ~PCI_PROBE_MMCONF; | ||
| 172 | return 0; | ||
| 173 | } | ||
| 174 | |||
| 175 | static struct dmi_system_id __initdata dmi_bad_mcfg[] = { | ||
| 176 | /* Has broken MCFG table that makes the system hang when used */ | ||
| 177 | { | ||
| 178 | .callback = disable_mcfg, | ||
| 179 | .ident = "Intel D3C5105 SDV", | ||
| 180 | .matches = { | ||
| 181 | DMI_MATCH(DMI_BIOS_VENDOR, "Intel"), | ||
| 182 | DMI_MATCH(DMI_BOARD_NAME, "D26928"), | ||
| 183 | }, | ||
| 184 | }, | ||
| 185 | {} | ||
| 186 | }; | ||
| 187 | |||
| 167 | void __init pci_mmcfg_init(void) | 188 | void __init pci_mmcfg_init(void) |
| 168 | { | 189 | { |
| 169 | int i; | 190 | int i; |
| 170 | 191 | ||
| 171 | if ((pci_probe & PCI_PROBE_MMCONF) == 0) | 192 | dmi_check_system(dmi_bad_mcfg); |
| 193 | |||
| 194 | if ((pci_probe & (PCI_PROBE_MMCONF|PCI_PROBE_MMCONF_FORCE)) == 0) | ||
| 172 | return; | 195 | return; |
| 173 | 196 | ||
| 174 | acpi_table_parse(ACPI_MCFG, acpi_parse_mcfg); | 197 | acpi_table_parse(ACPI_MCFG, acpi_parse_mcfg); |
| @@ -177,15 +200,6 @@ void __init pci_mmcfg_init(void) | |||
| 177 | (pci_mmcfg_config[0].base_address == 0)) | 200 | (pci_mmcfg_config[0].base_address == 0)) |
| 178 | return; | 201 | return; |
| 179 | 202 | ||
| 180 | if (!e820_all_mapped(pci_mmcfg_config[0].base_address, | ||
| 181 | pci_mmcfg_config[0].base_address + MMCONFIG_APER_MIN, | ||
| 182 | E820_RESERVED)) { | ||
| 183 | printk(KERN_ERR "PCI: BIOS Bug: MCFG area at %x is not E820-reserved\n", | ||
| 184 | pci_mmcfg_config[0].base_address); | ||
| 185 | printk(KERN_ERR "PCI: Not using MMCONFIG.\n"); | ||
| 186 | return; | ||
| 187 | } | ||
| 188 | |||
| 189 | /* RED-PEN i386 doesn't do _nocache right now */ | 203 | /* RED-PEN i386 doesn't do _nocache right now */ |
| 190 | pci_mmcfg_virt = kmalloc(sizeof(*pci_mmcfg_virt) * pci_mmcfg_config_num, GFP_KERNEL); | 204 | pci_mmcfg_virt = kmalloc(sizeof(*pci_mmcfg_virt) * pci_mmcfg_config_num, GFP_KERNEL); |
| 191 | if (pci_mmcfg_virt == NULL) { | 205 | if (pci_mmcfg_virt == NULL) { |
diff --git a/arch/xtensa/kernel/ptrace.c b/arch/xtensa/kernel/ptrace.c index 5064d9383963..9aea23cc0dc5 100644 --- a/arch/xtensa/kernel/ptrace.c +++ b/arch/xtensa/kernel/ptrace.c | |||
| @@ -212,7 +212,7 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
| 212 | */ | 212 | */ |
| 213 | case PTRACE_KILL: | 213 | case PTRACE_KILL: |
| 214 | ret = 0; | 214 | ret = 0; |
| 215 | if (child->state == EXIT_ZOMBIE) /* already dead */ | 215 | if (child->exit_state == EXIT_ZOMBIE) /* already dead */ |
| 216 | break; | 216 | break; |
| 217 | child->exit_code = SIGKILL; | 217 | child->exit_code = SIGKILL; |
| 218 | child->ptrace &= ~PT_SINGLESTEP; | 218 | child->ptrace &= ~PT_SINGLESTEP; |
diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c index 5109fa37c662..ad1d7065a1b2 100644 --- a/drivers/block/floppy.c +++ b/drivers/block/floppy.c | |||
| @@ -4177,6 +4177,11 @@ static int __init floppy_init(void) | |||
| 4177 | int i, unit, drive; | 4177 | int i, unit, drive; |
| 4178 | int err, dr; | 4178 | int err, dr; |
| 4179 | 4179 | ||
| 4180 | #if defined(CONFIG_PPC_MERGE) | ||
| 4181 | if (check_legacy_ioport(FDC1)) | ||
| 4182 | return -ENODEV; | ||
| 4183 | #endif | ||
| 4184 | |||
| 4180 | raw_cmd = NULL; | 4185 | raw_cmd = NULL; |
| 4181 | 4186 | ||
| 4182 | for (dr = 0; dr < N_DRIVE; dr++) { | 4187 | for (dr = 0; dr < N_DRIVE; dr++) { |
| @@ -4234,13 +4239,6 @@ static int __init floppy_init(void) | |||
| 4234 | } | 4239 | } |
| 4235 | 4240 | ||
| 4236 | use_virtual_dma = can_use_virtual_dma & 1; | 4241 | use_virtual_dma = can_use_virtual_dma & 1; |
| 4237 | #if defined(CONFIG_PPC_MERGE) | ||
| 4238 | if (check_legacy_ioport(FDC1)) { | ||
| 4239 | del_timer(&fd_timeout); | ||
| 4240 | err = -ENODEV; | ||
| 4241 | goto out_unreg_region; | ||
| 4242 | } | ||
| 4243 | #endif | ||
| 4244 | fdc_state[0].address = FDC1; | 4242 | fdc_state[0].address = FDC1; |
| 4245 | if (fdc_state[0].address == -1) { | 4243 | if (fdc_state[0].address == -1) { |
| 4246 | del_timer(&fd_timeout); | 4244 | del_timer(&fd_timeout); |
diff --git a/drivers/char/drm/radeon_state.c b/drivers/char/drm/radeon_state.c index 5bb2234a9094..39a7f685e3fd 100644 --- a/drivers/char/drm/radeon_state.c +++ b/drivers/char/drm/radeon_state.c | |||
| @@ -175,6 +175,14 @@ static __inline__ int radeon_check_and_fixup_packets(drm_radeon_private_t * | |||
| 175 | } | 175 | } |
| 176 | break; | 176 | break; |
| 177 | 177 | ||
| 178 | case R200_EMIT_VAP_CTL:{ | ||
| 179 | RING_LOCALS; | ||
| 180 | BEGIN_RING(2); | ||
| 181 | OUT_RING_REG(RADEON_SE_TCL_STATE_FLUSH, 0); | ||
| 182 | ADVANCE_RING(); | ||
| 183 | } | ||
| 184 | break; | ||
| 185 | |||
| 178 | case RADEON_EMIT_RB3D_COLORPITCH: | 186 | case RADEON_EMIT_RB3D_COLORPITCH: |
| 179 | case RADEON_EMIT_RE_LINE_PATTERN: | 187 | case RADEON_EMIT_RE_LINE_PATTERN: |
| 180 | case RADEON_EMIT_SE_LINE_WIDTH: | 188 | case RADEON_EMIT_SE_LINE_WIDTH: |
| @@ -202,7 +210,6 @@ static __inline__ int radeon_check_and_fixup_packets(drm_radeon_private_t * | |||
| 202 | case R200_EMIT_TCL_LIGHT_MODEL_CTL_0: | 210 | case R200_EMIT_TCL_LIGHT_MODEL_CTL_0: |
| 203 | case R200_EMIT_TFACTOR_0: | 211 | case R200_EMIT_TFACTOR_0: |
| 204 | case R200_EMIT_VTX_FMT_0: | 212 | case R200_EMIT_VTX_FMT_0: |
| 205 | case R200_EMIT_VAP_CTL: | ||
| 206 | case R200_EMIT_MATRIX_SELECT_0: | 213 | case R200_EMIT_MATRIX_SELECT_0: |
| 207 | case R200_EMIT_TEX_PROC_CTL_2: | 214 | case R200_EMIT_TEX_PROC_CTL_2: |
| 208 | case R200_EMIT_TCL_UCP_VERT_BLEND_CTL: | 215 | case R200_EMIT_TCL_UCP_VERT_BLEND_CTL: |
diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c index 0aa5d608fe6f..843d34c8627c 100644 --- a/drivers/char/ipmi/ipmi_msghandler.c +++ b/drivers/char/ipmi/ipmi_msghandler.c | |||
| @@ -3428,6 +3428,7 @@ struct ipmi_recv_msg *ipmi_alloc_recv_msg(void) | |||
| 3428 | 3428 | ||
| 3429 | rv = kmalloc(sizeof(struct ipmi_recv_msg), GFP_ATOMIC); | 3429 | rv = kmalloc(sizeof(struct ipmi_recv_msg), GFP_ATOMIC); |
| 3430 | if (rv) { | 3430 | if (rv) { |
| 3431 | rv->user = NULL; | ||
| 3431 | rv->done = free_recv_msg; | 3432 | rv->done = free_recv_msg; |
| 3432 | atomic_inc(&recv_msg_inuse_count); | 3433 | atomic_inc(&recv_msg_inuse_count); |
| 3433 | } | 3434 | } |
diff --git a/drivers/char/synclink_gt.c b/drivers/char/synclink_gt.c index b2dbbdb1bf81..2f07b085536b 100644 --- a/drivers/char/synclink_gt.c +++ b/drivers/char/synclink_gt.c | |||
| @@ -391,8 +391,8 @@ static MGSL_PARAMS default_params = { | |||
| 391 | #define DESC_LIST_SIZE 4096 | 391 | #define DESC_LIST_SIZE 4096 |
| 392 | 392 | ||
| 393 | #define MASK_PARITY BIT1 | 393 | #define MASK_PARITY BIT1 |
| 394 | #define MASK_FRAMING BIT2 | 394 | #define MASK_FRAMING BIT0 |
| 395 | #define MASK_BREAK BIT3 | 395 | #define MASK_BREAK BIT14 |
| 396 | #define MASK_OVERRUN BIT4 | 396 | #define MASK_OVERRUN BIT4 |
| 397 | 397 | ||
| 398 | #define GSR 0x00 /* global status */ | 398 | #define GSR 0x00 /* global status */ |
| @@ -1800,17 +1800,17 @@ static void rx_async(struct slgt_info *info) | |||
| 1800 | 1800 | ||
| 1801 | stat = 0; | 1801 | stat = 0; |
| 1802 | 1802 | ||
| 1803 | if ((status = *(p+1) & (BIT9 + BIT8))) { | 1803 | if ((status = *(p+1) & (BIT1 + BIT0))) { |
| 1804 | if (status & BIT9) | 1804 | if (status & BIT1) |
| 1805 | icount->parity++; | 1805 | icount->parity++; |
| 1806 | else if (status & BIT8) | 1806 | else if (status & BIT0) |
| 1807 | icount->frame++; | 1807 | icount->frame++; |
| 1808 | /* discard char if tty control flags say so */ | 1808 | /* discard char if tty control flags say so */ |
| 1809 | if (status & info->ignore_status_mask) | 1809 | if (status & info->ignore_status_mask) |
| 1810 | continue; | 1810 | continue; |
| 1811 | if (status & BIT9) | 1811 | if (status & BIT1) |
| 1812 | stat = TTY_PARITY; | 1812 | stat = TTY_PARITY; |
| 1813 | else if (status & BIT8) | 1813 | else if (status & BIT0) |
| 1814 | stat = TTY_FRAME; | 1814 | stat = TTY_FRAME; |
| 1815 | } | 1815 | } |
| 1816 | if (tty) { | 1816 | if (tty) { |
diff --git a/drivers/char/watchdog/sbc8360.c b/drivers/char/watchdog/sbc8360.c index 1035be5b5019..41fc6f80c493 100644 --- a/drivers/char/watchdog/sbc8360.c +++ b/drivers/char/watchdog/sbc8360.c | |||
| @@ -200,7 +200,7 @@ static int wd_margin = 0xB; | |||
| 200 | static int wd_multiplier = 2; | 200 | static int wd_multiplier = 2; |
| 201 | static int nowayout = WATCHDOG_NOWAYOUT; | 201 | static int nowayout = WATCHDOG_NOWAYOUT; |
| 202 | 202 | ||
| 203 | module_param(timeout, int, 27); | 203 | module_param(timeout, int, 0); |
| 204 | MODULE_PARM_DESC(timeout, "Index into timeout table (0-63) (default=27 (60s))"); | 204 | MODULE_PARM_DESC(timeout, "Index into timeout table (0-63) (default=27 (60s))"); |
| 205 | module_param(nowayout, int, 0); | 205 | module_param(nowayout, int, 0); |
| 206 | MODULE_PARM_DESC(nowayout, | 206 | MODULE_PARM_DESC(nowayout, |
| @@ -407,7 +407,7 @@ module_exit(sbc8360_exit); | |||
| 407 | MODULE_AUTHOR("Ian E. Morgan <imorgan@webcon.ca>"); | 407 | MODULE_AUTHOR("Ian E. Morgan <imorgan@webcon.ca>"); |
| 408 | MODULE_DESCRIPTION("SBC8360 watchdog driver"); | 408 | MODULE_DESCRIPTION("SBC8360 watchdog driver"); |
| 409 | MODULE_LICENSE("GPL"); | 409 | MODULE_LICENSE("GPL"); |
| 410 | MODULE_VERSION("1.0"); | 410 | MODULE_VERSION("1.01"); |
| 411 | MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); | 411 | MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); |
| 412 | 412 | ||
| 413 | /* end of sbc8360.c */ | 413 | /* end of sbc8360.c */ |
diff --git a/drivers/ide/pci/sgiioc4.c b/drivers/ide/pci/sgiioc4.c index e125032bb403..d8a0d87df734 100644 --- a/drivers/ide/pci/sgiioc4.c +++ b/drivers/ide/pci/sgiioc4.c | |||
| @@ -367,12 +367,13 @@ sgiioc4_INB(unsigned long port) | |||
| 367 | static void __devinit | 367 | static void __devinit |
| 368 | ide_dma_sgiioc4(ide_hwif_t * hwif, unsigned long dma_base) | 368 | ide_dma_sgiioc4(ide_hwif_t * hwif, unsigned long dma_base) |
| 369 | { | 369 | { |
| 370 | void __iomem *virt_dma_base; | ||
| 370 | int num_ports = sizeof (ioc4_dma_regs_t); | 371 | int num_ports = sizeof (ioc4_dma_regs_t); |
| 371 | 372 | ||
| 372 | printk(KERN_INFO "%s: BM-DMA at 0x%04lx-0x%04lx\n", hwif->name, | 373 | printk(KERN_INFO "%s: BM-DMA at 0x%04lx-0x%04lx\n", hwif->name, |
| 373 | dma_base, dma_base + num_ports - 1); | 374 | dma_base, dma_base + num_ports - 1); |
| 374 | 375 | ||
| 375 | if (!request_region(dma_base, num_ports, hwif->name)) { | 376 | if (!request_mem_region(dma_base, num_ports, hwif->name)) { |
| 376 | printk(KERN_ERR | 377 | printk(KERN_ERR |
| 377 | "%s(%s) -- ERROR, Addresses 0x%p to 0x%p " | 378 | "%s(%s) -- ERROR, Addresses 0x%p to 0x%p " |
| 378 | "ALREADY in use\n", | 379 | "ALREADY in use\n", |
| @@ -381,13 +382,21 @@ ide_dma_sgiioc4(ide_hwif_t * hwif, unsigned long dma_base) | |||
| 381 | goto dma_alloc_failure; | 382 | goto dma_alloc_failure; |
| 382 | } | 383 | } |
| 383 | 384 | ||
| 384 | hwif->dma_base = dma_base; | 385 | virt_dma_base = ioremap(dma_base, num_ports); |
| 386 | if (virt_dma_base == NULL) { | ||
| 387 | printk(KERN_ERR | ||
| 388 | "%s(%s) -- ERROR, Unable to map addresses 0x%lx to 0x%lx\n", | ||
| 389 | __FUNCTION__, hwif->name, dma_base, dma_base + num_ports - 1); | ||
| 390 | goto dma_remap_failure; | ||
| 391 | } | ||
| 392 | hwif->dma_base = (unsigned long) virt_dma_base; | ||
| 393 | |||
| 385 | hwif->dmatable_cpu = pci_alloc_consistent(hwif->pci_dev, | 394 | hwif->dmatable_cpu = pci_alloc_consistent(hwif->pci_dev, |
| 386 | IOC4_PRD_ENTRIES * IOC4_PRD_BYTES, | 395 | IOC4_PRD_ENTRIES * IOC4_PRD_BYTES, |
| 387 | &hwif->dmatable_dma); | 396 | &hwif->dmatable_dma); |
| 388 | 397 | ||
| 389 | if (!hwif->dmatable_cpu) | 398 | if (!hwif->dmatable_cpu) |
| 390 | goto dma_alloc_failure; | 399 | goto dma_pci_alloc_failure; |
| 391 | 400 | ||
| 392 | hwif->sg_max_nents = IOC4_PRD_ENTRIES; | 401 | hwif->sg_max_nents = IOC4_PRD_ENTRIES; |
| 393 | 402 | ||
| @@ -411,6 +420,12 @@ dma_base2alloc_failure: | |||
| 411 | printk(KERN_INFO | 420 | printk(KERN_INFO |
| 412 | "Changing from DMA to PIO mode for Drive %s\n", hwif->name); | 421 | "Changing from DMA to PIO mode for Drive %s\n", hwif->name); |
| 413 | 422 | ||
| 423 | dma_pci_alloc_failure: | ||
| 424 | iounmap(virt_dma_base); | ||
| 425 | |||
| 426 | dma_remap_failure: | ||
| 427 | release_mem_region(dma_base, num_ports); | ||
| 428 | |||
| 414 | dma_alloc_failure: | 429 | dma_alloc_failure: |
| 415 | /* Disable DMA because we couldnot allocate any DMA maps */ | 430 | /* Disable DMA because we couldnot allocate any DMA maps */ |
| 416 | hwif->autodma = 0; | 431 | hwif->autodma = 0; |
| @@ -607,18 +622,15 @@ ide_init_sgiioc4(ide_hwif_t * hwif) | |||
| 607 | hwif->ide_dma_lostirq = &sgiioc4_ide_dma_lostirq; | 622 | hwif->ide_dma_lostirq = &sgiioc4_ide_dma_lostirq; |
| 608 | hwif->ide_dma_timeout = &__ide_dma_timeout; | 623 | hwif->ide_dma_timeout = &__ide_dma_timeout; |
| 609 | 624 | ||
| 610 | /* | ||
| 611 | * The IOC4 uses MMIO rather than Port IO. | ||
| 612 | * It also needs special workarounds for INB. | ||
| 613 | */ | ||
| 614 | default_hwif_mmiops(hwif); | ||
| 615 | hwif->INB = &sgiioc4_INB; | 625 | hwif->INB = &sgiioc4_INB; |
| 616 | } | 626 | } |
| 617 | 627 | ||
| 618 | static int __devinit | 628 | static int __devinit |
| 619 | sgiioc4_ide_setup_pci_device(struct pci_dev *dev, ide_pci_device_t * d) | 629 | sgiioc4_ide_setup_pci_device(struct pci_dev *dev, ide_pci_device_t * d) |
| 620 | { | 630 | { |
| 621 | unsigned long base, ctl, dma_base, irqport; | 631 | unsigned long cmd_base, dma_base, irqport; |
| 632 | unsigned long bar0, cmd_phys_base, ctl; | ||
| 633 | void __iomem *virt_base; | ||
| 622 | ide_hwif_t *hwif; | 634 | ide_hwif_t *hwif; |
| 623 | int h; | 635 | int h; |
| 624 | 636 | ||
| @@ -636,23 +648,32 @@ sgiioc4_ide_setup_pci_device(struct pci_dev *dev, ide_pci_device_t * d) | |||
| 636 | } | 648 | } |
| 637 | 649 | ||
| 638 | /* Get the CmdBlk and CtrlBlk Base Registers */ | 650 | /* Get the CmdBlk and CtrlBlk Base Registers */ |
| 639 | base = pci_resource_start(dev, 0) + IOC4_CMD_OFFSET; | 651 | bar0 = pci_resource_start(dev, 0); |
| 640 | ctl = pci_resource_start(dev, 0) + IOC4_CTRL_OFFSET; | 652 | virt_base = ioremap(bar0, pci_resource_len(dev, 0)); |
| 641 | irqport = pci_resource_start(dev, 0) + IOC4_INTR_OFFSET; | 653 | if (virt_base == NULL) { |
| 654 | printk(KERN_ERR "%s: Unable to remap BAR 0 address: 0x%lx\n", | ||
| 655 | d->name, bar0); | ||
| 656 | return -ENOMEM; | ||
| 657 | } | ||
| 658 | cmd_base = (unsigned long) virt_base + IOC4_CMD_OFFSET; | ||
| 659 | ctl = (unsigned long) virt_base + IOC4_CTRL_OFFSET; | ||
| 660 | irqport = (unsigned long) virt_base + IOC4_INTR_OFFSET; | ||
| 642 | dma_base = pci_resource_start(dev, 0) + IOC4_DMA_OFFSET; | 661 | dma_base = pci_resource_start(dev, 0) + IOC4_DMA_OFFSET; |
| 643 | 662 | ||
| 644 | if (!request_region(base, IOC4_CMD_CTL_BLK_SIZE, hwif->name)) { | 663 | cmd_phys_base = bar0 + IOC4_CMD_OFFSET; |
| 664 | if (!request_mem_region(cmd_phys_base, IOC4_CMD_CTL_BLK_SIZE, | ||
| 665 | hwif->name)) { | ||
| 645 | printk(KERN_ERR | 666 | printk(KERN_ERR |
| 646 | "%s : %s -- ERROR, Port Addresses " | 667 | "%s : %s -- ERROR, Addresses " |
| 647 | "0x%p to 0x%p ALREADY in use\n", | 668 | "0x%p to 0x%p ALREADY in use\n", |
| 648 | __FUNCTION__, hwif->name, (void *) base, | 669 | __FUNCTION__, hwif->name, (void *) cmd_phys_base, |
| 649 | (void *) base + IOC4_CMD_CTL_BLK_SIZE); | 670 | (void *) cmd_phys_base + IOC4_CMD_CTL_BLK_SIZE); |
| 650 | return -ENOMEM; | 671 | return -ENOMEM; |
| 651 | } | 672 | } |
| 652 | 673 | ||
| 653 | if (hwif->io_ports[IDE_DATA_OFFSET] != base) { | 674 | if (hwif->io_ports[IDE_DATA_OFFSET] != cmd_base) { |
| 654 | /* Initialize the IO registers */ | 675 | /* Initialize the IO registers */ |
| 655 | sgiioc4_init_hwif_ports(&hwif->hw, base, ctl, irqport); | 676 | sgiioc4_init_hwif_ports(&hwif->hw, cmd_base, ctl, irqport); |
| 656 | memcpy(hwif->io_ports, hwif->hw.io_ports, | 677 | memcpy(hwif->io_ports, hwif->hw.io_ports, |
| 657 | sizeof (hwif->io_ports)); | 678 | sizeof (hwif->io_ports)); |
| 658 | hwif->noprobe = !hwif->io_ports[IDE_DATA_OFFSET]; | 679 | hwif->noprobe = !hwif->io_ports[IDE_DATA_OFFSET]; |
| @@ -665,6 +686,9 @@ sgiioc4_ide_setup_pci_device(struct pci_dev *dev, ide_pci_device_t * d) | |||
| 665 | hwif->cds = (struct ide_pci_device_s *) d; | 686 | hwif->cds = (struct ide_pci_device_s *) d; |
| 666 | hwif->gendev.parent = &dev->dev;/* setup proper ancestral information */ | 687 | hwif->gendev.parent = &dev->dev;/* setup proper ancestral information */ |
| 667 | 688 | ||
| 689 | /* The IOC4 uses MMIO rather than Port IO. */ | ||
| 690 | default_hwif_mmiops(hwif); | ||
| 691 | |||
| 668 | /* Initializing chipset IRQ Registers */ | 692 | /* Initializing chipset IRQ Registers */ |
| 669 | hwif->OUTL(0x03, irqport + IOC4_INTR_SET * 4); | 693 | hwif->OUTL(0x03, irqport + IOC4_INTR_SET * 4); |
| 670 | 694 | ||
diff --git a/drivers/ide/pci/via82cxxx.c b/drivers/ide/pci/via82cxxx.c index afdaee3c15c9..9b7589e8e93e 100644 --- a/drivers/ide/pci/via82cxxx.c +++ b/drivers/ide/pci/via82cxxx.c | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | * | 6 | * |
| 7 | * vt82c576, vt82c586, vt82c586a, vt82c586b, vt82c596a, vt82c596b, | 7 | * vt82c576, vt82c586, vt82c586a, vt82c586b, vt82c596a, vt82c596b, |
| 8 | * vt82c686, vt82c686a, vt82c686b, vt8231, vt8233, vt8233c, vt8233a, | 8 | * vt82c686, vt82c686a, vt82c686b, vt8231, vt8233, vt8233c, vt8233a, |
| 9 | * vt8235, vt8237 | 9 | * vt8235, vt8237, vt8237a |
| 10 | * | 10 | * |
| 11 | * Copyright (c) 2000-2002 Vojtech Pavlik | 11 | * Copyright (c) 2000-2002 Vojtech Pavlik |
| 12 | * | 12 | * |
| @@ -81,6 +81,7 @@ static struct via_isa_bridge { | |||
| 81 | { "vt6410", PCI_DEVICE_ID_VIA_6410, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST }, | 81 | { "vt6410", PCI_DEVICE_ID_VIA_6410, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST }, |
| 82 | { "vt8251", PCI_DEVICE_ID_VIA_8251, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST }, | 82 | { "vt8251", PCI_DEVICE_ID_VIA_8251, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST }, |
| 83 | { "vt8237", PCI_DEVICE_ID_VIA_8237, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST }, | 83 | { "vt8237", PCI_DEVICE_ID_VIA_8237, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST }, |
| 84 | { "vt8237a", PCI_DEVICE_ID_VIA_8237A, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST }, | ||
| 84 | { "vt8235", PCI_DEVICE_ID_VIA_8235, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST }, | 85 | { "vt8235", PCI_DEVICE_ID_VIA_8235, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST }, |
| 85 | { "vt8233a", PCI_DEVICE_ID_VIA_8233A, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST }, | 86 | { "vt8233a", PCI_DEVICE_ID_VIA_8233A, 0x00, 0x2f, VIA_UDMA_133 | VIA_BAD_AST }, |
| 86 | { "vt8233c", PCI_DEVICE_ID_VIA_8233C_0, 0x00, 0x2f, VIA_UDMA_100 }, | 87 | { "vt8233c", PCI_DEVICE_ID_VIA_8233C_0, 0x00, 0x2f, VIA_UDMA_100 }, |
diff --git a/drivers/infiniband/hw/mthca/mthca_allocator.c b/drivers/infiniband/hw/mthca/mthca_allocator.c index 25157f57a6d0..f930e55b58fc 100644 --- a/drivers/infiniband/hw/mthca/mthca_allocator.c +++ b/drivers/infiniband/hw/mthca/mthca_allocator.c | |||
| @@ -41,9 +41,11 @@ | |||
| 41 | /* Trivial bitmap-based allocator */ | 41 | /* Trivial bitmap-based allocator */ |
| 42 | u32 mthca_alloc(struct mthca_alloc *alloc) | 42 | u32 mthca_alloc(struct mthca_alloc *alloc) |
| 43 | { | 43 | { |
| 44 | unsigned long flags; | ||
| 44 | u32 obj; | 45 | u32 obj; |
| 45 | 46 | ||
| 46 | spin_lock(&alloc->lock); | 47 | spin_lock_irqsave(&alloc->lock, flags); |
| 48 | |||
| 47 | obj = find_next_zero_bit(alloc->table, alloc->max, alloc->last); | 49 | obj = find_next_zero_bit(alloc->table, alloc->max, alloc->last); |
| 48 | if (obj >= alloc->max) { | 50 | if (obj >= alloc->max) { |
| 49 | alloc->top = (alloc->top + alloc->max) & alloc->mask; | 51 | alloc->top = (alloc->top + alloc->max) & alloc->mask; |
| @@ -56,19 +58,24 @@ u32 mthca_alloc(struct mthca_alloc *alloc) | |||
| 56 | } else | 58 | } else |
| 57 | obj = -1; | 59 | obj = -1; |
| 58 | 60 | ||
| 59 | spin_unlock(&alloc->lock); | 61 | spin_unlock_irqrestore(&alloc->lock, flags); |
| 60 | 62 | ||
| 61 | return obj; | 63 | return obj; |
| 62 | } | 64 | } |
| 63 | 65 | ||
| 64 | void mthca_free(struct mthca_alloc *alloc, u32 obj) | 66 | void mthca_free(struct mthca_alloc *alloc, u32 obj) |
| 65 | { | 67 | { |
| 68 | unsigned long flags; | ||
| 69 | |||
| 66 | obj &= alloc->max - 1; | 70 | obj &= alloc->max - 1; |
| 67 | spin_lock(&alloc->lock); | 71 | |
| 72 | spin_lock_irqsave(&alloc->lock, flags); | ||
| 73 | |||
| 68 | clear_bit(obj, alloc->table); | 74 | clear_bit(obj, alloc->table); |
| 69 | alloc->last = min(alloc->last, obj); | 75 | alloc->last = min(alloc->last, obj); |
| 70 | alloc->top = (alloc->top + alloc->max) & alloc->mask; | 76 | alloc->top = (alloc->top + alloc->max) & alloc->mask; |
| 71 | spin_unlock(&alloc->lock); | 77 | |
| 78 | spin_unlock_irqrestore(&alloc->lock, flags); | ||
| 72 | } | 79 | } |
| 73 | 80 | ||
| 74 | int mthca_alloc_init(struct mthca_alloc *alloc, u32 num, u32 mask, | 81 | int mthca_alloc_init(struct mthca_alloc *alloc, u32 num, u32 mask, |
diff --git a/drivers/macintosh/via-pmu-backlight.c b/drivers/macintosh/via-pmu-backlight.c index d3f8d75bcbb4..a82f313d9dc9 100644 --- a/drivers/macintosh/via-pmu-backlight.c +++ b/drivers/macintosh/via-pmu-backlight.c | |||
| @@ -18,17 +18,48 @@ | |||
| 18 | static struct backlight_properties pmu_backlight_data; | 18 | static struct backlight_properties pmu_backlight_data; |
| 19 | static spinlock_t pmu_backlight_lock; | 19 | static spinlock_t pmu_backlight_lock; |
| 20 | static int sleeping; | 20 | static int sleeping; |
| 21 | static u8 bl_curve[FB_BACKLIGHT_LEVELS]; | ||
| 21 | 22 | ||
| 22 | static int pmu_backlight_get_level_brightness(struct fb_info *info, | 23 | static void pmu_backlight_init_curve(u8 off, u8 min, u8 max) |
| 23 | int level) | 24 | { |
| 25 | unsigned int i, flat, count, range = (max - min); | ||
| 26 | |||
| 27 | bl_curve[0] = off; | ||
| 28 | |||
| 29 | for (flat = 1; flat < (FB_BACKLIGHT_LEVELS / 16); ++flat) | ||
| 30 | bl_curve[flat] = min; | ||
| 31 | |||
| 32 | count = FB_BACKLIGHT_LEVELS * 15 / 16; | ||
| 33 | for (i = 0; i < count; ++i) | ||
| 34 | bl_curve[flat + i] = min + (range * (i + 1) / count); | ||
| 35 | } | ||
| 36 | |||
| 37 | static int pmu_backlight_curve_lookup(int value) | ||
| 38 | { | ||
| 39 | int level = (FB_BACKLIGHT_LEVELS - 1); | ||
| 40 | int i, max = 0; | ||
| 41 | |||
| 42 | /* Look for biggest value */ | ||
| 43 | for (i = 0; i < FB_BACKLIGHT_LEVELS; i++) | ||
| 44 | max = max((int)bl_curve[i], max); | ||
| 45 | |||
| 46 | /* Look for nearest value */ | ||
| 47 | for (i = 0; i < FB_BACKLIGHT_LEVELS; i++) { | ||
| 48 | int diff = abs(bl_curve[i] - value); | ||
| 49 | if (diff < max) { | ||
| 50 | max = diff; | ||
| 51 | level = i; | ||
| 52 | } | ||
| 53 | } | ||
| 54 | return level; | ||
| 55 | } | ||
| 56 | |||
| 57 | static int pmu_backlight_get_level_brightness(int level) | ||
| 24 | { | 58 | { |
| 25 | int pmulevel; | 59 | int pmulevel; |
| 26 | 60 | ||
| 27 | /* Get and convert the value */ | 61 | /* Get and convert the value */ |
| 28 | mutex_lock(&info->bl_mutex); | 62 | pmulevel = bl_curve[level] * FB_BACKLIGHT_MAX / MAX_PMU_LEVEL; |
| 29 | pmulevel = info->bl_curve[level] * FB_BACKLIGHT_MAX / MAX_PMU_LEVEL; | ||
| 30 | mutex_unlock(&info->bl_mutex); | ||
| 31 | |||
| 32 | if (pmulevel < 0) | 63 | if (pmulevel < 0) |
| 33 | pmulevel = 0; | 64 | pmulevel = 0; |
| 34 | else if (pmulevel > MAX_PMU_LEVEL) | 65 | else if (pmulevel > MAX_PMU_LEVEL) |
| @@ -39,7 +70,6 @@ static int pmu_backlight_get_level_brightness(struct fb_info *info, | |||
| 39 | 70 | ||
| 40 | static int pmu_backlight_update_status(struct backlight_device *bd) | 71 | static int pmu_backlight_update_status(struct backlight_device *bd) |
| 41 | { | 72 | { |
| 42 | struct fb_info *info = class_get_devdata(&bd->class_dev); | ||
| 43 | struct adb_request req; | 73 | struct adb_request req; |
| 44 | unsigned long flags; | 74 | unsigned long flags; |
| 45 | int level = bd->props->brightness; | 75 | int level = bd->props->brightness; |
| @@ -55,7 +85,7 @@ static int pmu_backlight_update_status(struct backlight_device *bd) | |||
| 55 | level = 0; | 85 | level = 0; |
| 56 | 86 | ||
| 57 | if (level > 0) { | 87 | if (level > 0) { |
| 58 | int pmulevel = pmu_backlight_get_level_brightness(info, level); | 88 | int pmulevel = pmu_backlight_get_level_brightness(level); |
| 59 | 89 | ||
| 60 | pmu_request(&req, NULL, 2, PMU_BACKLIGHT_BRIGHT, pmulevel); | 90 | pmu_request(&req, NULL, 2, PMU_BACKLIGHT_BRIGHT, pmulevel); |
| 61 | pmu_wait_complete(&req); | 91 | pmu_wait_complete(&req); |
| @@ -88,35 +118,19 @@ static struct backlight_properties pmu_backlight_data = { | |||
| 88 | }; | 118 | }; |
| 89 | 119 | ||
| 90 | #ifdef CONFIG_PM | 120 | #ifdef CONFIG_PM |
| 91 | static int pmu_backlight_sleep_call(struct pmu_sleep_notifier *self, int when) | 121 | void pmu_backlight_set_sleep(int sleep) |
| 92 | { | 122 | { |
| 93 | unsigned long flags; | 123 | unsigned long flags; |
| 94 | 124 | ||
| 95 | spin_lock_irqsave(&pmu_backlight_lock, flags); | 125 | spin_lock_irqsave(&pmu_backlight_lock, flags); |
| 96 | 126 | sleeping = sleep; | |
| 97 | switch (when) { | ||
| 98 | case PBOOK_SLEEP_REQUEST: | ||
| 99 | sleeping = 1; | ||
| 100 | break; | ||
| 101 | case PBOOK_WAKE: | ||
| 102 | sleeping = 0; | ||
| 103 | break; | ||
| 104 | } | ||
| 105 | |||
| 106 | spin_unlock_irqrestore(&pmu_backlight_lock, flags); | 127 | spin_unlock_irqrestore(&pmu_backlight_lock, flags); |
| 107 | |||
| 108 | return PBOOK_SLEEP_OK; | ||
| 109 | } | 128 | } |
| 110 | 129 | #endif /* CONFIG_PM */ | |
| 111 | static struct pmu_sleep_notifier pmu_backlight_sleep_notif = { | ||
| 112 | .notifier_call = pmu_backlight_sleep_call, | ||
| 113 | }; | ||
| 114 | #endif | ||
| 115 | 130 | ||
| 116 | void __init pmu_backlight_init() | 131 | void __init pmu_backlight_init() |
| 117 | { | 132 | { |
| 118 | struct backlight_device *bd; | 133 | struct backlight_device *bd; |
| 119 | struct fb_info *info; | ||
| 120 | char name[10]; | 134 | char name[10]; |
| 121 | int level, autosave; | 135 | int level, autosave; |
| 122 | 136 | ||
| @@ -131,27 +145,14 @@ void __init pmu_backlight_init() | |||
| 131 | !machine_is_compatible("PowerBook1,1")) | 145 | !machine_is_compatible("PowerBook1,1")) |
| 132 | return; | 146 | return; |
| 133 | 147 | ||
| 134 | /* Actually, this is a hack, but I don't know of a better way | 148 | snprintf(name, sizeof(name), "pmubl"); |
| 135 | * to get the first framebuffer device. | ||
| 136 | */ | ||
| 137 | info = registered_fb[0]; | ||
| 138 | if (!info) { | ||
| 139 | printk("pmubl: No framebuffer found\n"); | ||
| 140 | goto error; | ||
| 141 | } | ||
| 142 | |||
| 143 | snprintf(name, sizeof(name), "pmubl%d", info->node); | ||
| 144 | 149 | ||
| 145 | bd = backlight_device_register(name, info, &pmu_backlight_data); | 150 | bd = backlight_device_register(name, NULL, &pmu_backlight_data); |
| 146 | if (IS_ERR(bd)) { | 151 | if (IS_ERR(bd)) { |
| 147 | printk("pmubl: Backlight registration failed\n"); | 152 | printk("pmubl: Backlight registration failed\n"); |
| 148 | goto error; | 153 | goto error; |
| 149 | } | 154 | } |
| 150 | 155 | pmu_backlight_init_curve(0x7F, 0x46, 0x0E); | |
| 151 | mutex_lock(&info->bl_mutex); | ||
| 152 | info->bl_dev = bd; | ||
| 153 | fb_bl_default_curve(info, 0x7F, 0x46, 0x0E); | ||
| 154 | mutex_unlock(&info->bl_mutex); | ||
| 155 | 156 | ||
| 156 | level = pmu_backlight_data.max_brightness; | 157 | level = pmu_backlight_data.max_brightness; |
| 157 | 158 | ||
| @@ -161,28 +162,22 @@ void __init pmu_backlight_init() | |||
| 161 | pmu_request(&req, NULL, 2, 0xd9, 0); | 162 | pmu_request(&req, NULL, 2, 0xd9, 0); |
| 162 | pmu_wait_complete(&req); | 163 | pmu_wait_complete(&req); |
| 163 | 164 | ||
| 164 | mutex_lock(&info->bl_mutex); | 165 | level = pmu_backlight_curve_lookup( |
| 165 | level = pmac_backlight_curve_lookup(info, | ||
| 166 | (req.reply[0] >> 4) * | 166 | (req.reply[0] >> 4) * |
| 167 | pmu_backlight_data.max_brightness / 15); | 167 | pmu_backlight_data.max_brightness / 15); |
| 168 | mutex_unlock(&info->bl_mutex); | ||
| 169 | } | 168 | } |
| 170 | 169 | ||
| 171 | up(&bd->sem); | 170 | down(&bd->sem); |
| 172 | bd->props->brightness = level; | 171 | bd->props->brightness = level; |
| 173 | bd->props->power = FB_BLANK_UNBLANK; | 172 | bd->props->power = FB_BLANK_UNBLANK; |
| 174 | bd->props->update_status(bd); | 173 | bd->props->update_status(bd); |
| 175 | down(&bd->sem); | 174 | up(&bd->sem); |
| 176 | 175 | ||
| 177 | mutex_lock(&pmac_backlight_mutex); | 176 | mutex_lock(&pmac_backlight_mutex); |
| 178 | if (!pmac_backlight) | 177 | if (!pmac_backlight) |
| 179 | pmac_backlight = bd; | 178 | pmac_backlight = bd; |
| 180 | mutex_unlock(&pmac_backlight_mutex); | 179 | mutex_unlock(&pmac_backlight_mutex); |
| 181 | 180 | ||
| 182 | #ifdef CONFIG_PM | ||
| 183 | pmu_register_sleep_notifier(&pmu_backlight_sleep_notif); | ||
| 184 | #endif | ||
| 185 | |||
| 186 | printk("pmubl: Backlight initialized (%s)\n", name); | 181 | printk("pmubl: Backlight initialized (%s)\n", name); |
| 187 | 182 | ||
| 188 | return; | 183 | return; |
diff --git a/drivers/macintosh/via-pmu.c b/drivers/macintosh/via-pmu.c index ea386801e215..14610a63f580 100644 --- a/drivers/macintosh/via-pmu.c +++ b/drivers/macintosh/via-pmu.c | |||
| @@ -1995,6 +1995,8 @@ restore_via_state(void) | |||
| 1995 | out_8(&via[IER], IER_SET | SR_INT | CB1_INT); | 1995 | out_8(&via[IER], IER_SET | SR_INT | CB1_INT); |
| 1996 | } | 1996 | } |
| 1997 | 1997 | ||
| 1998 | extern void pmu_backlight_set_sleep(int sleep); | ||
| 1999 | |||
| 1998 | static int | 2000 | static int |
| 1999 | pmac_suspend_devices(void) | 2001 | pmac_suspend_devices(void) |
| 2000 | { | 2002 | { |
| @@ -2032,6 +2034,11 @@ pmac_suspend_devices(void) | |||
| 2032 | return -EBUSY; | 2034 | return -EBUSY; |
| 2033 | } | 2035 | } |
| 2034 | 2036 | ||
| 2037 | #ifdef CONFIG_PMAC_BACKLIGHT | ||
| 2038 | /* Tell backlight code not to muck around with the chip anymore */ | ||
| 2039 | pmu_backlight_set_sleep(1); | ||
| 2040 | #endif | ||
| 2041 | |||
| 2035 | /* Call platform functions marked "on sleep" */ | 2042 | /* Call platform functions marked "on sleep" */ |
| 2036 | pmac_pfunc_i2c_suspend(); | 2043 | pmac_pfunc_i2c_suspend(); |
| 2037 | pmac_pfunc_base_suspend(); | 2044 | pmac_pfunc_base_suspend(); |
| @@ -2090,6 +2097,11 @@ pmac_wakeup_devices(void) | |||
| 2090 | { | 2097 | { |
| 2091 | mdelay(100); | 2098 | mdelay(100); |
| 2092 | 2099 | ||
| 2100 | #ifdef CONFIG_PMAC_BACKLIGHT | ||
| 2101 | /* Tell backlight code it can use the chip again */ | ||
| 2102 | pmu_backlight_set_sleep(0); | ||
| 2103 | #endif | ||
| 2104 | |||
| 2093 | /* Power back up system devices (including the PIC) */ | 2105 | /* Power back up system devices (including the PIC) */ |
| 2094 | device_power_up(); | 2106 | device_power_up(); |
| 2095 | 2107 | ||
diff --git a/drivers/md/raid1.c b/drivers/md/raid1.c index 87bfe9e7d8ca..3b4d69c05623 100644 --- a/drivers/md/raid1.c +++ b/drivers/md/raid1.c | |||
| @@ -930,10 +930,13 @@ static void status(struct seq_file *seq, mddev_t *mddev) | |||
| 930 | 930 | ||
| 931 | seq_printf(seq, " [%d/%d] [", conf->raid_disks, | 931 | seq_printf(seq, " [%d/%d] [", conf->raid_disks, |
| 932 | conf->working_disks); | 932 | conf->working_disks); |
| 933 | for (i = 0; i < conf->raid_disks; i++) | 933 | rcu_read_lock(); |
| 934 | for (i = 0; i < conf->raid_disks; i++) { | ||
| 935 | mdk_rdev_t *rdev = rcu_dereference(conf->mirrors[i].rdev); | ||
| 934 | seq_printf(seq, "%s", | 936 | seq_printf(seq, "%s", |
| 935 | conf->mirrors[i].rdev && | 937 | rdev && test_bit(In_sync, &rdev->flags) ? "U" : "_"); |
| 936 | test_bit(In_sync, &conf->mirrors[i].rdev->flags) ? "U" : "_"); | 938 | } |
| 939 | rcu_read_unlock(); | ||
| 937 | seq_printf(seq, "]"); | 940 | seq_printf(seq, "]"); |
| 938 | } | 941 | } |
| 939 | 942 | ||
| @@ -975,7 +978,6 @@ static void error(mddev_t *mddev, mdk_rdev_t *rdev) | |||
| 975 | static void print_conf(conf_t *conf) | 978 | static void print_conf(conf_t *conf) |
| 976 | { | 979 | { |
| 977 | int i; | 980 | int i; |
| 978 | mirror_info_t *tmp; | ||
| 979 | 981 | ||
| 980 | printk("RAID1 conf printout:\n"); | 982 | printk("RAID1 conf printout:\n"); |
| 981 | if (!conf) { | 983 | if (!conf) { |
| @@ -985,14 +987,17 @@ static void print_conf(conf_t *conf) | |||
| 985 | printk(" --- wd:%d rd:%d\n", conf->working_disks, | 987 | printk(" --- wd:%d rd:%d\n", conf->working_disks, |
| 986 | conf->raid_disks); | 988 | conf->raid_disks); |
| 987 | 989 | ||
| 990 | rcu_read_lock(); | ||
| 988 | for (i = 0; i < conf->raid_disks; i++) { | 991 | for (i = 0; i < conf->raid_disks; i++) { |
| 989 | char b[BDEVNAME_SIZE]; | 992 | char b[BDEVNAME_SIZE]; |
| 990 | tmp = conf->mirrors + i; | 993 | mdk_rdev_t *rdev = rcu_dereference(conf->mirrors[i].rdev); |
| 991 | if (tmp->rdev) | 994 | if (rdev) |
| 992 | printk(" disk %d, wo:%d, o:%d, dev:%s\n", | 995 | printk(" disk %d, wo:%d, o:%d, dev:%s\n", |
| 993 | i, !test_bit(In_sync, &tmp->rdev->flags), !test_bit(Faulty, &tmp->rdev->flags), | 996 | i, !test_bit(In_sync, &rdev->flags), |
| 994 | bdevname(tmp->rdev->bdev,b)); | 997 | !test_bit(Faulty, &rdev->flags), |
| 998 | bdevname(rdev->bdev,b)); | ||
| 995 | } | 999 | } |
| 1000 | rcu_read_unlock(); | ||
| 996 | } | 1001 | } |
| 997 | 1002 | ||
| 998 | static void close_sync(conf_t *conf) | 1003 | static void close_sync(conf_t *conf) |
| @@ -1008,20 +1013,20 @@ static int raid1_spare_active(mddev_t *mddev) | |||
| 1008 | { | 1013 | { |
| 1009 | int i; | 1014 | int i; |
| 1010 | conf_t *conf = mddev->private; | 1015 | conf_t *conf = mddev->private; |
| 1011 | mirror_info_t *tmp; | ||
| 1012 | 1016 | ||
| 1013 | /* | 1017 | /* |
| 1014 | * Find all failed disks within the RAID1 configuration | 1018 | * Find all failed disks within the RAID1 configuration |
| 1015 | * and mark them readable | 1019 | * and mark them readable. |
| 1020 | * Called under mddev lock, so rcu protection not needed. | ||
| 1016 | */ | 1021 | */ |
| 1017 | for (i = 0; i < conf->raid_disks; i++) { | 1022 | for (i = 0; i < conf->raid_disks; i++) { |
| 1018 | tmp = conf->mirrors + i; | 1023 | mdk_rdev_t *rdev = conf->mirrors[i].rdev; |
| 1019 | if (tmp->rdev | 1024 | if (rdev |
| 1020 | && !test_bit(Faulty, &tmp->rdev->flags) | 1025 | && !test_bit(Faulty, &rdev->flags) |
| 1021 | && !test_bit(In_sync, &tmp->rdev->flags)) { | 1026 | && !test_bit(In_sync, &rdev->flags)) { |
| 1022 | conf->working_disks++; | 1027 | conf->working_disks++; |
| 1023 | mddev->degraded--; | 1028 | mddev->degraded--; |
| 1024 | set_bit(In_sync, &tmp->rdev->flags); | 1029 | set_bit(In_sync, &rdev->flags); |
| 1025 | } | 1030 | } |
| 1026 | } | 1031 | } |
| 1027 | 1032 | ||
| @@ -1237,7 +1242,7 @@ static void sync_request_write(mddev_t *mddev, r1bio_t *r1_bio) | |||
| 1237 | /* ouch - failed to read all of that. | 1242 | /* ouch - failed to read all of that. |
| 1238 | * Try some synchronous reads of other devices to get | 1243 | * Try some synchronous reads of other devices to get |
| 1239 | * good data, much like with normal read errors. Only | 1244 | * good data, much like with normal read errors. Only |
| 1240 | * read into the pages we already have so they we don't | 1245 | * read into the pages we already have so we don't |
| 1241 | * need to re-issue the read request. | 1246 | * need to re-issue the read request. |
| 1242 | * We don't need to freeze the array, because being in an | 1247 | * We don't need to freeze the array, because being in an |
| 1243 | * active sync request, there is no normal IO, and | 1248 | * active sync request, there is no normal IO, and |
| @@ -1257,6 +1262,10 @@ static void sync_request_write(mddev_t *mddev, r1bio_t *r1_bio) | |||
| 1257 | s = PAGE_SIZE >> 9; | 1262 | s = PAGE_SIZE >> 9; |
| 1258 | do { | 1263 | do { |
| 1259 | if (r1_bio->bios[d]->bi_end_io == end_sync_read) { | 1264 | if (r1_bio->bios[d]->bi_end_io == end_sync_read) { |
| 1265 | /* No rcu protection needed here devices | ||
| 1266 | * can only be removed when no resync is | ||
| 1267 | * active, and resync is currently active | ||
| 1268 | */ | ||
| 1260 | rdev = conf->mirrors[d].rdev; | 1269 | rdev = conf->mirrors[d].rdev; |
| 1261 | if (sync_page_io(rdev->bdev, | 1270 | if (sync_page_io(rdev->bdev, |
| 1262 | sect + rdev->data_offset, | 1271 | sect + rdev->data_offset, |
| @@ -1463,6 +1472,11 @@ static void raid1d(mddev_t *mddev) | |||
| 1463 | s = PAGE_SIZE >> 9; | 1472 | s = PAGE_SIZE >> 9; |
| 1464 | 1473 | ||
| 1465 | do { | 1474 | do { |
| 1475 | /* Note: no rcu protection needed here | ||
| 1476 | * as this is synchronous in the raid1d thread | ||
| 1477 | * which is the thread that might remove | ||
| 1478 | * a device. If raid1d ever becomes multi-threaded.... | ||
| 1479 | */ | ||
| 1466 | rdev = conf->mirrors[d].rdev; | 1480 | rdev = conf->mirrors[d].rdev; |
| 1467 | if (rdev && | 1481 | if (rdev && |
| 1468 | test_bit(In_sync, &rdev->flags) && | 1482 | test_bit(In_sync, &rdev->flags) && |
| @@ -1486,7 +1500,6 @@ static void raid1d(mddev_t *mddev) | |||
| 1486 | d = conf->raid_disks; | 1500 | d = conf->raid_disks; |
| 1487 | d--; | 1501 | d--; |
| 1488 | rdev = conf->mirrors[d].rdev; | 1502 | rdev = conf->mirrors[d].rdev; |
| 1489 | atomic_add(s, &rdev->corrected_errors); | ||
| 1490 | if (rdev && | 1503 | if (rdev && |
| 1491 | test_bit(In_sync, &rdev->flags)) { | 1504 | test_bit(In_sync, &rdev->flags)) { |
| 1492 | if (sync_page_io(rdev->bdev, | 1505 | if (sync_page_io(rdev->bdev, |
| @@ -1509,9 +1522,11 @@ static void raid1d(mddev_t *mddev) | |||
| 1509 | s<<9, conf->tmppage, READ) == 0) | 1522 | s<<9, conf->tmppage, READ) == 0) |
| 1510 | /* Well, this device is dead */ | 1523 | /* Well, this device is dead */ |
| 1511 | md_error(mddev, rdev); | 1524 | md_error(mddev, rdev); |
| 1512 | else | 1525 | else { |
| 1526 | atomic_add(s, &rdev->corrected_errors); | ||
| 1513 | printk(KERN_INFO "raid1:%s: read error corrected (%d sectors at %llu on %s)\n", | 1527 | printk(KERN_INFO "raid1:%s: read error corrected (%d sectors at %llu on %s)\n", |
| 1514 | mdname(mddev), s, (unsigned long long)(sect + rdev->data_offset), bdevname(rdev->bdev, b)); | 1528 | mdname(mddev), s, (unsigned long long)(sect + rdev->data_offset), bdevname(rdev->bdev, b)); |
| 1529 | } | ||
| 1515 | } | 1530 | } |
| 1516 | } | 1531 | } |
| 1517 | } else { | 1532 | } else { |
| @@ -1787,19 +1802,17 @@ static sector_t sync_request(mddev_t *mddev, sector_t sector_nr, int *skipped, i | |||
| 1787 | for (i=0; i<conf->raid_disks; i++) { | 1802 | for (i=0; i<conf->raid_disks; i++) { |
| 1788 | bio = r1_bio->bios[i]; | 1803 | bio = r1_bio->bios[i]; |
| 1789 | if (bio->bi_end_io == end_sync_read) { | 1804 | if (bio->bi_end_io == end_sync_read) { |
| 1790 | md_sync_acct(conf->mirrors[i].rdev->bdev, nr_sectors); | 1805 | md_sync_acct(bio->bi_bdev, nr_sectors); |
| 1791 | generic_make_request(bio); | 1806 | generic_make_request(bio); |
| 1792 | } | 1807 | } |
| 1793 | } | 1808 | } |
| 1794 | } else { | 1809 | } else { |
| 1795 | atomic_set(&r1_bio->remaining, 1); | 1810 | atomic_set(&r1_bio->remaining, 1); |
| 1796 | bio = r1_bio->bios[r1_bio->read_disk]; | 1811 | bio = r1_bio->bios[r1_bio->read_disk]; |
| 1797 | md_sync_acct(conf->mirrors[r1_bio->read_disk].rdev->bdev, | 1812 | md_sync_acct(bio->bi_bdev, nr_sectors); |
| 1798 | nr_sectors); | ||
| 1799 | generic_make_request(bio); | 1813 | generic_make_request(bio); |
| 1800 | 1814 | ||
| 1801 | } | 1815 | } |
| 1802 | |||
| 1803 | return nr_sectors; | 1816 | return nr_sectors; |
| 1804 | } | 1817 | } |
| 1805 | 1818 | ||
diff --git a/drivers/net/e100.c b/drivers/net/e100.c index 91ef5f2fd768..ce850f1078b5 100644 --- a/drivers/net/e100.c +++ b/drivers/net/e100.c | |||
| @@ -173,8 +173,11 @@ MODULE_LICENSE("GPL"); | |||
| 173 | MODULE_VERSION(DRV_VERSION); | 173 | MODULE_VERSION(DRV_VERSION); |
| 174 | 174 | ||
| 175 | static int debug = 3; | 175 | static int debug = 3; |
| 176 | static int eeprom_bad_csum_allow = 0; | ||
| 176 | module_param(debug, int, 0); | 177 | module_param(debug, int, 0); |
| 178 | module_param(eeprom_bad_csum_allow, int, 0); | ||
| 177 | MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)"); | 179 | MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)"); |
| 180 | MODULE_PARM_DESC(eeprom_bad_csum_allow, "Allow bad eeprom checksums"); | ||
| 178 | #define DPRINTK(nlevel, klevel, fmt, args...) \ | 181 | #define DPRINTK(nlevel, klevel, fmt, args...) \ |
| 179 | (void)((NETIF_MSG_##nlevel & nic->msg_enable) && \ | 182 | (void)((NETIF_MSG_##nlevel & nic->msg_enable) && \ |
| 180 | printk(KERN_##klevel PFX "%s: %s: " fmt, nic->netdev->name, \ | 183 | printk(KERN_##klevel PFX "%s: %s: " fmt, nic->netdev->name, \ |
| @@ -756,7 +759,8 @@ static int e100_eeprom_load(struct nic *nic) | |||
| 756 | checksum = le16_to_cpu(0xBABA - checksum); | 759 | checksum = le16_to_cpu(0xBABA - checksum); |
| 757 | if(checksum != nic->eeprom[nic->eeprom_wc - 1]) { | 760 | if(checksum != nic->eeprom[nic->eeprom_wc - 1]) { |
| 758 | DPRINTK(PROBE, ERR, "EEPROM corrupted\n"); | 761 | DPRINTK(PROBE, ERR, "EEPROM corrupted\n"); |
| 759 | return -EAGAIN; | 762 | if (!eeprom_bad_csum_allow) |
| 763 | return -EAGAIN; | ||
| 760 | } | 764 | } |
| 761 | 765 | ||
| 762 | return 0; | 766 | return 0; |
diff --git a/drivers/net/sunlance.c b/drivers/net/sunlance.c index 0e3fdf7c6dd3..ec0413609f36 100644 --- a/drivers/net/sunlance.c +++ b/drivers/net/sunlance.c | |||
| @@ -1566,20 +1566,21 @@ static int __exit sunlance_sun4_remove(void) | |||
| 1566 | static int __devinit sunlance_sbus_probe(struct of_device *dev, const struct of_device_id *match) | 1566 | static int __devinit sunlance_sbus_probe(struct of_device *dev, const struct of_device_id *match) |
| 1567 | { | 1567 | { |
| 1568 | struct sbus_dev *sdev = to_sbus_device(&dev->dev); | 1568 | struct sbus_dev *sdev = to_sbus_device(&dev->dev); |
| 1569 | struct device_node *dp = dev->node; | ||
| 1570 | int err; | 1569 | int err; |
| 1571 | 1570 | ||
| 1572 | if (!strcmp(dp->name, "le")) { | 1571 | if (sdev->parent) { |
| 1573 | err = sparc_lance_probe_one(sdev, NULL, NULL); | 1572 | struct of_device *parent = &sdev->parent->ofdev; |
| 1574 | } else if (!strcmp(dp->name, "ledma")) { | ||
| 1575 | struct sbus_dma *ledma = find_ledma(sdev); | ||
| 1576 | 1573 | ||
| 1577 | err = sparc_lance_probe_one(sdev->child, ledma, NULL); | 1574 | if (!strcmp(parent->node->name, "ledma")) { |
| 1578 | } else { | 1575 | struct sbus_dma *ledma = find_ledma(to_sbus_device(&parent->dev)); |
| 1579 | BUG_ON(strcmp(dp->name, "lebuffer")); | ||
| 1580 | 1576 | ||
| 1581 | err = sparc_lance_probe_one(sdev->child, NULL, sdev); | 1577 | err = sparc_lance_probe_one(sdev, ledma, NULL); |
| 1582 | } | 1578 | } else if (!strcmp(parent->node->name, "lebuffer")) { |
| 1579 | err = sparc_lance_probe_one(sdev, NULL, to_sbus_device(&parent->dev)); | ||
| 1580 | } else | ||
| 1581 | err = sparc_lance_probe_one(sdev, NULL, NULL); | ||
| 1582 | } else | ||
| 1583 | err = sparc_lance_probe_one(sdev, NULL, NULL); | ||
| 1583 | 1584 | ||
| 1584 | return err; | 1585 | return err; |
| 1585 | } | 1586 | } |
| @@ -1604,12 +1605,6 @@ static struct of_device_id sunlance_sbus_match[] = { | |||
| 1604 | { | 1605 | { |
| 1605 | .name = "le", | 1606 | .name = "le", |
| 1606 | }, | 1607 | }, |
| 1607 | { | ||
| 1608 | .name = "ledma", | ||
| 1609 | }, | ||
| 1610 | { | ||
| 1611 | .name = "lebuffer", | ||
| 1612 | }, | ||
| 1613 | {}, | 1608 | {}, |
| 1614 | }; | 1609 | }; |
| 1615 | 1610 | ||
diff --git a/drivers/net/wireless/strip.c b/drivers/net/wireless/strip.c index fd31885c6844..ccaf28e8db0a 100644 --- a/drivers/net/wireless/strip.c +++ b/drivers/net/wireless/strip.c | |||
| @@ -467,6 +467,7 @@ static int arp_query(unsigned char *haddr, u32 paddr, | |||
| 467 | struct net_device *dev) | 467 | struct net_device *dev) |
| 468 | { | 468 | { |
| 469 | struct neighbour *neighbor_entry; | 469 | struct neighbour *neighbor_entry; |
| 470 | int ret = 0; | ||
| 470 | 471 | ||
| 471 | neighbor_entry = neigh_lookup(&arp_tbl, &paddr, dev); | 472 | neighbor_entry = neigh_lookup(&arp_tbl, &paddr, dev); |
| 472 | 473 | ||
| @@ -474,10 +475,11 @@ static int arp_query(unsigned char *haddr, u32 paddr, | |||
| 474 | neighbor_entry->used = jiffies; | 475 | neighbor_entry->used = jiffies; |
| 475 | if (neighbor_entry->nud_state & NUD_VALID) { | 476 | if (neighbor_entry->nud_state & NUD_VALID) { |
| 476 | memcpy(haddr, neighbor_entry->ha, dev->addr_len); | 477 | memcpy(haddr, neighbor_entry->ha, dev->addr_len); |
| 477 | return 1; | 478 | ret = 1; |
| 478 | } | 479 | } |
| 480 | neigh_release(neighbor_entry); | ||
| 479 | } | 481 | } |
| 480 | return 0; | 482 | return ret; |
| 481 | } | 483 | } |
| 482 | 484 | ||
| 483 | static void DumpData(char *msg, struct strip *strip_info, __u8 * ptr, | 485 | static void DumpData(char *msg, struct strip *strip_info, __u8 * ptr, |
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c index b4970387a16f..def78a2a7c15 100644 --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c | |||
| @@ -667,6 +667,7 @@ DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C586_0, quirk_vi | |||
| 667 | DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C586_1, quirk_via_irq); | 667 | DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C586_1, quirk_via_irq); |
| 668 | DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C586_2, quirk_via_irq); | 668 | DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C586_2, quirk_via_irq); |
| 669 | DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C586_3, quirk_via_irq); | 669 | DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C586_3, quirk_via_irq); |
| 670 | DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8235_USB_2, quirk_via_irq); | ||
| 670 | DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686, quirk_via_irq); | 671 | DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686, quirk_via_irq); |
| 671 | DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686_4, quirk_via_irq); | 672 | DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686_4, quirk_via_irq); |
| 672 | DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686_5, quirk_via_irq); | 673 | DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686_5, quirk_via_irq); |
diff --git a/drivers/s390/block/dasd.c b/drivers/s390/block/dasd.c index d8e9b95f0a1a..25c1ef6dfd44 100644 --- a/drivers/s390/block/dasd.c +++ b/drivers/s390/block/dasd.c | |||
| @@ -52,7 +52,7 @@ static void dasd_setup_queue(struct dasd_device * device); | |||
| 52 | static void dasd_free_queue(struct dasd_device * device); | 52 | static void dasd_free_queue(struct dasd_device * device); |
| 53 | static void dasd_flush_request_queue(struct dasd_device *); | 53 | static void dasd_flush_request_queue(struct dasd_device *); |
| 54 | static void dasd_int_handler(struct ccw_device *, unsigned long, struct irb *); | 54 | static void dasd_int_handler(struct ccw_device *, unsigned long, struct irb *); |
| 55 | static void dasd_flush_ccw_queue(struct dasd_device *, int); | 55 | static int dasd_flush_ccw_queue(struct dasd_device *, int); |
| 56 | static void dasd_tasklet(struct dasd_device *); | 56 | static void dasd_tasklet(struct dasd_device *); |
| 57 | static void do_kick_device(void *data); | 57 | static void do_kick_device(void *data); |
| 58 | 58 | ||
| @@ -60,6 +60,7 @@ static void do_kick_device(void *data); | |||
| 60 | * SECTION: Operations on the device structure. | 60 | * SECTION: Operations on the device structure. |
| 61 | */ | 61 | */ |
| 62 | static wait_queue_head_t dasd_init_waitq; | 62 | static wait_queue_head_t dasd_init_waitq; |
| 63 | static wait_queue_head_t dasd_flush_wq; | ||
| 63 | 64 | ||
| 64 | /* | 65 | /* |
| 65 | * Allocate memory for a new device structure. | 66 | * Allocate memory for a new device structure. |
| @@ -121,7 +122,7 @@ dasd_free_device(struct dasd_device *device) | |||
| 121 | /* | 122 | /* |
| 122 | * Make a new device known to the system. | 123 | * Make a new device known to the system. |
| 123 | */ | 124 | */ |
| 124 | static inline int | 125 | static int |
| 125 | dasd_state_new_to_known(struct dasd_device *device) | 126 | dasd_state_new_to_known(struct dasd_device *device) |
| 126 | { | 127 | { |
| 127 | int rc; | 128 | int rc; |
| @@ -145,7 +146,7 @@ dasd_state_new_to_known(struct dasd_device *device) | |||
| 145 | /* | 146 | /* |
| 146 | * Let the system forget about a device. | 147 | * Let the system forget about a device. |
| 147 | */ | 148 | */ |
| 148 | static inline void | 149 | static int |
| 149 | dasd_state_known_to_new(struct dasd_device * device) | 150 | dasd_state_known_to_new(struct dasd_device * device) |
| 150 | { | 151 | { |
| 151 | /* Disable extended error reporting for this device. */ | 152 | /* Disable extended error reporting for this device. */ |
| @@ -163,12 +164,13 @@ dasd_state_known_to_new(struct dasd_device * device) | |||
| 163 | 164 | ||
| 164 | /* Give up reference we took in dasd_state_new_to_known. */ | 165 | /* Give up reference we took in dasd_state_new_to_known. */ |
| 165 | dasd_put_device(device); | 166 | dasd_put_device(device); |
| 167 | return 0; | ||
| 166 | } | 168 | } |
| 167 | 169 | ||
| 168 | /* | 170 | /* |
| 169 | * Request the irq line for the device. | 171 | * Request the irq line for the device. |
| 170 | */ | 172 | */ |
| 171 | static inline int | 173 | static int |
| 172 | dasd_state_known_to_basic(struct dasd_device * device) | 174 | dasd_state_known_to_basic(struct dasd_device * device) |
| 173 | { | 175 | { |
| 174 | int rc; | 176 | int rc; |
| @@ -192,17 +194,23 @@ dasd_state_known_to_basic(struct dasd_device * device) | |||
| 192 | /* | 194 | /* |
| 193 | * Release the irq line for the device. Terminate any running i/o. | 195 | * Release the irq line for the device. Terminate any running i/o. |
| 194 | */ | 196 | */ |
| 195 | static inline void | 197 | static int |
| 196 | dasd_state_basic_to_known(struct dasd_device * device) | 198 | dasd_state_basic_to_known(struct dasd_device * device) |
| 197 | { | 199 | { |
| 200 | int rc; | ||
| 201 | |||
| 198 | dasd_gendisk_free(device); | 202 | dasd_gendisk_free(device); |
| 199 | dasd_flush_ccw_queue(device, 1); | 203 | rc = dasd_flush_ccw_queue(device, 1); |
| 204 | if (rc) | ||
| 205 | return rc; | ||
| 206 | |||
| 200 | DBF_DEV_EVENT(DBF_EMERG, device, "%p debug area deleted", device); | 207 | DBF_DEV_EVENT(DBF_EMERG, device, "%p debug area deleted", device); |
| 201 | if (device->debug_area != NULL) { | 208 | if (device->debug_area != NULL) { |
| 202 | debug_unregister(device->debug_area); | 209 | debug_unregister(device->debug_area); |
| 203 | device->debug_area = NULL; | 210 | device->debug_area = NULL; |
| 204 | } | 211 | } |
| 205 | device->state = DASD_STATE_KNOWN; | 212 | device->state = DASD_STATE_KNOWN; |
| 213 | return 0; | ||
| 206 | } | 214 | } |
| 207 | 215 | ||
| 208 | /* | 216 | /* |
| @@ -219,7 +227,7 @@ dasd_state_basic_to_known(struct dasd_device * device) | |||
| 219 | * In case the analysis returns an error, the device setup is stopped | 227 | * In case the analysis returns an error, the device setup is stopped |
| 220 | * (a fake disk was already added to allow formatting). | 228 | * (a fake disk was already added to allow formatting). |
| 221 | */ | 229 | */ |
| 222 | static inline int | 230 | static int |
| 223 | dasd_state_basic_to_ready(struct dasd_device * device) | 231 | dasd_state_basic_to_ready(struct dasd_device * device) |
| 224 | { | 232 | { |
| 225 | int rc; | 233 | int rc; |
| @@ -247,25 +255,31 @@ dasd_state_basic_to_ready(struct dasd_device * device) | |||
| 247 | * Forget format information. Check if the target level is basic | 255 | * Forget format information. Check if the target level is basic |
| 248 | * and if it is create fake disk for formatting. | 256 | * and if it is create fake disk for formatting. |
| 249 | */ | 257 | */ |
| 250 | static inline void | 258 | static int |
| 251 | dasd_state_ready_to_basic(struct dasd_device * device) | 259 | dasd_state_ready_to_basic(struct dasd_device * device) |
| 252 | { | 260 | { |
| 253 | dasd_flush_ccw_queue(device, 0); | 261 | int rc; |
| 262 | |||
| 263 | rc = dasd_flush_ccw_queue(device, 0); | ||
| 264 | if (rc) | ||
| 265 | return rc; | ||
| 254 | dasd_destroy_partitions(device); | 266 | dasd_destroy_partitions(device); |
| 255 | dasd_flush_request_queue(device); | 267 | dasd_flush_request_queue(device); |
| 256 | device->blocks = 0; | 268 | device->blocks = 0; |
| 257 | device->bp_block = 0; | 269 | device->bp_block = 0; |
| 258 | device->s2b_shift = 0; | 270 | device->s2b_shift = 0; |
| 259 | device->state = DASD_STATE_BASIC; | 271 | device->state = DASD_STATE_BASIC; |
| 272 | return 0; | ||
| 260 | } | 273 | } |
| 261 | 274 | ||
| 262 | /* | 275 | /* |
| 263 | * Back to basic. | 276 | * Back to basic. |
| 264 | */ | 277 | */ |
| 265 | static inline void | 278 | static int |
| 266 | dasd_state_unfmt_to_basic(struct dasd_device * device) | 279 | dasd_state_unfmt_to_basic(struct dasd_device * device) |
| 267 | { | 280 | { |
| 268 | device->state = DASD_STATE_BASIC; | 281 | device->state = DASD_STATE_BASIC; |
| 282 | return 0; | ||
| 269 | } | 283 | } |
| 270 | 284 | ||
| 271 | /* | 285 | /* |
| @@ -273,7 +287,7 @@ dasd_state_unfmt_to_basic(struct dasd_device * device) | |||
| 273 | * the requeueing of requests from the linux request queue to the | 287 | * the requeueing of requests from the linux request queue to the |
| 274 | * ccw queue. | 288 | * ccw queue. |
| 275 | */ | 289 | */ |
| 276 | static inline int | 290 | static int |
| 277 | dasd_state_ready_to_online(struct dasd_device * device) | 291 | dasd_state_ready_to_online(struct dasd_device * device) |
| 278 | { | 292 | { |
| 279 | device->state = DASD_STATE_ONLINE; | 293 | device->state = DASD_STATE_ONLINE; |
| @@ -284,16 +298,17 @@ dasd_state_ready_to_online(struct dasd_device * device) | |||
| 284 | /* | 298 | /* |
| 285 | * Stop the requeueing of requests again. | 299 | * Stop the requeueing of requests again. |
| 286 | */ | 300 | */ |
| 287 | static inline void | 301 | static int |
| 288 | dasd_state_online_to_ready(struct dasd_device * device) | 302 | dasd_state_online_to_ready(struct dasd_device * device) |
| 289 | { | 303 | { |
| 290 | device->state = DASD_STATE_READY; | 304 | device->state = DASD_STATE_READY; |
| 305 | return 0; | ||
| 291 | } | 306 | } |
| 292 | 307 | ||
| 293 | /* | 308 | /* |
| 294 | * Device startup state changes. | 309 | * Device startup state changes. |
| 295 | */ | 310 | */ |
| 296 | static inline int | 311 | static int |
| 297 | dasd_increase_state(struct dasd_device *device) | 312 | dasd_increase_state(struct dasd_device *device) |
| 298 | { | 313 | { |
| 299 | int rc; | 314 | int rc; |
| @@ -329,30 +344,37 @@ dasd_increase_state(struct dasd_device *device) | |||
| 329 | /* | 344 | /* |
| 330 | * Device shutdown state changes. | 345 | * Device shutdown state changes. |
| 331 | */ | 346 | */ |
| 332 | static inline int | 347 | static int |
| 333 | dasd_decrease_state(struct dasd_device *device) | 348 | dasd_decrease_state(struct dasd_device *device) |
| 334 | { | 349 | { |
| 350 | int rc; | ||
| 351 | |||
| 352 | rc = 0; | ||
| 335 | if (device->state == DASD_STATE_ONLINE && | 353 | if (device->state == DASD_STATE_ONLINE && |
| 336 | device->target <= DASD_STATE_READY) | 354 | device->target <= DASD_STATE_READY) |
| 337 | dasd_state_online_to_ready(device); | 355 | rc = dasd_state_online_to_ready(device); |
| 338 | 356 | ||
| 339 | if (device->state == DASD_STATE_READY && | 357 | if (!rc && |
| 358 | device->state == DASD_STATE_READY && | ||
| 340 | device->target <= DASD_STATE_BASIC) | 359 | device->target <= DASD_STATE_BASIC) |
| 341 | dasd_state_ready_to_basic(device); | 360 | rc = dasd_state_ready_to_basic(device); |
| 342 | 361 | ||
| 343 | if (device->state == DASD_STATE_UNFMT && | 362 | if (!rc && |
| 363 | device->state == DASD_STATE_UNFMT && | ||
| 344 | device->target <= DASD_STATE_BASIC) | 364 | device->target <= DASD_STATE_BASIC) |
| 345 | dasd_state_unfmt_to_basic(device); | 365 | rc = dasd_state_unfmt_to_basic(device); |
| 346 | 366 | ||
| 347 | if (device->state == DASD_STATE_BASIC && | 367 | if (!rc && |
| 368 | device->state == DASD_STATE_BASIC && | ||
| 348 | device->target <= DASD_STATE_KNOWN) | 369 | device->target <= DASD_STATE_KNOWN) |
| 349 | dasd_state_basic_to_known(device); | 370 | rc = dasd_state_basic_to_known(device); |
| 350 | 371 | ||
| 351 | if (device->state == DASD_STATE_KNOWN && | 372 | if (!rc && |
| 373 | device->state == DASD_STATE_KNOWN && | ||
| 352 | device->target <= DASD_STATE_NEW) | 374 | device->target <= DASD_STATE_NEW) |
| 353 | dasd_state_known_to_new(device); | 375 | rc = dasd_state_known_to_new(device); |
| 354 | 376 | ||
| 355 | return 0; | 377 | return rc; |
| 356 | } | 378 | } |
| 357 | 379 | ||
| 358 | /* | 380 | /* |
| @@ -701,6 +723,7 @@ dasd_term_IO(struct dasd_ccw_req * cqr) | |||
| 701 | cqr->retries--; | 723 | cqr->retries--; |
| 702 | cqr->status = DASD_CQR_CLEAR; | 724 | cqr->status = DASD_CQR_CLEAR; |
| 703 | cqr->stopclk = get_clock(); | 725 | cqr->stopclk = get_clock(); |
| 726 | cqr->starttime = 0; | ||
| 704 | DBF_DEV_EVENT(DBF_DEBUG, device, | 727 | DBF_DEV_EVENT(DBF_DEBUG, device, |
| 705 | "terminate cqr %p successful", | 728 | "terminate cqr %p successful", |
| 706 | cqr); | 729 | cqr); |
| @@ -978,6 +1001,7 @@ dasd_int_handler(struct ccw_device *cdev, unsigned long intparm, | |||
| 978 | irb->scsw.fctl & SCSW_FCTL_CLEAR_FUNC) { | 1001 | irb->scsw.fctl & SCSW_FCTL_CLEAR_FUNC) { |
| 979 | cqr->status = DASD_CQR_QUEUED; | 1002 | cqr->status = DASD_CQR_QUEUED; |
| 980 | dasd_clear_timer(device); | 1003 | dasd_clear_timer(device); |
| 1004 | wake_up(&dasd_flush_wq); | ||
| 981 | dasd_schedule_bh(device); | 1005 | dasd_schedule_bh(device); |
| 982 | return; | 1006 | return; |
| 983 | } | 1007 | } |
| @@ -1241,6 +1265,10 @@ __dasd_check_expire(struct dasd_device * device) | |||
| 1241 | cqr = list_entry(device->ccw_queue.next, struct dasd_ccw_req, list); | 1265 | cqr = list_entry(device->ccw_queue.next, struct dasd_ccw_req, list); |
| 1242 | if (cqr->status == DASD_CQR_IN_IO && cqr->expires != 0) { | 1266 | if (cqr->status == DASD_CQR_IN_IO && cqr->expires != 0) { |
| 1243 | if (time_after_eq(jiffies, cqr->expires + cqr->starttime)) { | 1267 | if (time_after_eq(jiffies, cqr->expires + cqr->starttime)) { |
| 1268 | DEV_MESSAGE(KERN_ERR, device, | ||
| 1269 | "internal error - timeout (%is) expired " | ||
| 1270 | "for cqr %p (%i retries left)", | ||
| 1271 | (cqr->expires/HZ), cqr, cqr->retries); | ||
| 1244 | if (device->discipline->term_IO(cqr) != 0) | 1272 | if (device->discipline->term_IO(cqr) != 0) |
| 1245 | /* Hmpf, try again in 1/10 sec */ | 1273 | /* Hmpf, try again in 1/10 sec */ |
| 1246 | dasd_set_timer(device, 10); | 1274 | dasd_set_timer(device, 10); |
| @@ -1285,46 +1313,100 @@ __dasd_start_head(struct dasd_device * device) | |||
| 1285 | dasd_set_timer(device, 50); | 1313 | dasd_set_timer(device, 50); |
| 1286 | } | 1314 | } |
| 1287 | 1315 | ||
| 1316 | static inline int | ||
| 1317 | _wait_for_clear(struct dasd_ccw_req *cqr) | ||
| 1318 | { | ||
| 1319 | return (cqr->status == DASD_CQR_QUEUED); | ||
| 1320 | } | ||
| 1321 | |||
| 1288 | /* | 1322 | /* |
| 1289 | * Remove requests from the ccw queue. | 1323 | * Remove all requests from the ccw queue (all = '1') or only block device |
| 1324 | * requests in case all = '0'. | ||
| 1325 | * Take care of the erp-chain (chained via cqr->refers) and remove either | ||
| 1326 | * the whole erp-chain or none of the erp-requests. | ||
| 1327 | * If a request is currently running, term_IO is called and the request | ||
| 1328 | * is re-queued. Prior to removing the terminated request we need to wait | ||
| 1329 | * for the clear-interrupt. | ||
| 1330 | * In case termination is not possible we stop processing and just finishing | ||
| 1331 | * the already moved requests. | ||
| 1290 | */ | 1332 | */ |
| 1291 | static void | 1333 | static int |
| 1292 | dasd_flush_ccw_queue(struct dasd_device * device, int all) | 1334 | dasd_flush_ccw_queue(struct dasd_device * device, int all) |
| 1293 | { | 1335 | { |
| 1336 | struct dasd_ccw_req *cqr, *orig, *n; | ||
| 1337 | int rc, i; | ||
| 1338 | |||
| 1294 | struct list_head flush_queue; | 1339 | struct list_head flush_queue; |
| 1295 | struct list_head *l, *n; | ||
| 1296 | struct dasd_ccw_req *cqr; | ||
| 1297 | 1340 | ||
| 1298 | INIT_LIST_HEAD(&flush_queue); | 1341 | INIT_LIST_HEAD(&flush_queue); |
| 1299 | spin_lock_irq(get_ccwdev_lock(device->cdev)); | 1342 | spin_lock_irq(get_ccwdev_lock(device->cdev)); |
| 1300 | list_for_each_safe(l, n, &device->ccw_queue) { | 1343 | rc = 0; |
| 1301 | cqr = list_entry(l, struct dasd_ccw_req, list); | 1344 | restart: |
| 1345 | list_for_each_entry_safe(cqr, n, &device->ccw_queue, list) { | ||
| 1346 | /* get original request of erp request-chain */ | ||
| 1347 | for (orig = cqr; orig->refers != NULL; orig = orig->refers); | ||
| 1348 | |||
| 1302 | /* Flush all request or only block device requests? */ | 1349 | /* Flush all request or only block device requests? */ |
| 1303 | if (all == 0 && cqr->callback == dasd_end_request_cb) | 1350 | if (all == 0 && cqr->callback != dasd_end_request_cb && |
| 1351 | orig->callback != dasd_end_request_cb) { | ||
| 1304 | continue; | 1352 | continue; |
| 1305 | if (cqr->status == DASD_CQR_IN_IO) | 1353 | } |
| 1306 | device->discipline->term_IO(cqr); | 1354 | /* Check status and move request to flush_queue */ |
| 1307 | if (cqr->status != DASD_CQR_DONE || | 1355 | switch (cqr->status) { |
| 1308 | cqr->status != DASD_CQR_FAILED) { | 1356 | case DASD_CQR_IN_IO: |
| 1309 | cqr->status = DASD_CQR_FAILED; | 1357 | rc = device->discipline->term_IO(cqr); |
| 1358 | if (rc) { | ||
| 1359 | /* unable to terminate requeust */ | ||
| 1360 | DEV_MESSAGE(KERN_ERR, device, | ||
| 1361 | "dasd flush ccw_queue is unable " | ||
| 1362 | " to terminate request %p", | ||
| 1363 | cqr); | ||
| 1364 | /* stop flush processing */ | ||
| 1365 | goto finished; | ||
| 1366 | } | ||
| 1367 | break; | ||
| 1368 | case DASD_CQR_QUEUED: | ||
| 1369 | case DASD_CQR_ERROR: | ||
| 1370 | /* set request to FAILED */ | ||
| 1310 | cqr->stopclk = get_clock(); | 1371 | cqr->stopclk = get_clock(); |
| 1372 | cqr->status = DASD_CQR_FAILED; | ||
| 1373 | break; | ||
| 1374 | default: /* do not touch the others */ | ||
| 1375 | break; | ||
| 1376 | } | ||
| 1377 | /* Rechain request (including erp chain) */ | ||
| 1378 | for (i = 0; cqr != NULL; cqr = cqr->refers, i++) { | ||
| 1379 | cqr->endclk = get_clock(); | ||
| 1380 | list_move_tail(&cqr->list, &flush_queue); | ||
| 1381 | } | ||
| 1382 | if (i > 1) | ||
| 1383 | /* moved more than one request - need to restart */ | ||
| 1384 | goto restart; | ||
| 1385 | } | ||
| 1386 | |||
| 1387 | finished: | ||
| 1388 | spin_unlock_irq(get_ccwdev_lock(device->cdev)); | ||
| 1389 | /* Now call the callback function of flushed requests */ | ||
| 1390 | restart_cb: | ||
| 1391 | list_for_each_entry_safe(cqr, n, &flush_queue, list) { | ||
| 1392 | if (cqr->status == DASD_CQR_CLEAR) { | ||
| 1393 | /* wait for clear interrupt! */ | ||
| 1394 | wait_event(dasd_flush_wq, _wait_for_clear(cqr)); | ||
| 1395 | cqr->status = DASD_CQR_FAILED; | ||
| 1311 | } | 1396 | } |
| 1312 | /* Process finished ERP request. */ | 1397 | /* Process finished ERP request. */ |
| 1313 | if (cqr->refers) { | 1398 | if (cqr->refers) { |
| 1314 | __dasd_process_erp(device, cqr); | 1399 | __dasd_process_erp(device, cqr); |
| 1315 | continue; | 1400 | /* restart list_for_xx loop since dasd_process_erp |
| 1401 | * might remove multiple elements */ | ||
| 1402 | goto restart_cb; | ||
| 1316 | } | 1403 | } |
| 1317 | /* Rechain request on device request queue */ | 1404 | /* call the callback function */ |
| 1318 | cqr->endclk = get_clock(); | 1405 | cqr->endclk = get_clock(); |
| 1319 | list_move_tail(&cqr->list, &flush_queue); | ||
| 1320 | } | ||
| 1321 | spin_unlock_irq(get_ccwdev_lock(device->cdev)); | ||
| 1322 | /* Now call the callback function of flushed requests */ | ||
| 1323 | list_for_each_safe(l, n, &flush_queue) { | ||
| 1324 | cqr = list_entry(l, struct dasd_ccw_req, list); | ||
| 1325 | if (cqr->callback != NULL) | 1406 | if (cqr->callback != NULL) |
| 1326 | (cqr->callback)(cqr, cqr->callback_data); | 1407 | (cqr->callback)(cqr, cqr->callback_data); |
| 1327 | } | 1408 | } |
| 1409 | return rc; | ||
| 1328 | } | 1410 | } |
| 1329 | 1411 | ||
| 1330 | /* | 1412 | /* |
| @@ -1510,10 +1592,8 @@ dasd_sleep_on_interruptible(struct dasd_ccw_req * cqr) | |||
| 1510 | if (device->discipline->term_IO) { | 1592 | if (device->discipline->term_IO) { |
| 1511 | cqr->retries = -1; | 1593 | cqr->retries = -1; |
| 1512 | device->discipline->term_IO(cqr); | 1594 | device->discipline->term_IO(cqr); |
| 1513 | /*nished = | 1595 | /* wait (non-interruptible) for final status |
| 1514 | * wait (non-interruptible) for final status | 1596 | * because signal ist still pending */ |
| 1515 | * because signal ist still pending | ||
| 1516 | */ | ||
| 1517 | spin_unlock_irq(get_ccwdev_lock(device->cdev)); | 1597 | spin_unlock_irq(get_ccwdev_lock(device->cdev)); |
| 1518 | wait_event(wait_q, _wait_for_wakeup(cqr)); | 1598 | wait_event(wait_q, _wait_for_wakeup(cqr)); |
| 1519 | spin_lock_irq(get_ccwdev_lock(device->cdev)); | 1599 | spin_lock_irq(get_ccwdev_lock(device->cdev)); |
| @@ -1546,19 +1626,11 @@ static inline int | |||
| 1546 | _dasd_term_running_cqr(struct dasd_device *device) | 1626 | _dasd_term_running_cqr(struct dasd_device *device) |
| 1547 | { | 1627 | { |
| 1548 | struct dasd_ccw_req *cqr; | 1628 | struct dasd_ccw_req *cqr; |
| 1549 | int rc; | ||
| 1550 | 1629 | ||
| 1551 | if (list_empty(&device->ccw_queue)) | 1630 | if (list_empty(&device->ccw_queue)) |
| 1552 | return 0; | 1631 | return 0; |
| 1553 | cqr = list_entry(device->ccw_queue.next, struct dasd_ccw_req, list); | 1632 | cqr = list_entry(device->ccw_queue.next, struct dasd_ccw_req, list); |
| 1554 | rc = device->discipline->term_IO(cqr); | 1633 | return device->discipline->term_IO(cqr); |
| 1555 | if (rc == 0) { | ||
| 1556 | /* termination successful */ | ||
| 1557 | cqr->status = DASD_CQR_QUEUED; | ||
| 1558 | cqr->startclk = cqr->stopclk = 0; | ||
| 1559 | cqr->starttime = 0; | ||
| 1560 | } | ||
| 1561 | return rc; | ||
| 1562 | } | 1634 | } |
| 1563 | 1635 | ||
| 1564 | int | 1636 | int |
| @@ -1726,10 +1798,7 @@ dasd_flush_request_queue(struct dasd_device * device) | |||
| 1726 | return; | 1798 | return; |
| 1727 | 1799 | ||
| 1728 | spin_lock_irq(&device->request_queue_lock); | 1800 | spin_lock_irq(&device->request_queue_lock); |
| 1729 | while (!list_empty(&device->request_queue->queue_head)) { | 1801 | while ((req = elv_next_request(device->request_queue))) { |
| 1730 | req = elv_next_request(device->request_queue); | ||
| 1731 | if (req == NULL) | ||
| 1732 | break; | ||
| 1733 | blkdev_dequeue_request(req); | 1802 | blkdev_dequeue_request(req); |
| 1734 | dasd_end_request(req, 0); | 1803 | dasd_end_request(req, 0); |
| 1735 | } | 1804 | } |
| @@ -2091,6 +2160,7 @@ dasd_init(void) | |||
| 2091 | int rc; | 2160 | int rc; |
| 2092 | 2161 | ||
| 2093 | init_waitqueue_head(&dasd_init_waitq); | 2162 | init_waitqueue_head(&dasd_init_waitq); |
| 2163 | init_waitqueue_head(&dasd_flush_wq); | ||
| 2094 | 2164 | ||
| 2095 | /* register 'common' DASD debug area, used for all DBF_XXX calls */ | 2165 | /* register 'common' DASD debug area, used for all DBF_XXX calls */ |
| 2096 | dasd_debug_area = debug_register("dasd", 1, 2, 8 * sizeof (long)); | 2166 | dasd_debug_area = debug_register("dasd", 1, 2, 8 * sizeof (long)); |
diff --git a/drivers/s390/block/dasd_genhd.c b/drivers/s390/block/dasd_genhd.c index 4c272b70f41a..d163632101d2 100644 --- a/drivers/s390/block/dasd_genhd.c +++ b/drivers/s390/block/dasd_genhd.c | |||
| @@ -83,10 +83,12 @@ dasd_gendisk_alloc(struct dasd_device *device) | |||
| 83 | void | 83 | void |
| 84 | dasd_gendisk_free(struct dasd_device *device) | 84 | dasd_gendisk_free(struct dasd_device *device) |
| 85 | { | 85 | { |
| 86 | del_gendisk(device->gdp); | 86 | if (device->gdp) { |
| 87 | device->gdp->queue = NULL; | 87 | del_gendisk(device->gdp); |
| 88 | put_disk(device->gdp); | 88 | device->gdp->queue = NULL; |
| 89 | device->gdp = NULL; | 89 | put_disk(device->gdp); |
| 90 | device->gdp = NULL; | ||
| 91 | } | ||
| 90 | } | 92 | } |
| 91 | 93 | ||
| 92 | /* | 94 | /* |
diff --git a/drivers/s390/cio/ccwgroup.c b/drivers/s390/cio/ccwgroup.c index 3cba6c9fab11..38954f5cd14c 100644 --- a/drivers/s390/cio/ccwgroup.c +++ b/drivers/s390/cio/ccwgroup.c | |||
| @@ -183,11 +183,9 @@ ccwgroup_create(struct device *root, | |||
| 183 | 183 | ||
| 184 | gdev->creator_id = creator_id; | 184 | gdev->creator_id = creator_id; |
| 185 | gdev->count = argc; | 185 | gdev->count = argc; |
| 186 | gdev->dev = (struct device ) { | 186 | gdev->dev.bus = &ccwgroup_bus_type; |
| 187 | .bus = &ccwgroup_bus_type, | 187 | gdev->dev.parent = root; |
| 188 | .parent = root, | 188 | gdev->dev.release = ccwgroup_release; |
| 189 | .release = ccwgroup_release, | ||
| 190 | }; | ||
| 191 | 189 | ||
| 192 | snprintf (gdev->dev.bus_id, BUS_ID_SIZE, "%s", | 190 | snprintf (gdev->dev.bus_id, BUS_ID_SIZE, "%s", |
| 193 | gdev->cdev[0]->dev.bus_id); | 191 | gdev->cdev[0]->dev.bus_id); |
| @@ -391,10 +389,8 @@ int | |||
| 391 | ccwgroup_driver_register (struct ccwgroup_driver *cdriver) | 389 | ccwgroup_driver_register (struct ccwgroup_driver *cdriver) |
| 392 | { | 390 | { |
| 393 | /* register our new driver with the core */ | 391 | /* register our new driver with the core */ |
| 394 | cdriver->driver = (struct device_driver) { | 392 | cdriver->driver.bus = &ccwgroup_bus_type; |
| 395 | .bus = &ccwgroup_bus_type, | 393 | cdriver->driver.name = cdriver->name; |
| 396 | .name = cdriver->name, | ||
| 397 | }; | ||
| 398 | 394 | ||
| 399 | return driver_register(&cdriver->driver); | 395 | return driver_register(&cdriver->driver); |
| 400 | } | 396 | } |
diff --git a/drivers/s390/cio/chsc.c b/drivers/s390/cio/chsc.c index 61ce3f1d5228..c28444af0919 100644 --- a/drivers/s390/cio/chsc.c +++ b/drivers/s390/cio/chsc.c | |||
| @@ -238,8 +238,6 @@ s390_subchannel_remove_chpid(struct device *dev, void *data) | |||
| 238 | /* Check for single path devices. */ | 238 | /* Check for single path devices. */ |
| 239 | if (sch->schib.pmcw.pim == 0x80) | 239 | if (sch->schib.pmcw.pim == 0x80) |
| 240 | goto out_unreg; | 240 | goto out_unreg; |
| 241 | if (sch->vpm == mask) | ||
| 242 | goto out_unreg; | ||
| 243 | 241 | ||
| 244 | if ((sch->schib.scsw.actl & SCSW_ACTL_DEVACT) && | 242 | if ((sch->schib.scsw.actl & SCSW_ACTL_DEVACT) && |
| 245 | (sch->schib.scsw.actl & SCSW_ACTL_SCHACT) && | 243 | (sch->schib.scsw.actl & SCSW_ACTL_SCHACT) && |
| @@ -258,6 +256,8 @@ s390_subchannel_remove_chpid(struct device *dev, void *data) | |||
| 258 | /* trigger path verification. */ | 256 | /* trigger path verification. */ |
| 259 | if (sch->driver && sch->driver->verify) | 257 | if (sch->driver && sch->driver->verify) |
| 260 | sch->driver->verify(&sch->dev); | 258 | sch->driver->verify(&sch->dev); |
| 259 | else if (sch->vpm == mask) | ||
| 260 | goto out_unreg; | ||
| 261 | out_unlock: | 261 | out_unlock: |
| 262 | spin_unlock_irq(&sch->lock); | 262 | spin_unlock_irq(&sch->lock); |
| 263 | return 0; | 263 | return 0; |
| @@ -1391,10 +1391,8 @@ new_channel_path(int chpid) | |||
| 1391 | /* fill in status, etc. */ | 1391 | /* fill in status, etc. */ |
| 1392 | chp->id = chpid; | 1392 | chp->id = chpid; |
| 1393 | chp->state = 1; | 1393 | chp->state = 1; |
| 1394 | chp->dev = (struct device) { | 1394 | chp->dev.parent = &css[0]->device; |
| 1395 | .parent = &css[0]->device, | 1395 | chp->dev.release = chp_release; |
| 1396 | .release = chp_release, | ||
| 1397 | }; | ||
| 1398 | snprintf(chp->dev.bus_id, BUS_ID_SIZE, "chp0.%x", chpid); | 1396 | snprintf(chp->dev.bus_id, BUS_ID_SIZE, "chp0.%x", chpid); |
| 1399 | 1397 | ||
| 1400 | /* Obtain channel path description and fill it in. */ | 1398 | /* Obtain channel path description and fill it in. */ |
diff --git a/drivers/s390/cio/device.c b/drivers/s390/cio/device.c index 585fa04233c3..646da5640401 100644 --- a/drivers/s390/cio/device.c +++ b/drivers/s390/cio/device.c | |||
| @@ -556,12 +556,11 @@ get_disc_ccwdev_by_devno(unsigned int devno, unsigned int ssid, | |||
| 556 | struct ccw_device *sibling) | 556 | struct ccw_device *sibling) |
| 557 | { | 557 | { |
| 558 | struct device *dev; | 558 | struct device *dev; |
| 559 | struct match_data data = { | 559 | struct match_data data; |
| 560 | .devno = devno, | ||
| 561 | .ssid = ssid, | ||
| 562 | .sibling = sibling, | ||
| 563 | }; | ||
| 564 | 560 | ||
| 561 | data.devno = devno; | ||
| 562 | data.ssid = ssid; | ||
| 563 | data.sibling = sibling; | ||
| 565 | dev = bus_find_device(&ccw_bus_type, NULL, &data, match_devno); | 564 | dev = bus_find_device(&ccw_bus_type, NULL, &data, match_devno); |
| 566 | 565 | ||
| 567 | return dev ? to_ccwdev(dev) : NULL; | 566 | return dev ? to_ccwdev(dev) : NULL; |
| @@ -835,10 +834,8 @@ io_subchannel_probe (struct subchannel *sch) | |||
| 835 | return -ENOMEM; | 834 | return -ENOMEM; |
| 836 | } | 835 | } |
| 837 | atomic_set(&cdev->private->onoff, 0); | 836 | atomic_set(&cdev->private->onoff, 0); |
| 838 | cdev->dev = (struct device) { | 837 | cdev->dev.parent = &sch->dev; |
| 839 | .parent = &sch->dev, | 838 | cdev->dev.release = ccw_device_release; |
| 840 | .release = ccw_device_release, | ||
| 841 | }; | ||
| 842 | INIT_LIST_HEAD(&cdev->private->kick_work.entry); | 839 | INIT_LIST_HEAD(&cdev->private->kick_work.entry); |
| 843 | /* Do first half of device_register. */ | 840 | /* Do first half of device_register. */ |
| 844 | device_initialize(&cdev->dev); | 841 | device_initialize(&cdev->dev); |
| @@ -977,9 +974,7 @@ ccw_device_console_enable (struct ccw_device *cdev, struct subchannel *sch) | |||
| 977 | int rc; | 974 | int rc; |
| 978 | 975 | ||
| 979 | /* Initialize the ccw_device structure. */ | 976 | /* Initialize the ccw_device structure. */ |
| 980 | cdev->dev = (struct device) { | 977 | cdev->dev.parent= &sch->dev; |
| 981 | .parent = &sch->dev, | ||
| 982 | }; | ||
| 983 | rc = io_subchannel_recog(cdev, sch); | 978 | rc = io_subchannel_recog(cdev, sch); |
| 984 | if (rc) | 979 | if (rc) |
| 985 | return rc; | 980 | return rc; |
diff --git a/drivers/s390/cio/device_fsm.c b/drivers/s390/cio/device_fsm.c index 6d91c2eb205b..35e162ba6d54 100644 --- a/drivers/s390/cio/device_fsm.c +++ b/drivers/s390/cio/device_fsm.c | |||
| @@ -267,12 +267,10 @@ ccw_device_recog_done(struct ccw_device *cdev, int state) | |||
| 267 | notify = 1; | 267 | notify = 1; |
| 268 | } | 268 | } |
| 269 | /* fill out sense information */ | 269 | /* fill out sense information */ |
| 270 | cdev->id = (struct ccw_device_id) { | 270 | cdev->id.cu_type = cdev->private->senseid.cu_type; |
| 271 | .cu_type = cdev->private->senseid.cu_type, | 271 | cdev->id.cu_model = cdev->private->senseid.cu_model; |
| 272 | .cu_model = cdev->private->senseid.cu_model, | 272 | cdev->id.dev_type = cdev->private->senseid.dev_type; |
| 273 | .dev_type = cdev->private->senseid.dev_type, | 273 | cdev->id.dev_model = cdev->private->senseid.dev_model; |
| 274 | .dev_model = cdev->private->senseid.dev_model, | ||
| 275 | }; | ||
| 276 | if (notify) { | 274 | if (notify) { |
| 277 | cdev->private->state = DEV_STATE_OFFLINE; | 275 | cdev->private->state = DEV_STATE_OFFLINE; |
| 278 | if (same_dev) { | 276 | if (same_dev) { |
| @@ -566,12 +564,10 @@ ccw_device_verify_done(struct ccw_device *cdev, int err) | |||
| 566 | /* Deliver fake irb to device driver, if needed. */ | 564 | /* Deliver fake irb to device driver, if needed. */ |
| 567 | if (cdev->private->flags.fake_irb) { | 565 | if (cdev->private->flags.fake_irb) { |
| 568 | memset(&cdev->private->irb, 0, sizeof(struct irb)); | 566 | memset(&cdev->private->irb, 0, sizeof(struct irb)); |
| 569 | cdev->private->irb.scsw = (struct scsw) { | 567 | cdev->private->irb.scsw.cc = 1; |
| 570 | .cc = 1, | 568 | cdev->private->irb.scsw.fctl = SCSW_FCTL_START_FUNC; |
| 571 | .fctl = SCSW_FCTL_START_FUNC, | 569 | cdev->private->irb.scsw.actl = SCSW_ACTL_START_PEND; |
| 572 | .actl = SCSW_ACTL_START_PEND, | 570 | cdev->private->irb.scsw.stctl = SCSW_STCTL_STATUS_PEND; |
| 573 | .stctl = SCSW_STCTL_STATUS_PEND, | ||
| 574 | }; | ||
| 575 | cdev->private->flags.fake_irb = 0; | 571 | cdev->private->flags.fake_irb = 0; |
| 576 | if (cdev->handler) | 572 | if (cdev->handler) |
| 577 | cdev->handler(cdev, cdev->private->intparm, | 573 | cdev->handler(cdev, cdev->private->intparm, |
diff --git a/drivers/s390/cio/device_pgid.c b/drivers/s390/cio/device_pgid.c index 32610fd8868e..1693a102dcfe 100644 --- a/drivers/s390/cio/device_pgid.c +++ b/drivers/s390/cio/device_pgid.c | |||
| @@ -24,6 +24,21 @@ | |||
| 24 | #include "ioasm.h" | 24 | #include "ioasm.h" |
| 25 | 25 | ||
| 26 | /* | 26 | /* |
| 27 | * Helper function called from interrupt context to decide whether an | ||
| 28 | * operation should be tried again. | ||
| 29 | */ | ||
| 30 | static int __ccw_device_should_retry(struct scsw *scsw) | ||
| 31 | { | ||
| 32 | /* CC is only valid if start function bit is set. */ | ||
| 33 | if ((scsw->fctl & SCSW_FCTL_START_FUNC) && scsw->cc == 1) | ||
| 34 | return 1; | ||
| 35 | /* No more activity. For sense and set PGID we stubbornly try again. */ | ||
| 36 | if (!scsw->actl) | ||
| 37 | return 1; | ||
| 38 | return 0; | ||
| 39 | } | ||
| 40 | |||
| 41 | /* | ||
| 27 | * Start Sense Path Group ID helper function. Used in ccw_device_recog | 42 | * Start Sense Path Group ID helper function. Used in ccw_device_recog |
| 28 | * and ccw_device_sense_pgid. | 43 | * and ccw_device_sense_pgid. |
| 29 | */ | 44 | */ |
| @@ -155,10 +170,10 @@ ccw_device_sense_pgid_irq(struct ccw_device *cdev, enum dev_event dev_event) | |||
| 155 | int ret; | 170 | int ret; |
| 156 | 171 | ||
| 157 | irb = (struct irb *) __LC_IRB; | 172 | irb = (struct irb *) __LC_IRB; |
| 158 | /* Retry sense pgid for cc=1. */ | 173 | |
| 159 | if (irb->scsw.stctl == | 174 | if (irb->scsw.stctl == |
| 160 | (SCSW_STCTL_STATUS_PEND | SCSW_STCTL_ALERT_STATUS)) { | 175 | (SCSW_STCTL_STATUS_PEND | SCSW_STCTL_ALERT_STATUS)) { |
| 161 | if (irb->scsw.cc == 1) { | 176 | if (__ccw_device_should_retry(&irb->scsw)) { |
| 162 | ret = __ccw_device_sense_pgid_start(cdev); | 177 | ret = __ccw_device_sense_pgid_start(cdev); |
| 163 | if (ret && ret != -EBUSY) | 178 | if (ret && ret != -EBUSY) |
| 164 | ccw_device_sense_pgid_done(cdev, ret); | 179 | ccw_device_sense_pgid_done(cdev, ret); |
| @@ -391,10 +406,10 @@ ccw_device_verify_irq(struct ccw_device *cdev, enum dev_event dev_event) | |||
| 391 | int ret; | 406 | int ret; |
| 392 | 407 | ||
| 393 | irb = (struct irb *) __LC_IRB; | 408 | irb = (struct irb *) __LC_IRB; |
| 394 | /* Retry set pgid for cc=1. */ | 409 | |
| 395 | if (irb->scsw.stctl == | 410 | if (irb->scsw.stctl == |
| 396 | (SCSW_STCTL_STATUS_PEND | SCSW_STCTL_ALERT_STATUS)) { | 411 | (SCSW_STCTL_STATUS_PEND | SCSW_STCTL_ALERT_STATUS)) { |
| 397 | if (irb->scsw.cc == 1) | 412 | if (__ccw_device_should_retry(&irb->scsw)) |
| 398 | __ccw_device_verify_start(cdev); | 413 | __ccw_device_verify_start(cdev); |
| 399 | return; | 414 | return; |
| 400 | } | 415 | } |
| @@ -494,10 +509,10 @@ ccw_device_disband_irq(struct ccw_device *cdev, enum dev_event dev_event) | |||
| 494 | int ret; | 509 | int ret; |
| 495 | 510 | ||
| 496 | irb = (struct irb *) __LC_IRB; | 511 | irb = (struct irb *) __LC_IRB; |
| 497 | /* Retry set pgid for cc=1. */ | 512 | |
| 498 | if (irb->scsw.stctl == | 513 | if (irb->scsw.stctl == |
| 499 | (SCSW_STCTL_STATUS_PEND | SCSW_STCTL_ALERT_STATUS)) { | 514 | (SCSW_STCTL_STATUS_PEND | SCSW_STCTL_ALERT_STATUS)) { |
| 500 | if (irb->scsw.cc == 1) | 515 | if (__ccw_device_should_retry(&irb->scsw)) |
| 501 | __ccw_device_disband_start(cdev); | 516 | __ccw_device_disband_start(cdev); |
| 502 | return; | 517 | return; |
| 503 | } | 518 | } |
diff --git a/drivers/serial/8250_pci.c b/drivers/serial/8250_pci.c index a1d322f8a16c..851e4839d6d9 100644 --- a/drivers/serial/8250_pci.c +++ b/drivers/serial/8250_pci.c | |||
| @@ -458,11 +458,11 @@ static int pci_siig_setup(struct serial_private *priv, | |||
| 458 | * growing *huge*, we use this function to collapse some 70 entries | 458 | * growing *huge*, we use this function to collapse some 70 entries |
| 459 | * in the PCI table into one, for sanity's and compactness's sake. | 459 | * in the PCI table into one, for sanity's and compactness's sake. |
| 460 | */ | 460 | */ |
| 461 | static unsigned short timedia_single_port[] = { | 461 | static const unsigned short timedia_single_port[] = { |
| 462 | 0x4025, 0x4027, 0x4028, 0x5025, 0x5027, 0 | 462 | 0x4025, 0x4027, 0x4028, 0x5025, 0x5027, 0 |
| 463 | }; | 463 | }; |
| 464 | 464 | ||
| 465 | static unsigned short timedia_dual_port[] = { | 465 | static const unsigned short timedia_dual_port[] = { |
| 466 | 0x0002, 0x4036, 0x4037, 0x4038, 0x4078, 0x4079, 0x4085, | 466 | 0x0002, 0x4036, 0x4037, 0x4038, 0x4078, 0x4079, 0x4085, |
| 467 | 0x4088, 0x4089, 0x5037, 0x5078, 0x5079, 0x5085, 0x6079, | 467 | 0x4088, 0x4089, 0x5037, 0x5078, 0x5079, 0x5085, 0x6079, |
| 468 | 0x7079, 0x8079, 0x8137, 0x8138, 0x8237, 0x8238, 0x9079, | 468 | 0x7079, 0x8079, 0x8137, 0x8138, 0x8237, 0x8238, 0x9079, |
| @@ -470,35 +470,34 @@ static unsigned short timedia_dual_port[] = { | |||
| 470 | 0xD079, 0 | 470 | 0xD079, 0 |
| 471 | }; | 471 | }; |
| 472 | 472 | ||
| 473 | static unsigned short timedia_quad_port[] = { | 473 | static const unsigned short timedia_quad_port[] = { |
| 474 | 0x4055, 0x4056, 0x4095, 0x4096, 0x5056, 0x8156, 0x8157, | 474 | 0x4055, 0x4056, 0x4095, 0x4096, 0x5056, 0x8156, 0x8157, |
| 475 | 0x8256, 0x8257, 0x9056, 0x9156, 0x9157, 0x9158, 0x9159, | 475 | 0x8256, 0x8257, 0x9056, 0x9156, 0x9157, 0x9158, 0x9159, |
| 476 | 0x9256, 0x9257, 0xA056, 0xA157, 0xA158, 0xA159, 0xB056, | 476 | 0x9256, 0x9257, 0xA056, 0xA157, 0xA158, 0xA159, 0xB056, |
| 477 | 0xB157, 0 | 477 | 0xB157, 0 |
| 478 | }; | 478 | }; |
| 479 | 479 | ||
| 480 | static unsigned short timedia_eight_port[] = { | 480 | static const unsigned short timedia_eight_port[] = { |
| 481 | 0x4065, 0x4066, 0x5065, 0x5066, 0x8166, 0x9066, 0x9166, | 481 | 0x4065, 0x4066, 0x5065, 0x5066, 0x8166, 0x9066, 0x9166, |
| 482 | 0x9167, 0x9168, 0xA066, 0xA167, 0xA168, 0 | 482 | 0x9167, 0x9168, 0xA066, 0xA167, 0xA168, 0 |
| 483 | }; | 483 | }; |
| 484 | 484 | ||
| 485 | static const struct timedia_struct { | 485 | static const struct timedia_struct { |
| 486 | int num; | 486 | int num; |
| 487 | unsigned short *ids; | 487 | const unsigned short *ids; |
| 488 | } timedia_data[] = { | 488 | } timedia_data[] = { |
| 489 | { 1, timedia_single_port }, | 489 | { 1, timedia_single_port }, |
| 490 | { 2, timedia_dual_port }, | 490 | { 2, timedia_dual_port }, |
| 491 | { 4, timedia_quad_port }, | 491 | { 4, timedia_quad_port }, |
| 492 | { 8, timedia_eight_port }, | 492 | { 8, timedia_eight_port } |
| 493 | { 0, NULL } | ||
| 494 | }; | 493 | }; |
| 495 | 494 | ||
| 496 | static int pci_timedia_init(struct pci_dev *dev) | 495 | static int pci_timedia_init(struct pci_dev *dev) |
| 497 | { | 496 | { |
| 498 | unsigned short *ids; | 497 | const unsigned short *ids; |
| 499 | int i, j; | 498 | int i, j; |
| 500 | 499 | ||
| 501 | for (i = 0; timedia_data[i].num; i++) { | 500 | for (i = 0; i < ARRAY_SIZE(timedia_data); i++) { |
| 502 | ids = timedia_data[i].ids; | 501 | ids = timedia_data[i].ids; |
| 503 | for (j = 0; ids[j]; j++) | 502 | for (j = 0; ids[j]; j++) |
| 504 | if (dev->subsystem_device == ids[j]) | 503 | if (dev->subsystem_device == ids[j]) |
| @@ -936,6 +935,7 @@ enum pci_board_num_t { | |||
| 936 | pbn_b1_8_1382400, | 935 | pbn_b1_8_1382400, |
| 937 | 936 | ||
| 938 | pbn_b2_1_115200, | 937 | pbn_b2_1_115200, |
| 938 | pbn_b2_2_115200, | ||
| 939 | pbn_b2_8_115200, | 939 | pbn_b2_8_115200, |
| 940 | 940 | ||
| 941 | pbn_b2_1_460800, | 941 | pbn_b2_1_460800, |
| @@ -1243,6 +1243,12 @@ static struct pciserial_board pci_boards[] __devinitdata = { | |||
| 1243 | .base_baud = 115200, | 1243 | .base_baud = 115200, |
| 1244 | .uart_offset = 8, | 1244 | .uart_offset = 8, |
| 1245 | }, | 1245 | }, |
| 1246 | [pbn_b2_2_115200] = { | ||
| 1247 | .flags = FL_BASE2, | ||
| 1248 | .num_ports = 2, | ||
| 1249 | .base_baud = 115200, | ||
| 1250 | .uart_offset = 8, | ||
| 1251 | }, | ||
| 1246 | [pbn_b2_8_115200] = { | 1252 | [pbn_b2_8_115200] = { |
| 1247 | .flags = FL_BASE2, | 1253 | .flags = FL_BASE2, |
| 1248 | .num_ports = 8, | 1254 | .num_ports = 8, |
| @@ -2340,6 +2346,13 @@ static struct pci_device_id serial_pci_tbl[] = { | |||
| 2340 | pbn_b0_1_115200 }, | 2346 | pbn_b0_1_115200 }, |
| 2341 | 2347 | ||
| 2342 | /* | 2348 | /* |
| 2349 | * IntaShield IS-200 | ||
| 2350 | */ | ||
| 2351 | { PCI_VENDOR_ID_INTASHIELD, PCI_DEVICE_ID_INTASHIELD_IS200, | ||
| 2352 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, /* 135a.0811 */ | ||
| 2353 | pbn_b2_2_115200 }, | ||
| 2354 | |||
| 2355 | /* | ||
| 2343 | * These entries match devices with class COMMUNICATION_SERIAL, | 2356 | * These entries match devices with class COMMUNICATION_SERIAL, |
| 2344 | * COMMUNICATION_MODEM or COMMUNICATION_MULTISERIAL | 2357 | * COMMUNICATION_MODEM or COMMUNICATION_MULTISERIAL |
| 2345 | */ | 2358 | */ |
diff --git a/drivers/serial/serial_core.c b/drivers/serial/serial_core.c index 80ef7d482756..372e47f7d596 100644 --- a/drivers/serial/serial_core.c +++ b/drivers/serial/serial_core.c | |||
| @@ -2377,6 +2377,9 @@ int uart_match_port(struct uart_port *port1, struct uart_port *port2) | |||
| 2377 | return (port1->iobase == port2->iobase) && | 2377 | return (port1->iobase == port2->iobase) && |
| 2378 | (port1->hub6 == port2->hub6); | 2378 | (port1->hub6 == port2->hub6); |
| 2379 | case UPIO_MEM: | 2379 | case UPIO_MEM: |
| 2380 | case UPIO_MEM32: | ||
| 2381 | case UPIO_AU: | ||
| 2382 | case UPIO_TSI: | ||
| 2380 | return (port1->mapbase == port2->mapbase); | 2383 | return (port1->mapbase == port2->mapbase); |
| 2381 | } | 2384 | } |
| 2382 | return 0; | 2385 | return 0; |
diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c index 4fe1bec1c255..30299c620d97 100644 --- a/drivers/usb/gadget/ether.c +++ b/drivers/usb/gadget/ether.c | |||
| @@ -117,6 +117,8 @@ struct eth_dev { | |||
| 117 | struct usb_ep *in_ep, *out_ep, *status_ep; | 117 | struct usb_ep *in_ep, *out_ep, *status_ep; |
| 118 | const struct usb_endpoint_descriptor | 118 | const struct usb_endpoint_descriptor |
| 119 | *in, *out, *status; | 119 | *in, *out, *status; |
| 120 | |||
| 121 | spinlock_t req_lock; | ||
| 120 | struct list_head tx_reqs, rx_reqs; | 122 | struct list_head tx_reqs, rx_reqs; |
| 121 | 123 | ||
| 122 | struct net_device *net; | 124 | struct net_device *net; |
| @@ -1066,21 +1068,31 @@ static void eth_reset_config (struct eth_dev *dev) | |||
| 1066 | */ | 1068 | */ |
| 1067 | if (dev->in) { | 1069 | if (dev->in) { |
| 1068 | usb_ep_disable (dev->in_ep); | 1070 | usb_ep_disable (dev->in_ep); |
| 1071 | spin_lock(&dev->req_lock); | ||
| 1069 | while (likely (!list_empty (&dev->tx_reqs))) { | 1072 | while (likely (!list_empty (&dev->tx_reqs))) { |
| 1070 | req = container_of (dev->tx_reqs.next, | 1073 | req = container_of (dev->tx_reqs.next, |
| 1071 | struct usb_request, list); | 1074 | struct usb_request, list); |
| 1072 | list_del (&req->list); | 1075 | list_del (&req->list); |
| 1076 | |||
| 1077 | spin_unlock(&dev->req_lock); | ||
| 1073 | usb_ep_free_request (dev->in_ep, req); | 1078 | usb_ep_free_request (dev->in_ep, req); |
| 1079 | spin_lock(&dev->req_lock); | ||
| 1074 | } | 1080 | } |
| 1081 | spin_unlock(&dev->req_lock); | ||
| 1075 | } | 1082 | } |
| 1076 | if (dev->out) { | 1083 | if (dev->out) { |
| 1077 | usb_ep_disable (dev->out_ep); | 1084 | usb_ep_disable (dev->out_ep); |
| 1085 | spin_lock(&dev->req_lock); | ||
| 1078 | while (likely (!list_empty (&dev->rx_reqs))) { | 1086 | while (likely (!list_empty (&dev->rx_reqs))) { |
| 1079 | req = container_of (dev->rx_reqs.next, | 1087 | req = container_of (dev->rx_reqs.next, |
| 1080 | struct usb_request, list); | 1088 | struct usb_request, list); |
| 1081 | list_del (&req->list); | 1089 | list_del (&req->list); |
| 1090 | |||
| 1091 | spin_unlock(&dev->req_lock); | ||
| 1082 | usb_ep_free_request (dev->out_ep, req); | 1092 | usb_ep_free_request (dev->out_ep, req); |
| 1093 | spin_lock(&dev->req_lock); | ||
| 1083 | } | 1094 | } |
| 1095 | spin_unlock(&dev->req_lock); | ||
| 1084 | } | 1096 | } |
| 1085 | 1097 | ||
| 1086 | if (dev->status) { | 1098 | if (dev->status) { |
| @@ -1659,9 +1671,9 @@ enomem: | |||
| 1659 | if (retval) { | 1671 | if (retval) { |
| 1660 | DEBUG (dev, "rx submit --> %d\n", retval); | 1672 | DEBUG (dev, "rx submit --> %d\n", retval); |
| 1661 | dev_kfree_skb_any (skb); | 1673 | dev_kfree_skb_any (skb); |
| 1662 | spin_lock (&dev->lock); | 1674 | spin_lock(&dev->req_lock); |
| 1663 | list_add (&req->list, &dev->rx_reqs); | 1675 | list_add (&req->list, &dev->rx_reqs); |
| 1664 | spin_unlock (&dev->lock); | 1676 | spin_unlock(&dev->req_lock); |
| 1665 | } | 1677 | } |
| 1666 | return retval; | 1678 | return retval; |
| 1667 | } | 1679 | } |
| @@ -1730,8 +1742,9 @@ quiesce: | |||
| 1730 | dev_kfree_skb_any (skb); | 1742 | dev_kfree_skb_any (skb); |
| 1731 | if (!netif_running (dev->net)) { | 1743 | if (!netif_running (dev->net)) { |
| 1732 | clean: | 1744 | clean: |
| 1733 | /* nobody reading rx_reqs, so no dev->lock */ | 1745 | spin_lock(&dev->req_lock); |
| 1734 | list_add (&req->list, &dev->rx_reqs); | 1746 | list_add (&req->list, &dev->rx_reqs); |
| 1747 | spin_unlock(&dev->req_lock); | ||
| 1735 | req = NULL; | 1748 | req = NULL; |
| 1736 | } | 1749 | } |
| 1737 | if (req) | 1750 | if (req) |
| @@ -1782,15 +1795,18 @@ static int alloc_requests (struct eth_dev *dev, unsigned n, gfp_t gfp_flags) | |||
| 1782 | { | 1795 | { |
| 1783 | int status; | 1796 | int status; |
| 1784 | 1797 | ||
| 1798 | spin_lock(&dev->req_lock); | ||
| 1785 | status = prealloc (&dev->tx_reqs, dev->in_ep, n, gfp_flags); | 1799 | status = prealloc (&dev->tx_reqs, dev->in_ep, n, gfp_flags); |
| 1786 | if (status < 0) | 1800 | if (status < 0) |
| 1787 | goto fail; | 1801 | goto fail; |
| 1788 | status = prealloc (&dev->rx_reqs, dev->out_ep, n, gfp_flags); | 1802 | status = prealloc (&dev->rx_reqs, dev->out_ep, n, gfp_flags); |
| 1789 | if (status < 0) | 1803 | if (status < 0) |
| 1790 | goto fail; | 1804 | goto fail; |
| 1791 | return 0; | 1805 | goto done; |
| 1792 | fail: | 1806 | fail: |
| 1793 | DEBUG (dev, "can't alloc requests\n"); | 1807 | DEBUG (dev, "can't alloc requests\n"); |
| 1808 | done: | ||
| 1809 | spin_unlock(&dev->req_lock); | ||
| 1794 | return status; | 1810 | return status; |
| 1795 | } | 1811 | } |
| 1796 | 1812 | ||
| @@ -1800,21 +1816,21 @@ static void rx_fill (struct eth_dev *dev, gfp_t gfp_flags) | |||
| 1800 | unsigned long flags; | 1816 | unsigned long flags; |
| 1801 | 1817 | ||
| 1802 | /* fill unused rxq slots with some skb */ | 1818 | /* fill unused rxq slots with some skb */ |
| 1803 | spin_lock_irqsave (&dev->lock, flags); | 1819 | spin_lock_irqsave(&dev->req_lock, flags); |
| 1804 | while (!list_empty (&dev->rx_reqs)) { | 1820 | while (!list_empty (&dev->rx_reqs)) { |
| 1805 | req = container_of (dev->rx_reqs.next, | 1821 | req = container_of (dev->rx_reqs.next, |
| 1806 | struct usb_request, list); | 1822 | struct usb_request, list); |
| 1807 | list_del_init (&req->list); | 1823 | list_del_init (&req->list); |
| 1808 | spin_unlock_irqrestore (&dev->lock, flags); | 1824 | spin_unlock_irqrestore(&dev->req_lock, flags); |
| 1809 | 1825 | ||
| 1810 | if (rx_submit (dev, req, gfp_flags) < 0) { | 1826 | if (rx_submit (dev, req, gfp_flags) < 0) { |
| 1811 | defer_kevent (dev, WORK_RX_MEMORY); | 1827 | defer_kevent (dev, WORK_RX_MEMORY); |
| 1812 | return; | 1828 | return; |
| 1813 | } | 1829 | } |
| 1814 | 1830 | ||
| 1815 | spin_lock_irqsave (&dev->lock, flags); | 1831 | spin_lock_irqsave(&dev->req_lock, flags); |
| 1816 | } | 1832 | } |
| 1817 | spin_unlock_irqrestore (&dev->lock, flags); | 1833 | spin_unlock_irqrestore(&dev->req_lock, flags); |
| 1818 | } | 1834 | } |
| 1819 | 1835 | ||
| 1820 | static void eth_work (void *_dev) | 1836 | static void eth_work (void *_dev) |
| @@ -1848,9 +1864,9 @@ static void tx_complete (struct usb_ep *ep, struct usb_request *req) | |||
| 1848 | } | 1864 | } |
| 1849 | dev->stats.tx_packets++; | 1865 | dev->stats.tx_packets++; |
| 1850 | 1866 | ||
| 1851 | spin_lock (&dev->lock); | 1867 | spin_lock(&dev->req_lock); |
| 1852 | list_add (&req->list, &dev->tx_reqs); | 1868 | list_add (&req->list, &dev->tx_reqs); |
| 1853 | spin_unlock (&dev->lock); | 1869 | spin_unlock(&dev->req_lock); |
| 1854 | dev_kfree_skb_any (skb); | 1870 | dev_kfree_skb_any (skb); |
| 1855 | 1871 | ||
| 1856 | atomic_dec (&dev->tx_qlen); | 1872 | atomic_dec (&dev->tx_qlen); |
| @@ -1896,12 +1912,12 @@ static int eth_start_xmit (struct sk_buff *skb, struct net_device *net) | |||
| 1896 | /* ignores USB_CDC_PACKET_TYPE_DIRECTED */ | 1912 | /* ignores USB_CDC_PACKET_TYPE_DIRECTED */ |
| 1897 | } | 1913 | } |
| 1898 | 1914 | ||
| 1899 | spin_lock_irqsave (&dev->lock, flags); | 1915 | spin_lock_irqsave(&dev->req_lock, flags); |
| 1900 | req = container_of (dev->tx_reqs.next, struct usb_request, list); | 1916 | req = container_of (dev->tx_reqs.next, struct usb_request, list); |
| 1901 | list_del (&req->list); | 1917 | list_del (&req->list); |
| 1902 | if (list_empty (&dev->tx_reqs)) | 1918 | if (list_empty (&dev->tx_reqs)) |
| 1903 | netif_stop_queue (net); | 1919 | netif_stop_queue (net); |
| 1904 | spin_unlock_irqrestore (&dev->lock, flags); | 1920 | spin_unlock_irqrestore(&dev->req_lock, flags); |
| 1905 | 1921 | ||
| 1906 | /* no buffer copies needed, unless the network stack did it | 1922 | /* no buffer copies needed, unless the network stack did it |
| 1907 | * or the hardware can't use skb buffers. | 1923 | * or the hardware can't use skb buffers. |
| @@ -1955,11 +1971,11 @@ static int eth_start_xmit (struct sk_buff *skb, struct net_device *net) | |||
| 1955 | drop: | 1971 | drop: |
| 1956 | dev->stats.tx_dropped++; | 1972 | dev->stats.tx_dropped++; |
| 1957 | dev_kfree_skb_any (skb); | 1973 | dev_kfree_skb_any (skb); |
| 1958 | spin_lock_irqsave (&dev->lock, flags); | 1974 | spin_lock_irqsave(&dev->req_lock, flags); |
| 1959 | if (list_empty (&dev->tx_reqs)) | 1975 | if (list_empty (&dev->tx_reqs)) |
| 1960 | netif_start_queue (net); | 1976 | netif_start_queue (net); |
| 1961 | list_add (&req->list, &dev->tx_reqs); | 1977 | list_add (&req->list, &dev->tx_reqs); |
| 1962 | spin_unlock_irqrestore (&dev->lock, flags); | 1978 | spin_unlock_irqrestore(&dev->req_lock, flags); |
| 1963 | } | 1979 | } |
| 1964 | return 0; | 1980 | return 0; |
| 1965 | } | 1981 | } |
| @@ -2378,6 +2394,7 @@ autoconf_fail: | |||
| 2378 | return status; | 2394 | return status; |
| 2379 | dev = netdev_priv(net); | 2395 | dev = netdev_priv(net); |
| 2380 | spin_lock_init (&dev->lock); | 2396 | spin_lock_init (&dev->lock); |
| 2397 | spin_lock_init (&dev->req_lock); | ||
| 2381 | INIT_WORK (&dev->work, eth_work, dev); | 2398 | INIT_WORK (&dev->work, eth_work, dev); |
| 2382 | INIT_LIST_HEAD (&dev->tx_reqs); | 2399 | INIT_LIST_HEAD (&dev->tx_reqs); |
| 2383 | INIT_LIST_HEAD (&dev->rx_reqs); | 2400 | INIT_LIST_HEAD (&dev->rx_reqs); |
diff --git a/drivers/usb/host/uhci-q.c b/drivers/usb/host/uhci-q.c index 66c3f61bc9d1..431e8f31f1a9 100644 --- a/drivers/usb/host/uhci-q.c +++ b/drivers/usb/host/uhci-q.c | |||
| @@ -372,7 +372,7 @@ static void uhci_fixup_toggles(struct uhci_qh *qh, int skip_first) | |||
| 372 | * need to change any toggles in this URB */ | 372 | * need to change any toggles in this URB */ |
| 373 | td = list_entry(urbp->td_list.next, struct uhci_td, list); | 373 | td = list_entry(urbp->td_list.next, struct uhci_td, list); |
| 374 | if (toggle > 1 || uhci_toggle(td_token(td)) == toggle) { | 374 | if (toggle > 1 || uhci_toggle(td_token(td)) == toggle) { |
| 375 | td = list_entry(urbp->td_list.next, struct uhci_td, | 375 | td = list_entry(urbp->td_list.prev, struct uhci_td, |
| 376 | list); | 376 | list); |
| 377 | toggle = uhci_toggle(td_token(td)) ^ 1; | 377 | toggle = uhci_toggle(td_token(td)) ^ 1; |
| 378 | 378 | ||
| @@ -1348,7 +1348,7 @@ static void uhci_scan_qh(struct uhci_hcd *uhci, struct uhci_qh *qh, | |||
| 1348 | } | 1348 | } |
| 1349 | 1349 | ||
| 1350 | uhci_giveback_urb(uhci, qh, urb, regs); | 1350 | uhci_giveback_urb(uhci, qh, urb, regs); |
| 1351 | if (status < 0) | 1351 | if (status < 0 && qh->type != USB_ENDPOINT_XFER_ISOC) |
| 1352 | break; | 1352 | break; |
| 1353 | } | 1353 | } |
| 1354 | 1354 | ||
diff --git a/drivers/usb/input/hid-core.c b/drivers/usb/input/hid-core.c index 8ea9c915fbf9..acb24c6219d9 100644 --- a/drivers/usb/input/hid-core.c +++ b/drivers/usb/input/hid-core.c | |||
| @@ -1411,17 +1411,54 @@ void hid_init_reports(struct hid_device *hid) | |||
| 1411 | warn("timeout initializing reports"); | 1411 | warn("timeout initializing reports"); |
| 1412 | } | 1412 | } |
| 1413 | 1413 | ||
| 1414 | #define USB_VENDOR_ID_GTCO 0x078c | ||
| 1415 | #define USB_DEVICE_ID_GTCO_90 0x0090 | ||
| 1416 | #define USB_DEVICE_ID_GTCO_100 0x0100 | ||
| 1417 | #define USB_DEVICE_ID_GTCO_101 0x0101 | ||
| 1418 | #define USB_DEVICE_ID_GTCO_103 0x0103 | ||
| 1419 | #define USB_DEVICE_ID_GTCO_104 0x0104 | ||
| 1420 | #define USB_DEVICE_ID_GTCO_105 0x0105 | ||
| 1421 | #define USB_DEVICE_ID_GTCO_106 0x0106 | ||
| 1422 | #define USB_DEVICE_ID_GTCO_107 0x0107 | ||
| 1423 | #define USB_DEVICE_ID_GTCO_108 0x0108 | ||
| 1424 | #define USB_DEVICE_ID_GTCO_200 0x0200 | ||
| 1425 | #define USB_DEVICE_ID_GTCO_201 0x0201 | ||
| 1426 | #define USB_DEVICE_ID_GTCO_202 0x0202 | ||
| 1427 | #define USB_DEVICE_ID_GTCO_203 0x0203 | ||
| 1428 | #define USB_DEVICE_ID_GTCO_204 0x0204 | ||
| 1429 | #define USB_DEVICE_ID_GTCO_205 0x0205 | ||
| 1430 | #define USB_DEVICE_ID_GTCO_206 0x0206 | ||
| 1431 | #define USB_DEVICE_ID_GTCO_207 0x0207 | ||
| 1432 | #define USB_DEVICE_ID_GTCO_300 0x0300 | ||
| 1433 | #define USB_DEVICE_ID_GTCO_301 0x0301 | ||
| 1434 | #define USB_DEVICE_ID_GTCO_302 0x0302 | ||
| 1435 | #define USB_DEVICE_ID_GTCO_303 0x0303 | ||
| 1436 | #define USB_DEVICE_ID_GTCO_304 0x0304 | ||
| 1437 | #define USB_DEVICE_ID_GTCO_305 0x0305 | ||
| 1438 | #define USB_DEVICE_ID_GTCO_306 0x0306 | ||
| 1439 | #define USB_DEVICE_ID_GTCO_307 0x0307 | ||
| 1440 | #define USB_DEVICE_ID_GTCO_308 0x0308 | ||
| 1441 | #define USB_DEVICE_ID_GTCO_309 0x0309 | ||
| 1442 | #define USB_DEVICE_ID_GTCO_400 0x0400 | ||
| 1443 | #define USB_DEVICE_ID_GTCO_401 0x0401 | ||
| 1444 | #define USB_DEVICE_ID_GTCO_402 0x0402 | ||
| 1445 | #define USB_DEVICE_ID_GTCO_403 0x0403 | ||
| 1446 | #define USB_DEVICE_ID_GTCO_404 0x0404 | ||
| 1447 | #define USB_DEVICE_ID_GTCO_404 0x0405 | ||
| 1448 | #define USB_DEVICE_ID_GTCO_500 0x0500 | ||
| 1449 | #define USB_DEVICE_ID_GTCO_501 0x0501 | ||
| 1450 | #define USB_DEVICE_ID_GTCO_502 0x0502 | ||
| 1451 | #define USB_DEVICE_ID_GTCO_503 0x0503 | ||
| 1452 | #define USB_DEVICE_ID_GTCO_504 0x0504 | ||
| 1453 | #define USB_DEVICE_ID_GTCO_1000 0x1000 | ||
| 1454 | #define USB_DEVICE_ID_GTCO_1001 0x1001 | ||
| 1455 | #define USB_DEVICE_ID_GTCO_1002 0x1002 | ||
| 1456 | #define USB_DEVICE_ID_GTCO_1003 0x1003 | ||
| 1457 | #define USB_DEVICE_ID_GTCO_1004 0x1004 | ||
| 1458 | #define USB_DEVICE_ID_GTCO_1005 0x1005 | ||
| 1459 | #define USB_DEVICE_ID_GTCO_1006 0x1006 | ||
| 1460 | |||
| 1414 | #define USB_VENDOR_ID_WACOM 0x056a | 1461 | #define USB_VENDOR_ID_WACOM 0x056a |
| 1415 | #define USB_DEVICE_ID_WACOM_PENPARTNER 0x0000 | ||
| 1416 | #define USB_DEVICE_ID_WACOM_GRAPHIRE 0x0010 | ||
| 1417 | #define USB_DEVICE_ID_WACOM_INTUOS 0x0020 | ||
| 1418 | #define USB_DEVICE_ID_WACOM_PL 0x0030 | ||
| 1419 | #define USB_DEVICE_ID_WACOM_INTUOS2 0x0040 | ||
| 1420 | #define USB_DEVICE_ID_WACOM_VOLITO 0x0060 | ||
| 1421 | #define USB_DEVICE_ID_WACOM_PTU 0x0003 | ||
| 1422 | #define USB_DEVICE_ID_WACOM_INTUOS3 0x00B0 | ||
| 1423 | #define USB_DEVICE_ID_WACOM_CINTIQ 0x003F | ||
| 1424 | #define USB_DEVICE_ID_WACOM_DTF 0x00C0 | ||
| 1425 | 1462 | ||
| 1426 | #define USB_VENDOR_ID_ACECAD 0x0460 | 1463 | #define USB_VENDOR_ID_ACECAD 0x0460 |
| 1427 | #define USB_DEVICE_ID_ACECAD_FLAIR 0x0004 | 1464 | #define USB_DEVICE_ID_ACECAD_FLAIR 0x0004 |
| @@ -1588,6 +1625,51 @@ static const struct hid_blacklist { | |||
| 1588 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_0_8_8_IF_KIT, HID_QUIRK_IGNORE }, | 1625 | { USB_VENDOR_ID_GLAB, USB_DEVICE_ID_0_8_8_IF_KIT, HID_QUIRK_IGNORE }, |
| 1589 | { USB_VENDOR_ID_GRIFFIN, USB_DEVICE_ID_POWERMATE, HID_QUIRK_IGNORE }, | 1626 | { USB_VENDOR_ID_GRIFFIN, USB_DEVICE_ID_POWERMATE, HID_QUIRK_IGNORE }, |
| 1590 | { USB_VENDOR_ID_GRIFFIN, USB_DEVICE_ID_SOUNDKNOB, HID_QUIRK_IGNORE }, | 1627 | { USB_VENDOR_ID_GRIFFIN, USB_DEVICE_ID_SOUNDKNOB, HID_QUIRK_IGNORE }, |
| 1628 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_90, HID_QUIRK_IGNORE }, | ||
| 1629 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_100, HID_QUIRK_IGNORE }, | ||
| 1630 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_101, HID_QUIRK_IGNORE }, | ||
| 1631 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_103, HID_QUIRK_IGNORE }, | ||
| 1632 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_104, HID_QUIRK_IGNORE }, | ||
| 1633 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_105, HID_QUIRK_IGNORE }, | ||
| 1634 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_106, HID_QUIRK_IGNORE }, | ||
| 1635 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_107, HID_QUIRK_IGNORE }, | ||
| 1636 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_108, HID_QUIRK_IGNORE }, | ||
| 1637 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_200, HID_QUIRK_IGNORE }, | ||
| 1638 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_201, HID_QUIRK_IGNORE }, | ||
| 1639 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_202, HID_QUIRK_IGNORE }, | ||
| 1640 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_203, HID_QUIRK_IGNORE }, | ||
| 1641 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_204, HID_QUIRK_IGNORE }, | ||
| 1642 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_205, HID_QUIRK_IGNORE }, | ||
| 1643 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_206, HID_QUIRK_IGNORE }, | ||
| 1644 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_207, HID_QUIRK_IGNORE }, | ||
| 1645 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_300, HID_QUIRK_IGNORE }, | ||
| 1646 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_301, HID_QUIRK_IGNORE }, | ||
| 1647 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_302, HID_QUIRK_IGNORE }, | ||
| 1648 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_303, HID_QUIRK_IGNORE }, | ||
| 1649 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_304, HID_QUIRK_IGNORE }, | ||
| 1650 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_305, HID_QUIRK_IGNORE }, | ||
| 1651 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_306, HID_QUIRK_IGNORE }, | ||
| 1652 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_307, HID_QUIRK_IGNORE }, | ||
| 1653 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_308, HID_QUIRK_IGNORE }, | ||
| 1654 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_309, HID_QUIRK_IGNORE }, | ||
| 1655 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_400, HID_QUIRK_IGNORE }, | ||
| 1656 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_401, HID_QUIRK_IGNORE }, | ||
| 1657 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_402, HID_QUIRK_IGNORE }, | ||
| 1658 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_403, HID_QUIRK_IGNORE }, | ||
| 1659 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_404, HID_QUIRK_IGNORE }, | ||
| 1660 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_404, HID_QUIRK_IGNORE }, | ||
| 1661 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_500, HID_QUIRK_IGNORE }, | ||
| 1662 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_501, HID_QUIRK_IGNORE }, | ||
| 1663 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_502, HID_QUIRK_IGNORE }, | ||
| 1664 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_503, HID_QUIRK_IGNORE }, | ||
| 1665 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_504, HID_QUIRK_IGNORE }, | ||
| 1666 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1000, HID_QUIRK_IGNORE }, | ||
| 1667 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1001, HID_QUIRK_IGNORE }, | ||
| 1668 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1002, HID_QUIRK_IGNORE }, | ||
| 1669 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1003, HID_QUIRK_IGNORE }, | ||
| 1670 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1004, HID_QUIRK_IGNORE }, | ||
| 1671 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1005, HID_QUIRK_IGNORE }, | ||
| 1672 | { USB_VENDOR_ID_GTCO, USB_DEVICE_ID_GTCO_1006, HID_QUIRK_IGNORE }, | ||
| 1591 | { USB_VENDOR_ID_KBGEAR, USB_DEVICE_ID_KBGEAR_JAMSTUDIO, HID_QUIRK_IGNORE }, | 1673 | { USB_VENDOR_ID_KBGEAR, USB_DEVICE_ID_KBGEAR_JAMSTUDIO, HID_QUIRK_IGNORE }, |
| 1592 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_CASSY, HID_QUIRK_IGNORE }, | 1674 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_CASSY, HID_QUIRK_IGNORE }, |
| 1593 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_POCKETCASSY, HID_QUIRK_IGNORE }, | 1675 | { USB_VENDOR_ID_LD, USB_DEVICE_ID_LD_POCKETCASSY, HID_QUIRK_IGNORE }, |
| @@ -1617,49 +1699,6 @@ static const struct hid_blacklist { | |||
| 1617 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_GOTEMP, HID_QUIRK_IGNORE }, | 1699 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_GOTEMP, HID_QUIRK_IGNORE }, |
| 1618 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_SKIP, HID_QUIRK_IGNORE }, | 1700 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_SKIP, HID_QUIRK_IGNORE }, |
| 1619 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_CYCLOPS, HID_QUIRK_IGNORE }, | 1701 | { USB_VENDOR_ID_VERNIER, USB_DEVICE_ID_VERNIER_CYCLOPS, HID_QUIRK_IGNORE }, |
| 1620 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PENPARTNER, HID_QUIRK_IGNORE }, | ||
| 1621 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_GRAPHIRE, HID_QUIRK_IGNORE }, | ||
| 1622 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_GRAPHIRE + 1, HID_QUIRK_IGNORE }, | ||
| 1623 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_GRAPHIRE + 2, HID_QUIRK_IGNORE }, | ||
| 1624 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_GRAPHIRE + 3, HID_QUIRK_IGNORE }, | ||
| 1625 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_GRAPHIRE + 4, HID_QUIRK_IGNORE }, | ||
| 1626 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS, HID_QUIRK_IGNORE }, | ||
| 1627 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS + 1, HID_QUIRK_IGNORE }, | ||
| 1628 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS + 2, HID_QUIRK_IGNORE }, | ||
| 1629 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS + 3, HID_QUIRK_IGNORE }, | ||
| 1630 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS + 4, HID_QUIRK_IGNORE }, | ||
| 1631 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PL, HID_QUIRK_IGNORE }, | ||
| 1632 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PL + 1, HID_QUIRK_IGNORE }, | ||
| 1633 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PL + 2, HID_QUIRK_IGNORE }, | ||
| 1634 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PL + 3, HID_QUIRK_IGNORE }, | ||
| 1635 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PL + 4, HID_QUIRK_IGNORE }, | ||
| 1636 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PL + 5, HID_QUIRK_IGNORE }, | ||
| 1637 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PL + 7, HID_QUIRK_IGNORE }, | ||
| 1638 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PL + 8, HID_QUIRK_IGNORE }, | ||
| 1639 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PL + 9, HID_QUIRK_IGNORE }, | ||
| 1640 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS2 + 1, HID_QUIRK_IGNORE }, | ||
| 1641 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS2 + 2, HID_QUIRK_IGNORE }, | ||
| 1642 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS2 + 3, HID_QUIRK_IGNORE }, | ||
| 1643 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS2 + 4, HID_QUIRK_IGNORE }, | ||
| 1644 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS2 + 5, HID_QUIRK_IGNORE }, | ||
| 1645 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS2 + 7, HID_QUIRK_IGNORE }, | ||
| 1646 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_VOLITO, HID_QUIRK_IGNORE }, | ||
| 1647 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_VOLITO + 1, HID_QUIRK_IGNORE }, | ||
| 1648 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_VOLITO + 2, HID_QUIRK_IGNORE }, | ||
| 1649 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_VOLITO + 3, HID_QUIRK_IGNORE }, | ||
| 1650 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_VOLITO + 4, HID_QUIRK_IGNORE }, | ||
| 1651 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_GRAPHIRE + 5, HID_QUIRK_IGNORE }, | ||
| 1652 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_GRAPHIRE + 6, HID_QUIRK_IGNORE }, | ||
| 1653 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_PTU, HID_QUIRK_IGNORE }, | ||
| 1654 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS3, HID_QUIRK_IGNORE }, | ||
| 1655 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS3 + 1, HID_QUIRK_IGNORE }, | ||
| 1656 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS3 + 2, HID_QUIRK_IGNORE }, | ||
| 1657 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS3 + 3, HID_QUIRK_IGNORE }, | ||
| 1658 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS3 + 4, HID_QUIRK_IGNORE }, | ||
| 1659 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_INTUOS3 + 5, HID_QUIRK_IGNORE }, | ||
| 1660 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_CINTIQ, HID_QUIRK_IGNORE }, | ||
| 1661 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_DTF, HID_QUIRK_IGNORE }, | ||
| 1662 | { USB_VENDOR_ID_WACOM, USB_DEVICE_ID_WACOM_DTF + 3, HID_QUIRK_IGNORE }, | ||
| 1663 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_4_PHIDGETSERVO_20, HID_QUIRK_IGNORE }, | 1702 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_4_PHIDGETSERVO_20, HID_QUIRK_IGNORE }, |
| 1664 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_1_PHIDGETSERVO_20, HID_QUIRK_IGNORE }, | 1703 | { USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_1_PHIDGETSERVO_20, HID_QUIRK_IGNORE }, |
| 1665 | { USB_VENDOR_ID_YEALINK, USB_DEVICE_ID_YEALINK_P1K_P4K_B2K, HID_QUIRK_IGNORE }, | 1704 | { USB_VENDOR_ID_YEALINK, USB_DEVICE_ID_YEALINK_P1K_P4K_B2K, HID_QUIRK_IGNORE }, |
| @@ -1778,6 +1817,10 @@ static struct hid_device *usb_hid_configure(struct usb_interface *intf) | |||
| 1778 | char *rdesc; | 1817 | char *rdesc; |
| 1779 | int n, len, insize = 0; | 1818 | int n, len, insize = 0; |
| 1780 | 1819 | ||
| 1820 | /* Ignore all Wacom devices */ | ||
| 1821 | if (dev->descriptor.idVendor == USB_VENDOR_ID_WACOM) | ||
| 1822 | return NULL; | ||
| 1823 | |||
| 1781 | for (n = 0; hid_blacklist[n].idVendor; n++) | 1824 | for (n = 0; hid_blacklist[n].idVendor; n++) |
| 1782 | if ((hid_blacklist[n].idVendor == le16_to_cpu(dev->descriptor.idVendor)) && | 1825 | if ((hid_blacklist[n].idVendor == le16_to_cpu(dev->descriptor.idVendor)) && |
| 1783 | (hid_blacklist[n].idProduct == le16_to_cpu(dev->descriptor.idProduct))) | 1826 | (hid_blacklist[n].idProduct == le16_to_cpu(dev->descriptor.idProduct))) |
diff --git a/drivers/usb/net/pegasus.h b/drivers/usb/net/pegasus.h index a54752ce1493..006438069b66 100644 --- a/drivers/usb/net/pegasus.h +++ b/drivers/usb/net/pegasus.h | |||
| @@ -131,6 +131,7 @@ struct usb_eth_dev { | |||
| 131 | #define VENDOR_COREGA 0x07aa | 131 | #define VENDOR_COREGA 0x07aa |
| 132 | #define VENDOR_DLINK 0x2001 | 132 | #define VENDOR_DLINK 0x2001 |
| 133 | #define VENDOR_ELCON 0x0db7 | 133 | #define VENDOR_ELCON 0x0db7 |
| 134 | #define VENDOR_ELECOM 0x056e | ||
| 134 | #define VENDOR_ELSA 0x05cc | 135 | #define VENDOR_ELSA 0x05cc |
| 135 | #define VENDOR_GIGABYTE 0x1044 | 136 | #define VENDOR_GIGABYTE 0x1044 |
| 136 | #define VENDOR_HAWKING 0x0e66 | 137 | #define VENDOR_HAWKING 0x0e66 |
| @@ -233,6 +234,8 @@ PEGASUS_DEV( "D-Link DSB-650", VENDOR_DLINK, 0xabc1, | |||
| 233 | DEFAULT_GPIO_RESET ) | 234 | DEFAULT_GPIO_RESET ) |
| 234 | PEGASUS_DEV( "GOLDPFEIL USB Adapter", VENDOR_ELCON, 0x0002, | 235 | PEGASUS_DEV( "GOLDPFEIL USB Adapter", VENDOR_ELCON, 0x0002, |
| 235 | DEFAULT_GPIO_RESET | PEGASUS_II | HAS_HOME_PNA ) | 236 | DEFAULT_GPIO_RESET | PEGASUS_II | HAS_HOME_PNA ) |
| 237 | PEGASUS_DEV( "ELECOM USB Ethernet LD-USB20", VENDOR_ELECOM, 0x4010, | ||
| 238 | DEFAULT_GPIO_RESET | PEGASUS_II ) | ||
| 236 | PEGASUS_DEV( "EasiDock Ethernet", VENDOR_MOBILITY, 0x0304, | 239 | PEGASUS_DEV( "EasiDock Ethernet", VENDOR_MOBILITY, 0x0304, |
| 237 | DEFAULT_GPIO_RESET ) | 240 | DEFAULT_GPIO_RESET ) |
| 238 | PEGASUS_DEV( "Elsa Micolink USB2Ethernet", VENDOR_ELSA, 0x3000, | 241 | PEGASUS_DEV( "Elsa Micolink USB2Ethernet", VENDOR_ELSA, 0x3000, |
diff --git a/drivers/usb/net/rtl8150.c b/drivers/usb/net/rtl8150.c index bd09232ce13c..a72685b96061 100644 --- a/drivers/usb/net/rtl8150.c +++ b/drivers/usb/net/rtl8150.c | |||
| @@ -972,6 +972,7 @@ static void rtl8150_disconnect(struct usb_interface *intf) | |||
| 972 | if (dev) { | 972 | if (dev) { |
| 973 | set_bit(RTL8150_UNPLUG, &dev->flags); | 973 | set_bit(RTL8150_UNPLUG, &dev->flags); |
| 974 | tasklet_disable(&dev->tl); | 974 | tasklet_disable(&dev->tl); |
| 975 | tasklet_kill(&dev->tl); | ||
| 975 | unregister_netdev(dev->netdev); | 976 | unregister_netdev(dev->netdev); |
| 976 | unlink_all_urbs(dev); | 977 | unlink_all_urbs(dev); |
| 977 | free_all_urbs(dev); | 978 | free_all_urbs(dev); |
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 4a803d69fa36..b130e170b4a8 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
| @@ -241,16 +241,6 @@ UNUSUAL_DEV( 0x0482, 0x0103, 0x0100, 0x0100, | |||
| 241 | "Finecam S5", | 241 | "Finecam S5", |
| 242 | US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY), | 242 | US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY), |
| 243 | 243 | ||
| 244 | /* Patch for Kyocera Finecam L3 | ||
| 245 | * Submitted by Michael Krauth <michael.krauth@web.de> | ||
| 246 | * and Alessandro Fracchetti <al.fracchetti@tin.it> | ||
| 247 | */ | ||
| 248 | UNUSUAL_DEV( 0x0482, 0x0105, 0x0100, 0x0100, | ||
| 249 | "Kyocera", | ||
| 250 | "Finecam L3", | ||
| 251 | US_SC_SCSI, US_PR_BULK, NULL, | ||
| 252 | US_FL_FIX_INQUIRY), | ||
| 253 | |||
| 254 | /* Reported by Paul Stewart <stewart@wetlogic.net> | 244 | /* Reported by Paul Stewart <stewart@wetlogic.net> |
| 255 | * This entry is needed because the device reports Sub=ff */ | 245 | * This entry is needed because the device reports Sub=ff */ |
| 256 | UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001, | 246 | UNUSUAL_DEV( 0x04a4, 0x0004, 0x0001, 0x0001, |
| @@ -599,6 +589,13 @@ UNUSUAL_DEV( 0x054c, 0x0099, 0x0000, 0x9999, | |||
| 599 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 589 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 600 | US_FL_FIX_INQUIRY ), | 590 | US_FL_FIX_INQUIRY ), |
| 601 | 591 | ||
| 592 | /* floppy reports multiple luns */ | ||
| 593 | UNUSUAL_DEV( 0x055d, 0x2020, 0x0000, 0x0210, | ||
| 594 | "SAMSUNG", | ||
| 595 | "SFD-321U [FW 0C]", | ||
| 596 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
| 597 | US_FL_SINGLE_LUN ), | ||
| 598 | |||
| 602 | 599 | ||
| 603 | UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299, | 600 | UNUSUAL_DEV( 0x057b, 0x0000, 0x0000, 0x0299, |
| 604 | "Y-E Data", | 601 | "Y-E Data", |
| @@ -1257,6 +1254,13 @@ UNUSUAL_DEV( 0x0fce, 0xd008, 0x0000, 0x0000, | |||
| 1257 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1254 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
| 1258 | US_FL_NO_WP_DETECT ), | 1255 | US_FL_NO_WP_DETECT ), |
| 1259 | 1256 | ||
| 1257 | /* Reported by Emmanuel Vasilakis <evas@forthnet.gr> */ | ||
| 1258 | UNUSUAL_DEV( 0x0fce, 0xe031, 0x0000, 0x0000, | ||
| 1259 | "Sony Ericsson", | ||
| 1260 | "M600i", | ||
| 1261 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
| 1262 | US_FL_FIX_CAPACITY ), | ||
| 1263 | |||
| 1260 | /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu> | 1264 | /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu> |
| 1261 | * Tested on hardware version 1.10. | 1265 | * Tested on hardware version 1.10. |
| 1262 | * Entry is needed only for the initializer function override. | 1266 | * Entry is needed only for the initializer function override. |
diff --git a/drivers/video/aty/aty128fb.c b/drivers/video/aty/aty128fb.c index 3e827e04a2aa..276a21530b95 100644 --- a/drivers/video/aty/aty128fb.c +++ b/drivers/video/aty/aty128fb.c | |||
| @@ -1801,10 +1801,14 @@ static struct backlight_properties aty128_bl_data = { | |||
| 1801 | static void aty128_bl_set_power(struct fb_info *info, int power) | 1801 | static void aty128_bl_set_power(struct fb_info *info, int power) |
| 1802 | { | 1802 | { |
| 1803 | mutex_lock(&info->bl_mutex); | 1803 | mutex_lock(&info->bl_mutex); |
| 1804 | up(&info->bl_dev->sem); | 1804 | |
| 1805 | info->bl_dev->props->power = power; | 1805 | if (info->bl_dev) { |
| 1806 | __aty128_bl_update_status(info->bl_dev); | 1806 | down(&info->bl_dev->sem); |
| 1807 | down(&info->bl_dev->sem); | 1807 | info->bl_dev->props->power = power; |
| 1808 | __aty128_bl_update_status(info->bl_dev); | ||
| 1809 | up(&info->bl_dev->sem); | ||
| 1810 | } | ||
| 1811 | |||
| 1808 | mutex_unlock(&info->bl_mutex); | 1812 | mutex_unlock(&info->bl_mutex); |
| 1809 | } | 1813 | } |
| 1810 | 1814 | ||
| @@ -1828,7 +1832,7 @@ static void aty128_bl_init(struct aty128fb_par *par) | |||
| 1828 | bd = backlight_device_register(name, par, &aty128_bl_data); | 1832 | bd = backlight_device_register(name, par, &aty128_bl_data); |
| 1829 | if (IS_ERR(bd)) { | 1833 | if (IS_ERR(bd)) { |
| 1830 | info->bl_dev = NULL; | 1834 | info->bl_dev = NULL; |
| 1831 | printk("aty128: Backlight registration failed\n"); | 1835 | printk(KERN_WARNING "aty128: Backlight registration failed\n"); |
| 1832 | goto error; | 1836 | goto error; |
| 1833 | } | 1837 | } |
| 1834 | 1838 | ||
| @@ -1839,11 +1843,11 @@ static void aty128_bl_init(struct aty128fb_par *par) | |||
| 1839 | 219 * FB_BACKLIGHT_MAX / MAX_LEVEL); | 1843 | 219 * FB_BACKLIGHT_MAX / MAX_LEVEL); |
| 1840 | mutex_unlock(&info->bl_mutex); | 1844 | mutex_unlock(&info->bl_mutex); |
| 1841 | 1845 | ||
| 1842 | up(&bd->sem); | 1846 | down(&bd->sem); |
| 1843 | bd->props->brightness = aty128_bl_data.max_brightness; | 1847 | bd->props->brightness = aty128_bl_data.max_brightness; |
| 1844 | bd->props->power = FB_BLANK_UNBLANK; | 1848 | bd->props->power = FB_BLANK_UNBLANK; |
| 1845 | bd->props->update_status(bd); | 1849 | bd->props->update_status(bd); |
| 1846 | down(&bd->sem); | 1850 | up(&bd->sem); |
| 1847 | 1851 | ||
| 1848 | #ifdef CONFIG_PMAC_BACKLIGHT | 1852 | #ifdef CONFIG_PMAC_BACKLIGHT |
| 1849 | mutex_lock(&pmac_backlight_mutex); | 1853 | mutex_lock(&pmac_backlight_mutex); |
diff --git a/drivers/video/aty/atyfb_base.c b/drivers/video/aty/atyfb_base.c index 053ff63365b7..19a71f045784 100644 --- a/drivers/video/aty/atyfb_base.c +++ b/drivers/video/aty/atyfb_base.c | |||
| @@ -2200,10 +2200,14 @@ static struct backlight_properties aty_bl_data = { | |||
| 2200 | static void aty_bl_set_power(struct fb_info *info, int power) | 2200 | static void aty_bl_set_power(struct fb_info *info, int power) |
| 2201 | { | 2201 | { |
| 2202 | mutex_lock(&info->bl_mutex); | 2202 | mutex_lock(&info->bl_mutex); |
| 2203 | up(&info->bl_dev->sem); | 2203 | |
| 2204 | info->bl_dev->props->power = power; | 2204 | if (info->bl_dev) { |
| 2205 | __aty_bl_update_status(info->bl_dev); | 2205 | down(&info->bl_dev->sem); |
| 2206 | down(&info->bl_dev->sem); | 2206 | info->bl_dev->props->power = power; |
| 2207 | __aty_bl_update_status(info->bl_dev); | ||
| 2208 | up(&info->bl_dev->sem); | ||
| 2209 | } | ||
| 2210 | |||
| 2207 | mutex_unlock(&info->bl_mutex); | 2211 | mutex_unlock(&info->bl_mutex); |
| 2208 | } | 2212 | } |
| 2209 | 2213 | ||
| @@ -2223,7 +2227,7 @@ static void aty_bl_init(struct atyfb_par *par) | |||
| 2223 | bd = backlight_device_register(name, par, &aty_bl_data); | 2227 | bd = backlight_device_register(name, par, &aty_bl_data); |
| 2224 | if (IS_ERR(bd)) { | 2228 | if (IS_ERR(bd)) { |
| 2225 | info->bl_dev = NULL; | 2229 | info->bl_dev = NULL; |
| 2226 | printk("aty: Backlight registration failed\n"); | 2230 | printk(KERN_WARNING "aty: Backlight registration failed\n"); |
| 2227 | goto error; | 2231 | goto error; |
| 2228 | } | 2232 | } |
| 2229 | 2233 | ||
| @@ -2234,11 +2238,11 @@ static void aty_bl_init(struct atyfb_par *par) | |||
| 2234 | 0xFF * FB_BACKLIGHT_MAX / MAX_LEVEL); | 2238 | 0xFF * FB_BACKLIGHT_MAX / MAX_LEVEL); |
| 2235 | mutex_unlock(&info->bl_mutex); | 2239 | mutex_unlock(&info->bl_mutex); |
| 2236 | 2240 | ||
| 2237 | up(&bd->sem); | 2241 | down(&bd->sem); |
| 2238 | bd->props->brightness = aty_bl_data.max_brightness; | 2242 | bd->props->brightness = aty_bl_data.max_brightness; |
| 2239 | bd->props->power = FB_BLANK_UNBLANK; | 2243 | bd->props->power = FB_BLANK_UNBLANK; |
| 2240 | bd->props->update_status(bd); | 2244 | bd->props->update_status(bd); |
| 2241 | down(&bd->sem); | 2245 | up(&bd->sem); |
| 2242 | 2246 | ||
| 2243 | #ifdef CONFIG_PMAC_BACKLIGHT | 2247 | #ifdef CONFIG_PMAC_BACKLIGHT |
| 2244 | mutex_lock(&pmac_backlight_mutex); | 2248 | mutex_lock(&pmac_backlight_mutex); |
diff --git a/drivers/video/aty/radeon_backlight.c b/drivers/video/aty/radeon_backlight.c index 1755dddf1899..585eb7b9e636 100644 --- a/drivers/video/aty/radeon_backlight.c +++ b/drivers/video/aty/radeon_backlight.c | |||
| @@ -195,11 +195,11 @@ void radeonfb_bl_init(struct radeonfb_info *rinfo) | |||
| 195 | 217 * FB_BACKLIGHT_MAX / MAX_RADEON_LEVEL); | 195 | 217 * FB_BACKLIGHT_MAX / MAX_RADEON_LEVEL); |
| 196 | mutex_unlock(&rinfo->info->bl_mutex); | 196 | mutex_unlock(&rinfo->info->bl_mutex); |
| 197 | 197 | ||
| 198 | up(&bd->sem); | 198 | down(&bd->sem); |
| 199 | bd->props->brightness = radeon_bl_data.max_brightness; | 199 | bd->props->brightness = radeon_bl_data.max_brightness; |
| 200 | bd->props->power = FB_BLANK_UNBLANK; | 200 | bd->props->power = FB_BLANK_UNBLANK; |
| 201 | bd->props->update_status(bd); | 201 | bd->props->update_status(bd); |
| 202 | down(&bd->sem); | 202 | up(&bd->sem); |
| 203 | 203 | ||
| 204 | #ifdef CONFIG_PMAC_BACKLIGHT | 204 | #ifdef CONFIG_PMAC_BACKLIGHT |
| 205 | mutex_lock(&pmac_backlight_mutex); | 205 | mutex_lock(&pmac_backlight_mutex); |
diff --git a/drivers/video/nvidia/nv_backlight.c b/drivers/video/nvidia/nv_backlight.c index b45f577094ac..5b75ae4e9457 100644 --- a/drivers/video/nvidia/nv_backlight.c +++ b/drivers/video/nvidia/nv_backlight.c | |||
| @@ -113,10 +113,14 @@ static struct backlight_properties nvidia_bl_data = { | |||
| 113 | void nvidia_bl_set_power(struct fb_info *info, int power) | 113 | void nvidia_bl_set_power(struct fb_info *info, int power) |
| 114 | { | 114 | { |
| 115 | mutex_lock(&info->bl_mutex); | 115 | mutex_lock(&info->bl_mutex); |
| 116 | up(&info->bl_dev->sem); | 116 | |
| 117 | info->bl_dev->props->power = power; | 117 | if (info->bl_dev) { |
| 118 | __nvidia_bl_update_status(info->bl_dev); | 118 | down(&info->bl_dev->sem); |
| 119 | down(&info->bl_dev->sem); | 119 | info->bl_dev->props->power = power; |
| 120 | __nvidia_bl_update_status(info->bl_dev); | ||
| 121 | up(&info->bl_dev->sem); | ||
| 122 | } | ||
| 123 | |||
| 120 | mutex_unlock(&info->bl_mutex); | 124 | mutex_unlock(&info->bl_mutex); |
| 121 | } | 125 | } |
| 122 | 126 | ||
| @@ -140,7 +144,7 @@ void nvidia_bl_init(struct nvidia_par *par) | |||
| 140 | bd = backlight_device_register(name, par, &nvidia_bl_data); | 144 | bd = backlight_device_register(name, par, &nvidia_bl_data); |
| 141 | if (IS_ERR(bd)) { | 145 | if (IS_ERR(bd)) { |
| 142 | info->bl_dev = NULL; | 146 | info->bl_dev = NULL; |
| 143 | printk("nvidia: Backlight registration failed\n"); | 147 | printk(KERN_WARNING "nvidia: Backlight registration failed\n"); |
| 144 | goto error; | 148 | goto error; |
| 145 | } | 149 | } |
| 146 | 150 | ||
| @@ -151,11 +155,11 @@ void nvidia_bl_init(struct nvidia_par *par) | |||
| 151 | 0x534 * FB_BACKLIGHT_MAX / MAX_LEVEL); | 155 | 0x534 * FB_BACKLIGHT_MAX / MAX_LEVEL); |
| 152 | mutex_unlock(&info->bl_mutex); | 156 | mutex_unlock(&info->bl_mutex); |
| 153 | 157 | ||
| 154 | up(&bd->sem); | 158 | down(&bd->sem); |
| 155 | bd->props->brightness = nvidia_bl_data.max_brightness; | 159 | bd->props->brightness = nvidia_bl_data.max_brightness; |
| 156 | bd->props->power = FB_BLANK_UNBLANK; | 160 | bd->props->power = FB_BLANK_UNBLANK; |
| 157 | bd->props->update_status(bd); | 161 | bd->props->update_status(bd); |
| 158 | down(&bd->sem); | 162 | up(&bd->sem); |
| 159 | 163 | ||
| 160 | #ifdef CONFIG_PMAC_BACKLIGHT | 164 | #ifdef CONFIG_PMAC_BACKLIGHT |
| 161 | mutex_lock(&pmac_backlight_mutex); | 165 | mutex_lock(&pmac_backlight_mutex); |
diff --git a/drivers/video/riva/fbdev.c b/drivers/video/riva/fbdev.c index 76fc9d355eb7..8ddb47a56b07 100644 --- a/drivers/video/riva/fbdev.c +++ b/drivers/video/riva/fbdev.c | |||
| @@ -355,10 +355,14 @@ static struct backlight_properties riva_bl_data = { | |||
| 355 | static void riva_bl_set_power(struct fb_info *info, int power) | 355 | static void riva_bl_set_power(struct fb_info *info, int power) |
| 356 | { | 356 | { |
| 357 | mutex_lock(&info->bl_mutex); | 357 | mutex_lock(&info->bl_mutex); |
| 358 | up(&info->bl_dev->sem); | 358 | |
| 359 | info->bl_dev->props->power = power; | 359 | if (info->bl_dev) { |
| 360 | __riva_bl_update_status(info->bl_dev); | 360 | down(&info->bl_dev->sem); |
| 361 | down(&info->bl_dev->sem); | 361 | info->bl_dev->props->power = power; |
| 362 | __riva_bl_update_status(info->bl_dev); | ||
| 363 | up(&info->bl_dev->sem); | ||
| 364 | } | ||
| 365 | |||
| 362 | mutex_unlock(&info->bl_mutex); | 366 | mutex_unlock(&info->bl_mutex); |
| 363 | } | 367 | } |
| 364 | 368 | ||
| @@ -382,7 +386,7 @@ static void riva_bl_init(struct riva_par *par) | |||
| 382 | bd = backlight_device_register(name, par, &riva_bl_data); | 386 | bd = backlight_device_register(name, par, &riva_bl_data); |
| 383 | if (IS_ERR(bd)) { | 387 | if (IS_ERR(bd)) { |
| 384 | info->bl_dev = NULL; | 388 | info->bl_dev = NULL; |
| 385 | printk("riva: Backlight registration failed\n"); | 389 | printk(KERN_WARNING "riva: Backlight registration failed\n"); |
| 386 | goto error; | 390 | goto error; |
| 387 | } | 391 | } |
| 388 | 392 | ||
| @@ -393,11 +397,11 @@ static void riva_bl_init(struct riva_par *par) | |||
| 393 | 0x534 * FB_BACKLIGHT_MAX / MAX_LEVEL); | 397 | 0x534 * FB_BACKLIGHT_MAX / MAX_LEVEL); |
| 394 | mutex_unlock(&info->bl_mutex); | 398 | mutex_unlock(&info->bl_mutex); |
| 395 | 399 | ||
| 396 | up(&bd->sem); | 400 | down(&bd->sem); |
| 397 | bd->props->brightness = riva_bl_data.max_brightness; | 401 | bd->props->brightness = riva_bl_data.max_brightness; |
| 398 | bd->props->power = FB_BLANK_UNBLANK; | 402 | bd->props->power = FB_BLANK_UNBLANK; |
| 399 | bd->props->update_status(bd); | 403 | bd->props->update_status(bd); |
| 400 | down(&bd->sem); | 404 | up(&bd->sem); |
| 401 | 405 | ||
| 402 | #ifdef CONFIG_PMAC_BACKLIGHT | 406 | #ifdef CONFIG_PMAC_BACKLIGHT |
| 403 | mutex_lock(&pmac_backlight_mutex); | 407 | mutex_lock(&pmac_backlight_mutex); |
diff --git a/fs/cifs/CHANGES b/fs/cifs/CHANGES index a61d17ed1827..0feb3bd49cb8 100644 --- a/fs/cifs/CHANGES +++ b/fs/cifs/CHANGES | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | Version 1.45 | ||
| 2 | ------------ | ||
| 3 | Do not time out lockw calls when using posix extensions. Do not | ||
| 4 | time out requests if server still responding reasonably fast | ||
| 5 | on requests on other threads. Improve POSIX locking emulation, | ||
| 6 | (lock cancel now works, and unlock of merged range works even | ||
| 7 | to Windows servers now). Fix oops on mount to lanman servers | ||
| 8 | (win9x, os/2 etc.) when null password. Do not send listxattr | ||
| 9 | (SMB to query all EAs) if nouser_xattr specified. | ||
| 10 | |||
| 1 | Version 1.44 | 11 | Version 1.44 |
| 2 | ------------ | 12 | ------------ |
| 3 | Rewritten sessionsetup support, including support for legacy SMB | 13 | Rewritten sessionsetup support, including support for legacy SMB |
diff --git a/fs/cifs/README b/fs/cifs/README index 7986d0d97ace..5f0e1bd64fee 100644 --- a/fs/cifs/README +++ b/fs/cifs/README | |||
| @@ -408,7 +408,7 @@ A partial list of the supported mount options follows: | |||
| 408 | user_xattr Allow getting and setting user xattrs as OS/2 EAs (extended | 408 | user_xattr Allow getting and setting user xattrs as OS/2 EAs (extended |
| 409 | attributes) to the server (default) e.g. via setfattr | 409 | attributes) to the server (default) e.g. via setfattr |
| 410 | and getfattr utilities. | 410 | and getfattr utilities. |
| 411 | nouser_xattr Do not allow getfattr/setfattr to get/set xattrs | 411 | nouser_xattr Do not allow getfattr/setfattr to get/set/list xattrs |
| 412 | mapchars Translate six of the seven reserved characters (not backslash) | 412 | mapchars Translate six of the seven reserved characters (not backslash) |
| 413 | *?<>|: | 413 | *?<>|: |
| 414 | to the remap range (above 0xF000), which also | 414 | to the remap range (above 0xF000), which also |
diff --git a/fs/cifs/cifsencrypt.c b/fs/cifs/cifsencrypt.c index a89efaf78a26..4bc250b2d9fc 100644 --- a/fs/cifs/cifsencrypt.c +++ b/fs/cifs/cifsencrypt.c | |||
| @@ -277,7 +277,8 @@ void calc_lanman_hash(struct cifsSesInfo * ses, char * lnm_session_key) | |||
| 277 | return; | 277 | return; |
| 278 | 278 | ||
| 279 | memset(password_with_pad, 0, CIFS_ENCPWD_SIZE); | 279 | memset(password_with_pad, 0, CIFS_ENCPWD_SIZE); |
| 280 | strncpy(password_with_pad, ses->password, CIFS_ENCPWD_SIZE); | 280 | if(ses->password) |
| 281 | strncpy(password_with_pad, ses->password, CIFS_ENCPWD_SIZE); | ||
| 281 | 282 | ||
| 282 | if((ses->server->secMode & SECMODE_PW_ENCRYPT) == 0) | 283 | if((ses->server->secMode & SECMODE_PW_ENCRYPT) == 0) |
| 283 | if(extended_security & CIFSSEC_MAY_PLNTXT) { | 284 | if(extended_security & CIFSSEC_MAY_PLNTXT) { |
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index c28ede599946..3cd750029be2 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c | |||
| @@ -402,7 +402,6 @@ static struct quotactl_ops cifs_quotactl_ops = { | |||
| 402 | }; | 402 | }; |
| 403 | #endif | 403 | #endif |
| 404 | 404 | ||
| 405 | #ifdef CONFIG_CIFS_EXPERIMENTAL | ||
| 406 | static void cifs_umount_begin(struct vfsmount * vfsmnt, int flags) | 405 | static void cifs_umount_begin(struct vfsmount * vfsmnt, int flags) |
| 407 | { | 406 | { |
| 408 | struct cifs_sb_info *cifs_sb; | 407 | struct cifs_sb_info *cifs_sb; |
| @@ -422,7 +421,7 @@ static void cifs_umount_begin(struct vfsmount * vfsmnt, int flags) | |||
| 422 | tcon->tidStatus = CifsExiting; | 421 | tcon->tidStatus = CifsExiting; |
| 423 | up(&tcon->tconSem); | 422 | up(&tcon->tconSem); |
| 424 | 423 | ||
| 425 | /* cancel_brl_requests(tcon); */ | 424 | /* cancel_brl_requests(tcon); */ /* BB mark all brl mids as exiting */ |
| 426 | /* cancel_notify_requests(tcon); */ | 425 | /* cancel_notify_requests(tcon); */ |
| 427 | if(tcon->ses && tcon->ses->server) | 426 | if(tcon->ses && tcon->ses->server) |
| 428 | { | 427 | { |
| @@ -438,7 +437,6 @@ static void cifs_umount_begin(struct vfsmount * vfsmnt, int flags) | |||
| 438 | 437 | ||
| 439 | return; | 438 | return; |
| 440 | } | 439 | } |
| 441 | #endif | ||
| 442 | 440 | ||
| 443 | static int cifs_remount(struct super_block *sb, int *flags, char *data) | 441 | static int cifs_remount(struct super_block *sb, int *flags, char *data) |
| 444 | { | 442 | { |
| @@ -457,9 +455,7 @@ struct super_operations cifs_super_ops = { | |||
| 457 | unless later we add lazy close of inodes or unless the kernel forgets to call | 455 | unless later we add lazy close of inodes or unless the kernel forgets to call |
| 458 | us with the same number of releases (closes) as opens */ | 456 | us with the same number of releases (closes) as opens */ |
| 459 | .show_options = cifs_show_options, | 457 | .show_options = cifs_show_options, |
| 460 | #ifdef CONFIG_CIFS_EXPERIMENTAL | ||
| 461 | .umount_begin = cifs_umount_begin, | 458 | .umount_begin = cifs_umount_begin, |
| 462 | #endif | ||
| 463 | .remount_fs = cifs_remount, | 459 | .remount_fs = cifs_remount, |
| 464 | }; | 460 | }; |
| 465 | 461 | ||
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 8f75c6f24701..39ee8ef3bdeb 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h | |||
| @@ -100,5 +100,5 @@ extern ssize_t cifs_getxattr(struct dentry *, const char *, void *, size_t); | |||
| 100 | extern ssize_t cifs_listxattr(struct dentry *, char *, size_t); | 100 | extern ssize_t cifs_listxattr(struct dentry *, char *, size_t); |
| 101 | extern int cifs_ioctl (struct inode * inode, struct file * filep, | 101 | extern int cifs_ioctl (struct inode * inode, struct file * filep, |
| 102 | unsigned int command, unsigned long arg); | 102 | unsigned int command, unsigned long arg); |
| 103 | #define CIFS_VERSION "1.44" | 103 | #define CIFS_VERSION "1.45" |
| 104 | #endif /* _CIFSFS_H */ | 104 | #endif /* _CIFSFS_H */ |
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 6d7cf5f3bc0b..b24006c47df1 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | * | 3 | * |
| 4 | * Copyright (C) International Business Machines Corp., 2002,2006 | 4 | * Copyright (C) International Business Machines Corp., 2002,2006 |
| 5 | * Author(s): Steve French (sfrench@us.ibm.com) | 5 | * Author(s): Steve French (sfrench@us.ibm.com) |
| 6 | * Jeremy Allison (jra@samba.org) | ||
| 6 | * | 7 | * |
| 7 | * This library is free software; you can redistribute it and/or modify | 8 | * This library is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU Lesser General Public License as published | 9 | * it under the terms of the GNU Lesser General Public License as published |
| @@ -158,7 +159,8 @@ struct TCP_Server_Info { | |||
| 158 | /* 16th byte of RFC1001 workstation name is always null */ | 159 | /* 16th byte of RFC1001 workstation name is always null */ |
| 159 | char workstation_RFC1001_name[SERVER_NAME_LEN_WITH_NULL]; | 160 | char workstation_RFC1001_name[SERVER_NAME_LEN_WITH_NULL]; |
| 160 | __u32 sequence_number; /* needed for CIFS PDU signature */ | 161 | __u32 sequence_number; /* needed for CIFS PDU signature */ |
| 161 | char mac_signing_key[CIFS_SESS_KEY_SIZE + 16]; | 162 | char mac_signing_key[CIFS_SESS_KEY_SIZE + 16]; |
| 163 | unsigned long lstrp; /* when we got last response from this server */ | ||
| 162 | }; | 164 | }; |
| 163 | 165 | ||
| 164 | /* | 166 | /* |
| @@ -266,14 +268,14 @@ struct cifsTconInfo { | |||
| 266 | }; | 268 | }; |
| 267 | 269 | ||
| 268 | /* | 270 | /* |
| 269 | * This info hangs off the cifsFileInfo structure. This is used to track | 271 | * This info hangs off the cifsFileInfo structure, pointed to by llist. |
| 270 | * byte stream locks on the file | 272 | * This is used to track byte stream locks on the file |
| 271 | */ | 273 | */ |
| 272 | struct cifsLockInfo { | 274 | struct cifsLockInfo { |
| 273 | struct cifsLockInfo *next; | 275 | struct list_head llist; /* pointer to next cifsLockInfo */ |
| 274 | int start; | 276 | __u64 offset; |
| 275 | int length; | 277 | __u64 length; |
| 276 | int type; | 278 | __u8 type; |
| 277 | }; | 279 | }; |
| 278 | 280 | ||
| 279 | /* | 281 | /* |
| @@ -304,6 +306,8 @@ struct cifsFileInfo { | |||
| 304 | /* lock scope id (0 if none) */ | 306 | /* lock scope id (0 if none) */ |
| 305 | struct file * pfile; /* needed for writepage */ | 307 | struct file * pfile; /* needed for writepage */ |
| 306 | struct inode * pInode; /* needed for oplock break */ | 308 | struct inode * pInode; /* needed for oplock break */ |
| 309 | struct semaphore lock_sem; | ||
| 310 | struct list_head llist; /* list of byte range locks we have. */ | ||
| 307 | unsigned closePend:1; /* file is marked to close */ | 311 | unsigned closePend:1; /* file is marked to close */ |
| 308 | unsigned invalidHandle:1; /* file closed via session abend */ | 312 | unsigned invalidHandle:1; /* file closed via session abend */ |
| 309 | atomic_t wrtPending; /* handle in use - defer close */ | 313 | atomic_t wrtPending; /* handle in use - defer close */ |
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index a5ddc62d6fe6..b35c55c3c8bb 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
| @@ -50,6 +50,10 @@ extern int SendReceive(const unsigned int /* xid */ , struct cifsSesInfo *, | |||
| 50 | extern int SendReceive2(const unsigned int /* xid */ , struct cifsSesInfo *, | 50 | extern int SendReceive2(const unsigned int /* xid */ , struct cifsSesInfo *, |
| 51 | struct kvec *, int /* nvec to send */, | 51 | struct kvec *, int /* nvec to send */, |
| 52 | int * /* type of buf returned */ , const int long_op); | 52 | int * /* type of buf returned */ , const int long_op); |
| 53 | extern int SendReceiveBlockingLock(const unsigned int /* xid */ , struct cifsTconInfo *, | ||
| 54 | struct smb_hdr * /* input */ , | ||
| 55 | struct smb_hdr * /* out */ , | ||
| 56 | int * /* bytes returned */); | ||
| 53 | extern int checkSMBhdr(struct smb_hdr *smb, __u16 mid); | 57 | extern int checkSMBhdr(struct smb_hdr *smb, __u16 mid); |
| 54 | extern int checkSMB(struct smb_hdr *smb, __u16 mid, int length); | 58 | extern int checkSMB(struct smb_hdr *smb, __u16 mid, int length); |
| 55 | extern int is_valid_oplock_break(struct smb_hdr *smb, struct TCP_Server_Info *); | 59 | extern int is_valid_oplock_break(struct smb_hdr *smb, struct TCP_Server_Info *); |
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 19678c575dfc..075d8fb3d376 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c | |||
| @@ -477,7 +477,7 @@ CIFSSMBNegotiate(unsigned int xid, struct cifsSesInfo *ses) | |||
| 477 | /* BB get server time for time conversions and add | 477 | /* BB get server time for time conversions and add |
| 478 | code to use it and timezone since this is not UTC */ | 478 | code to use it and timezone since this is not UTC */ |
| 479 | 479 | ||
| 480 | if (rsp->EncryptionKeyLength == CIFS_CRYPTO_KEY_SIZE) { | 480 | if (rsp->EncryptionKeyLength == cpu_to_le16(CIFS_CRYPTO_KEY_SIZE)) { |
| 481 | memcpy(server->cryptKey, rsp->EncryptionKey, | 481 | memcpy(server->cryptKey, rsp->EncryptionKey, |
| 482 | CIFS_CRYPTO_KEY_SIZE); | 482 | CIFS_CRYPTO_KEY_SIZE); |
| 483 | } else if (server->secMode & SECMODE_PW_ENCRYPT) { | 483 | } else if (server->secMode & SECMODE_PW_ENCRYPT) { |
| @@ -1460,8 +1460,13 @@ CIFSSMBLock(const int xid, struct cifsTconInfo *tcon, | |||
| 1460 | pSMB->hdr.smb_buf_length += count; | 1460 | pSMB->hdr.smb_buf_length += count; |
| 1461 | pSMB->ByteCount = cpu_to_le16(count); | 1461 | pSMB->ByteCount = cpu_to_le16(count); |
| 1462 | 1462 | ||
| 1463 | rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, | 1463 | if (waitFlag) { |
| 1464 | rc = SendReceiveBlockingLock(xid, tcon, (struct smb_hdr *) pSMB, | ||
| 1465 | (struct smb_hdr *) pSMBr, &bytes_returned); | ||
| 1466 | } else { | ||
| 1467 | rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, | ||
| 1464 | (struct smb_hdr *) pSMBr, &bytes_returned, timeout); | 1468 | (struct smb_hdr *) pSMBr, &bytes_returned, timeout); |
| 1469 | } | ||
| 1465 | cifs_stats_inc(&tcon->num_locks); | 1470 | cifs_stats_inc(&tcon->num_locks); |
| 1466 | if (rc) { | 1471 | if (rc) { |
| 1467 | cFYI(1, ("Send error in Lock = %d", rc)); | 1472 | cFYI(1, ("Send error in Lock = %d", rc)); |
| @@ -1484,6 +1489,7 @@ CIFSSMBPosixLock(const int xid, struct cifsTconInfo *tcon, | |||
| 1484 | char *data_offset; | 1489 | char *data_offset; |
| 1485 | struct cifs_posix_lock *parm_data; | 1490 | struct cifs_posix_lock *parm_data; |
| 1486 | int rc = 0; | 1491 | int rc = 0; |
| 1492 | int timeout = 0; | ||
| 1487 | int bytes_returned = 0; | 1493 | int bytes_returned = 0; |
| 1488 | __u16 params, param_offset, offset, byte_count, count; | 1494 | __u16 params, param_offset, offset, byte_count, count; |
| 1489 | 1495 | ||
| @@ -1503,7 +1509,6 @@ CIFSSMBPosixLock(const int xid, struct cifsTconInfo *tcon, | |||
| 1503 | pSMB->MaxSetupCount = 0; | 1509 | pSMB->MaxSetupCount = 0; |
| 1504 | pSMB->Reserved = 0; | 1510 | pSMB->Reserved = 0; |
| 1505 | pSMB->Flags = 0; | 1511 | pSMB->Flags = 0; |
| 1506 | pSMB->Timeout = 0; | ||
| 1507 | pSMB->Reserved2 = 0; | 1512 | pSMB->Reserved2 = 0; |
| 1508 | param_offset = offsetof(struct smb_com_transaction2_sfi_req, Fid) - 4; | 1513 | param_offset = offsetof(struct smb_com_transaction2_sfi_req, Fid) - 4; |
| 1509 | offset = param_offset + params; | 1514 | offset = param_offset + params; |
| @@ -1529,8 +1534,13 @@ CIFSSMBPosixLock(const int xid, struct cifsTconInfo *tcon, | |||
| 1529 | (((char *) &pSMB->hdr.Protocol) + offset); | 1534 | (((char *) &pSMB->hdr.Protocol) + offset); |
| 1530 | 1535 | ||
| 1531 | parm_data->lock_type = cpu_to_le16(lock_type); | 1536 | parm_data->lock_type = cpu_to_le16(lock_type); |
| 1532 | if(waitFlag) | 1537 | if(waitFlag) { |
| 1538 | timeout = 3; /* blocking operation, no timeout */ | ||
| 1533 | parm_data->lock_flags = cpu_to_le16(1); | 1539 | parm_data->lock_flags = cpu_to_le16(1); |
| 1540 | pSMB->Timeout = cpu_to_le32(-1); | ||
| 1541 | } else | ||
| 1542 | pSMB->Timeout = 0; | ||
| 1543 | |||
| 1534 | parm_data->pid = cpu_to_le32(current->tgid); | 1544 | parm_data->pid = cpu_to_le32(current->tgid); |
| 1535 | parm_data->start = cpu_to_le64(pLockData->fl_start); | 1545 | parm_data->start = cpu_to_le64(pLockData->fl_start); |
| 1536 | parm_data->length = cpu_to_le64(len); /* normalize negative numbers */ | 1546 | parm_data->length = cpu_to_le64(len); /* normalize negative numbers */ |
| @@ -1541,8 +1551,14 @@ CIFSSMBPosixLock(const int xid, struct cifsTconInfo *tcon, | |||
| 1541 | pSMB->Reserved4 = 0; | 1551 | pSMB->Reserved4 = 0; |
| 1542 | pSMB->hdr.smb_buf_length += byte_count; | 1552 | pSMB->hdr.smb_buf_length += byte_count; |
| 1543 | pSMB->ByteCount = cpu_to_le16(byte_count); | 1553 | pSMB->ByteCount = cpu_to_le16(byte_count); |
| 1544 | rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, | 1554 | if (waitFlag) { |
| 1545 | (struct smb_hdr *) pSMBr, &bytes_returned, 0); | 1555 | rc = SendReceiveBlockingLock(xid, tcon, (struct smb_hdr *) pSMB, |
| 1556 | (struct smb_hdr *) pSMBr, &bytes_returned); | ||
| 1557 | } else { | ||
| 1558 | rc = SendReceive(xid, tcon->ses, (struct smb_hdr *) pSMB, | ||
| 1559 | (struct smb_hdr *) pSMBr, &bytes_returned, timeout); | ||
| 1560 | } | ||
| 1561 | |||
| 1546 | if (rc) { | 1562 | if (rc) { |
| 1547 | cFYI(1, ("Send error in Posix Lock = %d", rc)); | 1563 | cFYI(1, ("Send error in Posix Lock = %d", rc)); |
| 1548 | } else if (get_flag) { | 1564 | } else if (get_flag) { |
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index 876eb9ef85fe..5d394c726860 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c | |||
| @@ -182,6 +182,7 @@ cifs_reconnect(struct TCP_Server_Info *server) | |||
| 182 | 182 | ||
| 183 | while ((server->tcpStatus != CifsExiting) && (server->tcpStatus != CifsGood)) | 183 | while ((server->tcpStatus != CifsExiting) && (server->tcpStatus != CifsGood)) |
| 184 | { | 184 | { |
| 185 | try_to_freeze(); | ||
| 185 | if(server->protocolType == IPV6) { | 186 | if(server->protocolType == IPV6) { |
| 186 | rc = ipv6_connect(&server->addr.sockAddr6,&server->ssocket); | 187 | rc = ipv6_connect(&server->addr.sockAddr6,&server->ssocket); |
| 187 | } else { | 188 | } else { |
| @@ -612,6 +613,10 @@ multi_t2_fnd: | |||
| 612 | #ifdef CONFIG_CIFS_STATS2 | 613 | #ifdef CONFIG_CIFS_STATS2 |
| 613 | mid_entry->when_received = jiffies; | 614 | mid_entry->when_received = jiffies; |
| 614 | #endif | 615 | #endif |
| 616 | /* so we do not time out requests to server | ||
| 617 | which is still responding (since server could | ||
| 618 | be busy but not dead) */ | ||
| 619 | server->lstrp = jiffies; | ||
| 615 | break; | 620 | break; |
| 616 | } | 621 | } |
| 617 | } | 622 | } |
| @@ -1266,33 +1271,35 @@ find_unc(__be32 new_target_ip_addr, char *uncName, char *userName) | |||
| 1266 | 1271 | ||
| 1267 | read_lock(&GlobalSMBSeslock); | 1272 | read_lock(&GlobalSMBSeslock); |
| 1268 | list_for_each(tmp, &GlobalTreeConnectionList) { | 1273 | list_for_each(tmp, &GlobalTreeConnectionList) { |
| 1269 | cFYI(1, ("Next tcon - ")); | 1274 | cFYI(1, ("Next tcon")); |
| 1270 | tcon = list_entry(tmp, struct cifsTconInfo, cifsConnectionList); | 1275 | tcon = list_entry(tmp, struct cifsTconInfo, cifsConnectionList); |
| 1271 | if (tcon->ses) { | 1276 | if (tcon->ses) { |
| 1272 | if (tcon->ses->server) { | 1277 | if (tcon->ses->server) { |
| 1273 | cFYI(1, | 1278 | cFYI(1, |
| 1274 | (" old ip addr: %x == new ip %x ?", | 1279 | ("old ip addr: %x == new ip %x ?", |
| 1275 | tcon->ses->server->addr.sockAddr.sin_addr. | 1280 | tcon->ses->server->addr.sockAddr.sin_addr. |
| 1276 | s_addr, new_target_ip_addr)); | 1281 | s_addr, new_target_ip_addr)); |
| 1277 | if (tcon->ses->server->addr.sockAddr.sin_addr. | 1282 | if (tcon->ses->server->addr.sockAddr.sin_addr. |
| 1278 | s_addr == new_target_ip_addr) { | 1283 | s_addr == new_target_ip_addr) { |
| 1279 | /* BB lock tcon and server and tcp session and increment use count here? */ | 1284 | /* BB lock tcon, server and tcp session and increment use count here? */ |
| 1280 | /* found a match on the TCP session */ | 1285 | /* found a match on the TCP session */ |
| 1281 | /* BB check if reconnection needed */ | 1286 | /* BB check if reconnection needed */ |
| 1282 | cFYI(1,("Matched ip, old UNC: %s == new: %s ?", | 1287 | cFYI(1,("IP match, old UNC: %s new: %s", |
| 1283 | tcon->treeName, uncName)); | 1288 | tcon->treeName, uncName)); |
| 1284 | if (strncmp | 1289 | if (strncmp |
| 1285 | (tcon->treeName, uncName, | 1290 | (tcon->treeName, uncName, |
| 1286 | MAX_TREE_SIZE) == 0) { | 1291 | MAX_TREE_SIZE) == 0) { |
| 1287 | cFYI(1, | 1292 | cFYI(1, |
| 1288 | ("Matched UNC, old user: %s == new: %s ?", | 1293 | ("and old usr: %s new: %s", |
| 1289 | tcon->treeName, uncName)); | 1294 | tcon->treeName, uncName)); |
| 1290 | if (strncmp | 1295 | if (strncmp |
| 1291 | (tcon->ses->userName, | 1296 | (tcon->ses->userName, |
| 1292 | userName, | 1297 | userName, |
| 1293 | MAX_USERNAME_SIZE) == 0) { | 1298 | MAX_USERNAME_SIZE) == 0) { |
| 1294 | read_unlock(&GlobalSMBSeslock); | 1299 | read_unlock(&GlobalSMBSeslock); |
| 1295 | return tcon;/* also matched user (smb session)*/ | 1300 | /* matched smb session |
| 1301 | (user name */ | ||
| 1302 | return tcon; | ||
| 1296 | } | 1303 | } |
| 1297 | } | 1304 | } |
| 1298 | } | 1305 | } |
| @@ -1969,7 +1976,18 @@ cifs_mount(struct super_block *sb, struct cifs_sb_info *cifs_sb, | |||
| 1969 | } | 1976 | } |
| 1970 | 1977 | ||
| 1971 | cFYI(1,("Negotiate caps 0x%x",(int)cap)); | 1978 | cFYI(1,("Negotiate caps 0x%x",(int)cap)); |
| 1972 | 1979 | #ifdef CONFIG_CIFS_DEBUG2 | |
| 1980 | if(cap & CIFS_UNIX_FCNTL_CAP) | ||
| 1981 | cFYI(1,("FCNTL cap")); | ||
| 1982 | if(cap & CIFS_UNIX_EXTATTR_CAP) | ||
| 1983 | cFYI(1,("EXTATTR cap")); | ||
| 1984 | if(cap & CIFS_UNIX_POSIX_PATHNAMES_CAP) | ||
| 1985 | cFYI(1,("POSIX path cap")); | ||
| 1986 | if(cap & CIFS_UNIX_XATTR_CAP) | ||
| 1987 | cFYI(1,("XATTR cap")); | ||
| 1988 | if(cap & CIFS_UNIX_POSIX_ACL_CAP) | ||
| 1989 | cFYI(1,("POSIX ACL cap")); | ||
| 1990 | #endif /* CIFS_DEBUG2 */ | ||
| 1973 | if (CIFSSMBSetFSUnixInfo(xid, tcon, cap)) { | 1991 | if (CIFSSMBSetFSUnixInfo(xid, tcon, cap)) { |
| 1974 | cFYI(1,("setting capabilities failed")); | 1992 | cFYI(1,("setting capabilities failed")); |
| 1975 | } | 1993 | } |
diff --git a/fs/cifs/dir.c b/fs/cifs/dir.c index ba4cbe9b0684..914239d53634 100644 --- a/fs/cifs/dir.c +++ b/fs/cifs/dir.c | |||
| @@ -267,6 +267,10 @@ cifs_create(struct inode *inode, struct dentry *direntry, int mode, | |||
| 267 | pCifsFile->invalidHandle = FALSE; | 267 | pCifsFile->invalidHandle = FALSE; |
| 268 | pCifsFile->closePend = FALSE; | 268 | pCifsFile->closePend = FALSE; |
| 269 | init_MUTEX(&pCifsFile->fh_sem); | 269 | init_MUTEX(&pCifsFile->fh_sem); |
| 270 | init_MUTEX(&pCifsFile->lock_sem); | ||
| 271 | INIT_LIST_HEAD(&pCifsFile->llist); | ||
| 272 | atomic_set(&pCifsFile->wrtPending,0); | ||
| 273 | |||
| 270 | /* set the following in open now | 274 | /* set the following in open now |
| 271 | pCifsFile->pfile = file; */ | 275 | pCifsFile->pfile = file; */ |
| 272 | write_lock(&GlobalSMBSeslock); | 276 | write_lock(&GlobalSMBSeslock); |
diff --git a/fs/cifs/file.c b/fs/cifs/file.c index 944d2b9e092d..e9c5ba9084fc 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | * | 5 | * |
| 6 | * Copyright (C) International Business Machines Corp., 2002,2003 | 6 | * Copyright (C) International Business Machines Corp., 2002,2003 |
| 7 | * Author(s): Steve French (sfrench@us.ibm.com) | 7 | * Author(s): Steve French (sfrench@us.ibm.com) |
| 8 | * Jeremy Allison (jra@samba.org) | ||
| 8 | * | 9 | * |
| 9 | * This library is free software; you can redistribute it and/or modify | 10 | * This library is free software; you can redistribute it and/or modify |
| 10 | * it under the terms of the GNU Lesser General Public License as published | 11 | * it under the terms of the GNU Lesser General Public License as published |
| @@ -47,6 +48,8 @@ static inline struct cifsFileInfo *cifs_init_private( | |||
| 47 | private_data->netfid = netfid; | 48 | private_data->netfid = netfid; |
| 48 | private_data->pid = current->tgid; | 49 | private_data->pid = current->tgid; |
| 49 | init_MUTEX(&private_data->fh_sem); | 50 | init_MUTEX(&private_data->fh_sem); |
| 51 | init_MUTEX(&private_data->lock_sem); | ||
| 52 | INIT_LIST_HEAD(&private_data->llist); | ||
| 50 | private_data->pfile = file; /* needed for writepage */ | 53 | private_data->pfile = file; /* needed for writepage */ |
| 51 | private_data->pInode = inode; | 54 | private_data->pInode = inode; |
| 52 | private_data->invalidHandle = FALSE; | 55 | private_data->invalidHandle = FALSE; |
| @@ -473,6 +476,8 @@ int cifs_close(struct inode *inode, struct file *file) | |||
| 473 | cifs_sb = CIFS_SB(inode->i_sb); | 476 | cifs_sb = CIFS_SB(inode->i_sb); |
| 474 | pTcon = cifs_sb->tcon; | 477 | pTcon = cifs_sb->tcon; |
| 475 | if (pSMBFile) { | 478 | if (pSMBFile) { |
| 479 | struct cifsLockInfo *li, *tmp; | ||
| 480 | |||
| 476 | pSMBFile->closePend = TRUE; | 481 | pSMBFile->closePend = TRUE; |
| 477 | if (pTcon) { | 482 | if (pTcon) { |
| 478 | /* no sense reconnecting to close a file that is | 483 | /* no sense reconnecting to close a file that is |
| @@ -496,6 +501,16 @@ int cifs_close(struct inode *inode, struct file *file) | |||
| 496 | pSMBFile->netfid); | 501 | pSMBFile->netfid); |
| 497 | } | 502 | } |
| 498 | } | 503 | } |
| 504 | |||
| 505 | /* Delete any outstanding lock records. | ||
| 506 | We'll lose them when the file is closed anyway. */ | ||
| 507 | down(&pSMBFile->lock_sem); | ||
| 508 | list_for_each_entry_safe(li, tmp, &pSMBFile->llist, llist) { | ||
| 509 | list_del(&li->llist); | ||
| 510 | kfree(li); | ||
| 511 | } | ||
| 512 | up(&pSMBFile->lock_sem); | ||
| 513 | |||
| 499 | write_lock(&GlobalSMBSeslock); | 514 | write_lock(&GlobalSMBSeslock); |
| 500 | list_del(&pSMBFile->flist); | 515 | list_del(&pSMBFile->flist); |
| 501 | list_del(&pSMBFile->tlist); | 516 | list_del(&pSMBFile->tlist); |
| @@ -570,6 +585,21 @@ int cifs_closedir(struct inode *inode, struct file *file) | |||
| 570 | return rc; | 585 | return rc; |
| 571 | } | 586 | } |
| 572 | 587 | ||
| 588 | static int store_file_lock(struct cifsFileInfo *fid, __u64 len, | ||
| 589 | __u64 offset, __u8 lockType) | ||
| 590 | { | ||
| 591 | struct cifsLockInfo *li = kmalloc(sizeof(struct cifsLockInfo), GFP_KERNEL); | ||
| 592 | if (li == NULL) | ||
| 593 | return -ENOMEM; | ||
| 594 | li->offset = offset; | ||
| 595 | li->length = len; | ||
| 596 | li->type = lockType; | ||
| 597 | down(&fid->lock_sem); | ||
| 598 | list_add(&li->llist, &fid->llist); | ||
| 599 | up(&fid->lock_sem); | ||
| 600 | return 0; | ||
| 601 | } | ||
| 602 | |||
| 573 | int cifs_lock(struct file *file, int cmd, struct file_lock *pfLock) | 603 | int cifs_lock(struct file *file, int cmd, struct file_lock *pfLock) |
| 574 | { | 604 | { |
| 575 | int rc, xid; | 605 | int rc, xid; |
| @@ -581,6 +611,7 @@ int cifs_lock(struct file *file, int cmd, struct file_lock *pfLock) | |||
| 581 | struct cifsTconInfo *pTcon; | 611 | struct cifsTconInfo *pTcon; |
| 582 | __u16 netfid; | 612 | __u16 netfid; |
| 583 | __u8 lockType = LOCKING_ANDX_LARGE_FILES; | 613 | __u8 lockType = LOCKING_ANDX_LARGE_FILES; |
| 614 | int posix_locking; | ||
| 584 | 615 | ||
| 585 | length = 1 + pfLock->fl_end - pfLock->fl_start; | 616 | length = 1 + pfLock->fl_end - pfLock->fl_start; |
| 586 | rc = -EACCES; | 617 | rc = -EACCES; |
| @@ -639,15 +670,14 @@ int cifs_lock(struct file *file, int cmd, struct file_lock *pfLock) | |||
| 639 | } | 670 | } |
| 640 | netfid = ((struct cifsFileInfo *)file->private_data)->netfid; | 671 | netfid = ((struct cifsFileInfo *)file->private_data)->netfid; |
| 641 | 672 | ||
| 673 | posix_locking = (cifs_sb->tcon->ses->capabilities & CAP_UNIX) && | ||
| 674 | (CIFS_UNIX_FCNTL_CAP & le64_to_cpu(cifs_sb->tcon->fsUnixInfo.Capability)); | ||
| 642 | 675 | ||
| 643 | /* BB add code here to normalize offset and length to | 676 | /* BB add code here to normalize offset and length to |
| 644 | account for negative length which we can not accept over the | 677 | account for negative length which we can not accept over the |
| 645 | wire */ | 678 | wire */ |
| 646 | if (IS_GETLK(cmd)) { | 679 | if (IS_GETLK(cmd)) { |
| 647 | if(experimEnabled && | 680 | if(posix_locking) { |
| 648 | (cifs_sb->tcon->ses->capabilities & CAP_UNIX) && | ||
| 649 | (CIFS_UNIX_FCNTL_CAP & | ||
| 650 | le64_to_cpu(cifs_sb->tcon->fsUnixInfo.Capability))) { | ||
| 651 | int posix_lock_type; | 681 | int posix_lock_type; |
| 652 | if(lockType & LOCKING_ANDX_SHARED_LOCK) | 682 | if(lockType & LOCKING_ANDX_SHARED_LOCK) |
| 653 | posix_lock_type = CIFS_RDLCK; | 683 | posix_lock_type = CIFS_RDLCK; |
| @@ -683,10 +713,15 @@ int cifs_lock(struct file *file, int cmd, struct file_lock *pfLock) | |||
| 683 | FreeXid(xid); | 713 | FreeXid(xid); |
| 684 | return rc; | 714 | return rc; |
| 685 | } | 715 | } |
| 686 | if (experimEnabled && | 716 | |
| 687 | (cifs_sb->tcon->ses->capabilities & CAP_UNIX) && | 717 | if (!numLock && !numUnlock) { |
| 688 | (CIFS_UNIX_FCNTL_CAP & | 718 | /* if no lock or unlock then nothing |
| 689 | le64_to_cpu(cifs_sb->tcon->fsUnixInfo.Capability))) { | 719 | to do since we do not know what it is */ |
| 720 | FreeXid(xid); | ||
| 721 | return -EOPNOTSUPP; | ||
| 722 | } | ||
| 723 | |||
| 724 | if (posix_locking) { | ||
| 690 | int posix_lock_type; | 725 | int posix_lock_type; |
| 691 | if(lockType & LOCKING_ANDX_SHARED_LOCK) | 726 | if(lockType & LOCKING_ANDX_SHARED_LOCK) |
| 692 | posix_lock_type = CIFS_RDLCK; | 727 | posix_lock_type = CIFS_RDLCK; |
| @@ -695,18 +730,46 @@ int cifs_lock(struct file *file, int cmd, struct file_lock *pfLock) | |||
| 695 | 730 | ||
| 696 | if(numUnlock == 1) | 731 | if(numUnlock == 1) |
| 697 | posix_lock_type = CIFS_UNLCK; | 732 | posix_lock_type = CIFS_UNLCK; |
| 698 | else if(numLock == 0) { | 733 | |
| 699 | /* if no lock or unlock then nothing | ||
| 700 | to do since we do not know what it is */ | ||
| 701 | FreeXid(xid); | ||
| 702 | return -EOPNOTSUPP; | ||
| 703 | } | ||
| 704 | rc = CIFSSMBPosixLock(xid, pTcon, netfid, 0 /* set */, | 734 | rc = CIFSSMBPosixLock(xid, pTcon, netfid, 0 /* set */, |
| 705 | length, pfLock, | 735 | length, pfLock, |
| 706 | posix_lock_type, wait_flag); | 736 | posix_lock_type, wait_flag); |
| 707 | } else | 737 | } else { |
| 708 | rc = CIFSSMBLock(xid, pTcon, netfid, length, pfLock->fl_start, | 738 | struct cifsFileInfo *fid = (struct cifsFileInfo *)file->private_data; |
| 709 | numUnlock, numLock, lockType, wait_flag); | 739 | |
| 740 | if (numLock) { | ||
| 741 | rc = CIFSSMBLock(xid, pTcon, netfid, length, pfLock->fl_start, | ||
| 742 | 0, numLock, lockType, wait_flag); | ||
| 743 | |||
| 744 | if (rc == 0) { | ||
| 745 | /* For Windows locks we must store them. */ | ||
| 746 | rc = store_file_lock(fid, length, | ||
| 747 | pfLock->fl_start, lockType); | ||
| 748 | } | ||
| 749 | } else if (numUnlock) { | ||
| 750 | /* For each stored lock that this unlock overlaps | ||
| 751 | completely, unlock it. */ | ||
| 752 | int stored_rc = 0; | ||
| 753 | struct cifsLockInfo *li, *tmp; | ||
| 754 | |||
| 755 | down(&fid->lock_sem); | ||
| 756 | list_for_each_entry_safe(li, tmp, &fid->llist, llist) { | ||
| 757 | if (pfLock->fl_start <= li->offset && | ||
| 758 | length >= li->length) { | ||
| 759 | stored_rc = CIFSSMBLock(xid, pTcon, netfid, | ||
| 760 | li->length, li->offset, | ||
| 761 | 1, 0, li->type, FALSE); | ||
| 762 | if (stored_rc) | ||
| 763 | rc = stored_rc; | ||
| 764 | |||
| 765 | list_del(&li->llist); | ||
| 766 | kfree(li); | ||
| 767 | } | ||
| 768 | } | ||
| 769 | up(&fid->lock_sem); | ||
| 770 | } | ||
| 771 | } | ||
| 772 | |||
| 710 | if (pfLock->fl_flags & FL_POSIX) | 773 | if (pfLock->fl_flags & FL_POSIX) |
| 711 | posix_lock_file_wait(file, pfLock); | 774 | posix_lock_file_wait(file, pfLock); |
| 712 | FreeXid(xid); | 775 | FreeXid(xid); |
diff --git a/fs/cifs/netmisc.c b/fs/cifs/netmisc.c index b66eff5dc624..ce87550e918f 100644 --- a/fs/cifs/netmisc.c +++ b/fs/cifs/netmisc.c | |||
| @@ -72,6 +72,7 @@ static const struct smb_to_posix_error mapping_table_ERRDOS[] = { | |||
| 72 | {ERRinvlevel,-EOPNOTSUPP}, | 72 | {ERRinvlevel,-EOPNOTSUPP}, |
| 73 | {ERRdirnotempty, -ENOTEMPTY}, | 73 | {ERRdirnotempty, -ENOTEMPTY}, |
| 74 | {ERRnotlocked, -ENOLCK}, | 74 | {ERRnotlocked, -ENOLCK}, |
| 75 | {ERRcancelviolation, -ENOLCK}, | ||
| 75 | {ERRalreadyexists, -EEXIST}, | 76 | {ERRalreadyexists, -EEXIST}, |
| 76 | {ERRmoredata, -EOVERFLOW}, | 77 | {ERRmoredata, -EOVERFLOW}, |
| 77 | {ERReasnotsupported,-EOPNOTSUPP}, | 78 | {ERReasnotsupported,-EOPNOTSUPP}, |
diff --git a/fs/cifs/readdir.c b/fs/cifs/readdir.c index 03bbcb377913..105761e3ba0e 100644 --- a/fs/cifs/readdir.c +++ b/fs/cifs/readdir.c | |||
| @@ -556,7 +556,7 @@ static int cifs_entry_is_dot(char *current_entry, struct cifsFileInfo *cfile) | |||
| 556 | FIND_FILE_STANDARD_INFO * pFindData = | 556 | FIND_FILE_STANDARD_INFO * pFindData = |
| 557 | (FIND_FILE_STANDARD_INFO *)current_entry; | 557 | (FIND_FILE_STANDARD_INFO *)current_entry; |
| 558 | filename = &pFindData->FileName[0]; | 558 | filename = &pFindData->FileName[0]; |
| 559 | len = le32_to_cpu(pFindData->FileNameLength); | 559 | len = pFindData->FileNameLength; |
| 560 | } else { | 560 | } else { |
| 561 | cFYI(1,("Unknown findfirst level %d",cfile->srch_inf.info_level)); | 561 | cFYI(1,("Unknown findfirst level %d",cfile->srch_inf.info_level)); |
| 562 | } | 562 | } |
diff --git a/fs/cifs/sess.c b/fs/cifs/sess.c index 7202d534ef0b..d1705ab8136e 100644 --- a/fs/cifs/sess.c +++ b/fs/cifs/sess.c | |||
| @@ -372,7 +372,7 @@ CIFS_SessSetup(unsigned int xid, struct cifsSesInfo *ses, int first_time, | |||
| 372 | 372 | ||
| 373 | /* no capabilities flags in old lanman negotiation */ | 373 | /* no capabilities flags in old lanman negotiation */ |
| 374 | 374 | ||
| 375 | pSMB->old_req.PasswordLength = CIFS_SESS_KEY_SIZE; | 375 | pSMB->old_req.PasswordLength = cpu_to_le16(CIFS_SESS_KEY_SIZE); |
| 376 | /* BB calculate hash with password */ | 376 | /* BB calculate hash with password */ |
| 377 | /* and copy into bcc */ | 377 | /* and copy into bcc */ |
| 378 | 378 | ||
diff --git a/fs/cifs/smberr.h b/fs/cifs/smberr.h index cd41c67ff8d3..212c3c296409 100644 --- a/fs/cifs/smberr.h +++ b/fs/cifs/smberr.h | |||
| @@ -95,6 +95,7 @@ | |||
| 95 | #define ERRinvlevel 124 | 95 | #define ERRinvlevel 124 |
| 96 | #define ERRdirnotempty 145 | 96 | #define ERRdirnotempty 145 |
| 97 | #define ERRnotlocked 158 | 97 | #define ERRnotlocked 158 |
| 98 | #define ERRcancelviolation 173 | ||
| 98 | #define ERRalreadyexists 183 | 99 | #define ERRalreadyexists 183 |
| 99 | #define ERRbadpipe 230 | 100 | #define ERRbadpipe 230 |
| 100 | #define ERRpipebusy 231 | 101 | #define ERRpipebusy 231 |
diff --git a/fs/cifs/transport.c b/fs/cifs/transport.c index 17ba329e2b3d..48d47b46b1fb 100644 --- a/fs/cifs/transport.c +++ b/fs/cifs/transport.c | |||
| @@ -3,7 +3,8 @@ | |||
| 3 | * | 3 | * |
| 4 | * Copyright (C) International Business Machines Corp., 2002,2005 | 4 | * Copyright (C) International Business Machines Corp., 2002,2005 |
| 5 | * Author(s): Steve French (sfrench@us.ibm.com) | 5 | * Author(s): Steve French (sfrench@us.ibm.com) |
| 6 | * | 6 | * Jeremy Allison (jra@samba.org) 2006. |
| 7 | * | ||
| 7 | * This library is free software; you can redistribute it and/or modify | 8 | * This library is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU Lesser General Public License as published | 9 | * it under the terms of the GNU Lesser General Public License as published |
| 9 | * by the Free Software Foundation; either version 2.1 of the License, or | 10 | * by the Free Software Foundation; either version 2.1 of the License, or |
| @@ -36,7 +37,7 @@ extern mempool_t *cifs_mid_poolp; | |||
| 36 | extern kmem_cache_t *cifs_oplock_cachep; | 37 | extern kmem_cache_t *cifs_oplock_cachep; |
| 37 | 38 | ||
| 38 | static struct mid_q_entry * | 39 | static struct mid_q_entry * |
| 39 | AllocMidQEntry(struct smb_hdr *smb_buffer, struct cifsSesInfo *ses) | 40 | AllocMidQEntry(const struct smb_hdr *smb_buffer, struct cifsSesInfo *ses) |
| 40 | { | 41 | { |
| 41 | struct mid_q_entry *temp; | 42 | struct mid_q_entry *temp; |
| 42 | 43 | ||
| @@ -203,6 +204,10 @@ smb_send(struct socket *ssocket, struct smb_hdr *smb_buffer, | |||
| 203 | rc = 0; | 204 | rc = 0; |
| 204 | } | 205 | } |
| 205 | 206 | ||
| 207 | /* Don't want to modify the buffer as a | ||
| 208 | side effect of this call. */ | ||
| 209 | smb_buffer->smb_buf_length = smb_buf_length; | ||
| 210 | |||
| 206 | return rc; | 211 | return rc; |
| 207 | } | 212 | } |
| 208 | 213 | ||
| @@ -217,6 +222,7 @@ smb_send2(struct socket *ssocket, struct kvec *iov, int n_vec, | |||
| 217 | unsigned int len = iov[0].iov_len; | 222 | unsigned int len = iov[0].iov_len; |
| 218 | unsigned int total_len; | 223 | unsigned int total_len; |
| 219 | int first_vec = 0; | 224 | int first_vec = 0; |
| 225 | unsigned int smb_buf_length = smb_buffer->smb_buf_length; | ||
| 220 | 226 | ||
| 221 | if(ssocket == NULL) | 227 | if(ssocket == NULL) |
| 222 | return -ENOTSOCK; /* BB eventually add reconnect code here */ | 228 | return -ENOTSOCK; /* BB eventually add reconnect code here */ |
| @@ -293,36 +299,15 @@ smb_send2(struct socket *ssocket, struct kvec *iov, int n_vec, | |||
| 293 | } else | 299 | } else |
| 294 | rc = 0; | 300 | rc = 0; |
| 295 | 301 | ||
| 302 | /* Don't want to modify the buffer as a | ||
| 303 | side effect of this call. */ | ||
| 304 | smb_buffer->smb_buf_length = smb_buf_length; | ||
| 305 | |||
| 296 | return rc; | 306 | return rc; |
| 297 | } | 307 | } |
| 298 | 308 | ||
| 299 | int | 309 | static int wait_for_free_request(struct cifsSesInfo *ses, const int long_op) |
| 300 | SendReceive2(const unsigned int xid, struct cifsSesInfo *ses, | ||
| 301 | struct kvec *iov, int n_vec, int * pRespBufType /* ret */, | ||
| 302 | const int long_op) | ||
| 303 | { | 310 | { |
| 304 | int rc = 0; | ||
| 305 | unsigned int receive_len; | ||
| 306 | unsigned long timeout; | ||
| 307 | struct mid_q_entry *midQ; | ||
| 308 | struct smb_hdr *in_buf = iov[0].iov_base; | ||
| 309 | |||
| 310 | *pRespBufType = CIFS_NO_BUFFER; /* no response buf yet */ | ||
| 311 | |||
| 312 | if ((ses == NULL) || (ses->server == NULL)) { | ||
| 313 | cifs_small_buf_release(in_buf); | ||
| 314 | cERROR(1,("Null session")); | ||
| 315 | return -EIO; | ||
| 316 | } | ||
| 317 | |||
| 318 | if(ses->server->tcpStatus == CifsExiting) { | ||
| 319 | cifs_small_buf_release(in_buf); | ||
| 320 | return -ENOENT; | ||
| 321 | } | ||
| 322 | |||
| 323 | /* Ensure that we do not send more than 50 overlapping requests | ||
| 324 | to the same server. We may make this configurable later or | ||
| 325 | use ses->maxReq */ | ||
| 326 | if(long_op == -1) { | 311 | if(long_op == -1) { |
| 327 | /* oplock breaks must not be held up */ | 312 | /* oplock breaks must not be held up */ |
| 328 | atomic_inc(&ses->server->inFlight); | 313 | atomic_inc(&ses->server->inFlight); |
| @@ -345,53 +330,140 @@ SendReceive2(const unsigned int xid, struct cifsSesInfo *ses, | |||
| 345 | } else { | 330 | } else { |
| 346 | if(ses->server->tcpStatus == CifsExiting) { | 331 | if(ses->server->tcpStatus == CifsExiting) { |
| 347 | spin_unlock(&GlobalMid_Lock); | 332 | spin_unlock(&GlobalMid_Lock); |
| 348 | cifs_small_buf_release(in_buf); | ||
| 349 | return -ENOENT; | 333 | return -ENOENT; |
| 350 | } | 334 | } |
| 351 | 335 | ||
| 352 | /* can not count locking commands against total since | 336 | /* can not count locking commands against total since |
| 353 | they are allowed to block on server */ | 337 | they are allowed to block on server */ |
| 354 | 338 | ||
| 355 | if(long_op < 3) { | ||
| 356 | /* update # of requests on the wire to server */ | 339 | /* update # of requests on the wire to server */ |
| 340 | if (long_op < 3) | ||
| 357 | atomic_inc(&ses->server->inFlight); | 341 | atomic_inc(&ses->server->inFlight); |
| 358 | } | ||
| 359 | spin_unlock(&GlobalMid_Lock); | 342 | spin_unlock(&GlobalMid_Lock); |
| 360 | break; | 343 | break; |
| 361 | } | 344 | } |
| 362 | } | 345 | } |
| 363 | } | 346 | } |
| 364 | /* make sure that we sign in the same order that we send on this socket | 347 | return 0; |
| 365 | and avoid races inside tcp sendmsg code that could cause corruption | 348 | } |
| 366 | of smb data */ | ||
| 367 | |||
| 368 | down(&ses->server->tcpSem); | ||
| 369 | 349 | ||
| 350 | static int allocate_mid(struct cifsSesInfo *ses, struct smb_hdr *in_buf, | ||
| 351 | struct mid_q_entry **ppmidQ) | ||
| 352 | { | ||
| 370 | if (ses->server->tcpStatus == CifsExiting) { | 353 | if (ses->server->tcpStatus == CifsExiting) { |
| 371 | rc = -ENOENT; | 354 | return -ENOENT; |
| 372 | goto out_unlock2; | ||
| 373 | } else if (ses->server->tcpStatus == CifsNeedReconnect) { | 355 | } else if (ses->server->tcpStatus == CifsNeedReconnect) { |
| 374 | cFYI(1,("tcp session dead - return to caller to retry")); | 356 | cFYI(1,("tcp session dead - return to caller to retry")); |
| 375 | rc = -EAGAIN; | 357 | return -EAGAIN; |
| 376 | goto out_unlock2; | ||
| 377 | } else if (ses->status != CifsGood) { | 358 | } else if (ses->status != CifsGood) { |
| 378 | /* check if SMB session is bad because we are setting it up */ | 359 | /* check if SMB session is bad because we are setting it up */ |
| 379 | if((in_buf->Command != SMB_COM_SESSION_SETUP_ANDX) && | 360 | if((in_buf->Command != SMB_COM_SESSION_SETUP_ANDX) && |
| 380 | (in_buf->Command != SMB_COM_NEGOTIATE)) { | 361 | (in_buf->Command != SMB_COM_NEGOTIATE)) { |
| 381 | rc = -EAGAIN; | 362 | return -EAGAIN; |
| 382 | goto out_unlock2; | ||
| 383 | } /* else ok - we are setting up session */ | 363 | } /* else ok - we are setting up session */ |
| 384 | } | 364 | } |
| 385 | midQ = AllocMidQEntry(in_buf, ses); | 365 | *ppmidQ = AllocMidQEntry(in_buf, ses); |
| 386 | if (midQ == NULL) { | 366 | if (*ppmidQ == NULL) { |
| 367 | return -ENOMEM; | ||
| 368 | } | ||
| 369 | return 0; | ||
| 370 | } | ||
| 371 | |||
| 372 | static int wait_for_response(struct cifsSesInfo *ses, | ||
| 373 | struct mid_q_entry *midQ, | ||
| 374 | unsigned long timeout, | ||
| 375 | unsigned long time_to_wait) | ||
| 376 | { | ||
| 377 | unsigned long curr_timeout; | ||
| 378 | |||
| 379 | for (;;) { | ||
| 380 | curr_timeout = timeout + jiffies; | ||
| 381 | wait_event(ses->server->response_q, | ||
| 382 | (!(midQ->midState == MID_REQUEST_SUBMITTED)) || | ||
| 383 | time_after(jiffies, curr_timeout) || | ||
| 384 | ((ses->server->tcpStatus != CifsGood) && | ||
| 385 | (ses->server->tcpStatus != CifsNew))); | ||
| 386 | |||
| 387 | if (time_after(jiffies, curr_timeout) && | ||
| 388 | (midQ->midState == MID_REQUEST_SUBMITTED) && | ||
| 389 | ((ses->server->tcpStatus == CifsGood) || | ||
| 390 | (ses->server->tcpStatus == CifsNew))) { | ||
| 391 | |||
| 392 | unsigned long lrt; | ||
| 393 | |||
| 394 | /* We timed out. Is the server still | ||
| 395 | sending replies ? */ | ||
| 396 | spin_lock(&GlobalMid_Lock); | ||
| 397 | lrt = ses->server->lstrp; | ||
| 398 | spin_unlock(&GlobalMid_Lock); | ||
| 399 | |||
| 400 | /* Calculate time_to_wait past last receive time. | ||
| 401 | Although we prefer not to time out if the | ||
| 402 | server is still responding - we will time | ||
| 403 | out if the server takes more than 15 (or 45 | ||
| 404 | or 180) seconds to respond to this request | ||
| 405 | and has not responded to any request from | ||
| 406 | other threads on the client within 10 seconds */ | ||
| 407 | lrt += time_to_wait; | ||
| 408 | if (time_after(jiffies, lrt)) { | ||
| 409 | /* No replies for time_to_wait. */ | ||
| 410 | cERROR(1,("server not responding")); | ||
| 411 | return -1; | ||
| 412 | } | ||
| 413 | } else { | ||
| 414 | return 0; | ||
| 415 | } | ||
| 416 | } | ||
| 417 | } | ||
| 418 | |||
| 419 | int | ||
| 420 | SendReceive2(const unsigned int xid, struct cifsSesInfo *ses, | ||
| 421 | struct kvec *iov, int n_vec, int * pRespBufType /* ret */, | ||
| 422 | const int long_op) | ||
| 423 | { | ||
| 424 | int rc = 0; | ||
| 425 | unsigned int receive_len; | ||
| 426 | unsigned long timeout; | ||
| 427 | struct mid_q_entry *midQ; | ||
| 428 | struct smb_hdr *in_buf = iov[0].iov_base; | ||
| 429 | |||
| 430 | *pRespBufType = CIFS_NO_BUFFER; /* no response buf yet */ | ||
| 431 | |||
| 432 | if ((ses == NULL) || (ses->server == NULL)) { | ||
| 433 | cifs_small_buf_release(in_buf); | ||
| 434 | cERROR(1,("Null session")); | ||
| 435 | return -EIO; | ||
| 436 | } | ||
| 437 | |||
| 438 | if(ses->server->tcpStatus == CifsExiting) { | ||
| 439 | cifs_small_buf_release(in_buf); | ||
| 440 | return -ENOENT; | ||
| 441 | } | ||
| 442 | |||
| 443 | /* Ensure that we do not send more than 50 overlapping requests | ||
| 444 | to the same server. We may make this configurable later or | ||
| 445 | use ses->maxReq */ | ||
| 446 | |||
| 447 | rc = wait_for_free_request(ses, long_op); | ||
| 448 | if (rc) { | ||
| 449 | cifs_small_buf_release(in_buf); | ||
| 450 | return rc; | ||
| 451 | } | ||
| 452 | |||
| 453 | /* make sure that we sign in the same order that we send on this socket | ||
| 454 | and avoid races inside tcp sendmsg code that could cause corruption | ||
| 455 | of smb data */ | ||
| 456 | |||
| 457 | down(&ses->server->tcpSem); | ||
| 458 | |||
| 459 | rc = allocate_mid(ses, in_buf, &midQ); | ||
| 460 | if (rc) { | ||
| 387 | up(&ses->server->tcpSem); | 461 | up(&ses->server->tcpSem); |
| 388 | cifs_small_buf_release(in_buf); | 462 | cifs_small_buf_release(in_buf); |
| 389 | /* If not lock req, update # of requests on wire to server */ | 463 | /* Update # of requests on wire to server */ |
| 390 | if(long_op < 3) { | 464 | atomic_dec(&ses->server->inFlight); |
| 391 | atomic_dec(&ses->server->inFlight); | 465 | wake_up(&ses->server->request_q); |
| 392 | wake_up(&ses->server->request_q); | 466 | return rc; |
| 393 | } | ||
| 394 | return -ENOMEM; | ||
| 395 | } | 467 | } |
| 396 | 468 | ||
| 397 | rc = cifs_sign_smb2(iov, n_vec, ses->server, &midQ->sequence_number); | 469 | rc = cifs_sign_smb2(iov, n_vec, ses->server, &midQ->sequence_number); |
| @@ -406,32 +478,23 @@ SendReceive2(const unsigned int xid, struct cifsSesInfo *ses, | |||
| 406 | atomic_dec(&ses->server->inSend); | 478 | atomic_dec(&ses->server->inSend); |
| 407 | midQ->when_sent = jiffies; | 479 | midQ->when_sent = jiffies; |
| 408 | #endif | 480 | #endif |
| 409 | if(rc < 0) { | 481 | |
| 410 | DeleteMidQEntry(midQ); | 482 | up(&ses->server->tcpSem); |
| 411 | up(&ses->server->tcpSem); | 483 | cifs_small_buf_release(in_buf); |
| 412 | cifs_small_buf_release(in_buf); | 484 | |
| 413 | /* If not lock req, update # of requests on wire to server */ | 485 | if(rc < 0) |
| 414 | if(long_op < 3) { | 486 | goto out; |
| 415 | atomic_dec(&ses->server->inFlight); | ||
| 416 | wake_up(&ses->server->request_q); | ||
| 417 | } | ||
| 418 | return rc; | ||
| 419 | } else { | ||
| 420 | up(&ses->server->tcpSem); | ||
| 421 | cifs_small_buf_release(in_buf); | ||
| 422 | } | ||
| 423 | 487 | ||
| 424 | if (long_op == -1) | 488 | if (long_op == -1) |
| 425 | goto cifs_no_response_exit2; | 489 | goto out; |
| 426 | else if (long_op == 2) /* writes past end of file can take loong time */ | 490 | else if (long_op == 2) /* writes past end of file can take loong time */ |
| 427 | timeout = 180 * HZ; | 491 | timeout = 180 * HZ; |
| 428 | else if (long_op == 1) | 492 | else if (long_op == 1) |
| 429 | timeout = 45 * HZ; /* should be greater than | 493 | timeout = 45 * HZ; /* should be greater than |
| 430 | servers oplock break timeout (about 43 seconds) */ | 494 | servers oplock break timeout (about 43 seconds) */ |
| 431 | else if (long_op > 2) { | 495 | else |
| 432 | timeout = MAX_SCHEDULE_TIMEOUT; | ||
| 433 | } else | ||
| 434 | timeout = 15 * HZ; | 496 | timeout = 15 * HZ; |
| 497 | |||
| 435 | /* wait for 15 seconds or until woken up due to response arriving or | 498 | /* wait for 15 seconds or until woken up due to response arriving or |
| 436 | due to last connection to this server being unmounted */ | 499 | due to last connection to this server being unmounted */ |
| 437 | if (signal_pending(current)) { | 500 | if (signal_pending(current)) { |
| @@ -441,19 +504,7 @@ SendReceive2(const unsigned int xid, struct cifsSesInfo *ses, | |||
| 441 | } | 504 | } |
| 442 | 505 | ||
| 443 | /* No user interrupts in wait - wreaks havoc with performance */ | 506 | /* No user interrupts in wait - wreaks havoc with performance */ |
| 444 | if(timeout != MAX_SCHEDULE_TIMEOUT) { | 507 | wait_for_response(ses, midQ, timeout, 10 * HZ); |
| 445 | timeout += jiffies; | ||
| 446 | wait_event(ses->server->response_q, | ||
| 447 | (!(midQ->midState & MID_REQUEST_SUBMITTED)) || | ||
| 448 | time_after(jiffies, timeout) || | ||
| 449 | ((ses->server->tcpStatus != CifsGood) && | ||
| 450 | (ses->server->tcpStatus != CifsNew))); | ||
| 451 | } else { | ||
| 452 | wait_event(ses->server->response_q, | ||
| 453 | (!(midQ->midState & MID_REQUEST_SUBMITTED)) || | ||
| 454 | ((ses->server->tcpStatus != CifsGood) && | ||
| 455 | (ses->server->tcpStatus != CifsNew))); | ||
| 456 | } | ||
| 457 | 508 | ||
| 458 | spin_lock(&GlobalMid_Lock); | 509 | spin_lock(&GlobalMid_Lock); |
| 459 | if (midQ->resp_buf) { | 510 | if (midQ->resp_buf) { |
| @@ -481,11 +532,9 @@ SendReceive2(const unsigned int xid, struct cifsSesInfo *ses, | |||
| 481 | } | 532 | } |
| 482 | spin_unlock(&GlobalMid_Lock); | 533 | spin_unlock(&GlobalMid_Lock); |
| 483 | DeleteMidQEntry(midQ); | 534 | DeleteMidQEntry(midQ); |
| 484 | /* If not lock req, update # of requests on wire to server */ | 535 | /* Update # of requests on wire to server */ |
| 485 | if(long_op < 3) { | 536 | atomic_dec(&ses->server->inFlight); |
| 486 | atomic_dec(&ses->server->inFlight); | 537 | wake_up(&ses->server->request_q); |
| 487 | wake_up(&ses->server->request_q); | ||
| 488 | } | ||
| 489 | return rc; | 538 | return rc; |
| 490 | } | 539 | } |
| 491 | 540 | ||
| @@ -536,24 +585,12 @@ SendReceive2(const unsigned int xid, struct cifsSesInfo *ses, | |||
| 536 | cFYI(1,("Bad MID state?")); | 585 | cFYI(1,("Bad MID state?")); |
| 537 | } | 586 | } |
| 538 | } | 587 | } |
| 539 | cifs_no_response_exit2: | ||
| 540 | DeleteMidQEntry(midQ); | ||
| 541 | |||
| 542 | if(long_op < 3) { | ||
| 543 | atomic_dec(&ses->server->inFlight); | ||
| 544 | wake_up(&ses->server->request_q); | ||
| 545 | } | ||
| 546 | 588 | ||
| 547 | return rc; | 589 | out: |
| 548 | 590 | ||
| 549 | out_unlock2: | 591 | DeleteMidQEntry(midQ); |
| 550 | up(&ses->server->tcpSem); | 592 | atomic_dec(&ses->server->inFlight); |
| 551 | cifs_small_buf_release(in_buf); | 593 | wake_up(&ses->server->request_q); |
| 552 | /* If not lock req, update # of requests on wire to server */ | ||
| 553 | if(long_op < 3) { | ||
| 554 | atomic_dec(&ses->server->inFlight); | ||
| 555 | wake_up(&ses->server->request_q); | ||
| 556 | } | ||
| 557 | 594 | ||
| 558 | return rc; | 595 | return rc; |
| 559 | } | 596 | } |
| @@ -583,85 +620,34 @@ SendReceive(const unsigned int xid, struct cifsSesInfo *ses, | |||
| 583 | /* Ensure that we do not send more than 50 overlapping requests | 620 | /* Ensure that we do not send more than 50 overlapping requests |
| 584 | to the same server. We may make this configurable later or | 621 | to the same server. We may make this configurable later or |
| 585 | use ses->maxReq */ | 622 | use ses->maxReq */ |
| 586 | if(long_op == -1) { | ||
| 587 | /* oplock breaks must not be held up */ | ||
| 588 | atomic_inc(&ses->server->inFlight); | ||
| 589 | } else { | ||
| 590 | spin_lock(&GlobalMid_Lock); | ||
| 591 | while(1) { | ||
| 592 | if(atomic_read(&ses->server->inFlight) >= | ||
| 593 | cifs_max_pending){ | ||
| 594 | spin_unlock(&GlobalMid_Lock); | ||
| 595 | #ifdef CONFIG_CIFS_STATS2 | ||
| 596 | atomic_inc(&ses->server->num_waiters); | ||
| 597 | #endif | ||
| 598 | wait_event(ses->server->request_q, | ||
| 599 | atomic_read(&ses->server->inFlight) | ||
| 600 | < cifs_max_pending); | ||
| 601 | #ifdef CONFIG_CIFS_STATS2 | ||
| 602 | atomic_dec(&ses->server->num_waiters); | ||
| 603 | #endif | ||
| 604 | spin_lock(&GlobalMid_Lock); | ||
| 605 | } else { | ||
| 606 | if(ses->server->tcpStatus == CifsExiting) { | ||
| 607 | spin_unlock(&GlobalMid_Lock); | ||
| 608 | return -ENOENT; | ||
| 609 | } | ||
| 610 | 623 | ||
| 611 | /* can not count locking commands against total since | 624 | rc = wait_for_free_request(ses, long_op); |
| 612 | they are allowed to block on server */ | 625 | if (rc) |
| 613 | 626 | return rc; | |
| 614 | if(long_op < 3) { | 627 | |
| 615 | /* update # of requests on the wire to server */ | ||
| 616 | atomic_inc(&ses->server->inFlight); | ||
| 617 | } | ||
| 618 | spin_unlock(&GlobalMid_Lock); | ||
| 619 | break; | ||
| 620 | } | ||
| 621 | } | ||
| 622 | } | ||
| 623 | /* make sure that we sign in the same order that we send on this socket | 628 | /* make sure that we sign in the same order that we send on this socket |
| 624 | and avoid races inside tcp sendmsg code that could cause corruption | 629 | and avoid races inside tcp sendmsg code that could cause corruption |
| 625 | of smb data */ | 630 | of smb data */ |
| 626 | 631 | ||
| 627 | down(&ses->server->tcpSem); | 632 | down(&ses->server->tcpSem); |
| 628 | 633 | ||
| 629 | if (ses->server->tcpStatus == CifsExiting) { | 634 | rc = allocate_mid(ses, in_buf, &midQ); |
| 630 | rc = -ENOENT; | 635 | if (rc) { |
| 631 | goto out_unlock; | ||
| 632 | } else if (ses->server->tcpStatus == CifsNeedReconnect) { | ||
| 633 | cFYI(1,("tcp session dead - return to caller to retry")); | ||
| 634 | rc = -EAGAIN; | ||
| 635 | goto out_unlock; | ||
| 636 | } else if (ses->status != CifsGood) { | ||
| 637 | /* check if SMB session is bad because we are setting it up */ | ||
| 638 | if((in_buf->Command != SMB_COM_SESSION_SETUP_ANDX) && | ||
| 639 | (in_buf->Command != SMB_COM_NEGOTIATE)) { | ||
| 640 | rc = -EAGAIN; | ||
| 641 | goto out_unlock; | ||
| 642 | } /* else ok - we are setting up session */ | ||
| 643 | } | ||
| 644 | midQ = AllocMidQEntry(in_buf, ses); | ||
| 645 | if (midQ == NULL) { | ||
| 646 | up(&ses->server->tcpSem); | 636 | up(&ses->server->tcpSem); |
| 647 | /* If not lock req, update # of requests on wire to server */ | 637 | /* Update # of requests on wire to server */ |
| 648 | if(long_op < 3) { | 638 | atomic_dec(&ses->server->inFlight); |
| 649 | atomic_dec(&ses->server->inFlight); | 639 | wake_up(&ses->server->request_q); |
| 650 | wake_up(&ses->server->request_q); | 640 | return rc; |
| 651 | } | ||
| 652 | return -ENOMEM; | ||
| 653 | } | 641 | } |
| 654 | 642 | ||
| 655 | if (in_buf->smb_buf_length > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4) { | 643 | if (in_buf->smb_buf_length > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4) { |
| 656 | up(&ses->server->tcpSem); | ||
| 657 | cERROR(1, ("Illegal length, greater than maximum frame, %d", | 644 | cERROR(1, ("Illegal length, greater than maximum frame, %d", |
| 658 | in_buf->smb_buf_length)); | 645 | in_buf->smb_buf_length)); |
| 659 | DeleteMidQEntry(midQ); | 646 | DeleteMidQEntry(midQ); |
| 660 | /* If not lock req, update # of requests on wire to server */ | 647 | up(&ses->server->tcpSem); |
| 661 | if(long_op < 3) { | 648 | /* Update # of requests on wire to server */ |
| 662 | atomic_dec(&ses->server->inFlight); | 649 | atomic_dec(&ses->server->inFlight); |
| 663 | wake_up(&ses->server->request_q); | 650 | wake_up(&ses->server->request_q); |
| 664 | } | ||
| 665 | return -EIO; | 651 | return -EIO; |
| 666 | } | 652 | } |
| 667 | 653 | ||
| @@ -677,27 +663,19 @@ SendReceive(const unsigned int xid, struct cifsSesInfo *ses, | |||
| 677 | atomic_dec(&ses->server->inSend); | 663 | atomic_dec(&ses->server->inSend); |
| 678 | midQ->when_sent = jiffies; | 664 | midQ->when_sent = jiffies; |
| 679 | #endif | 665 | #endif |
| 680 | if(rc < 0) { | 666 | up(&ses->server->tcpSem); |
| 681 | DeleteMidQEntry(midQ); | 667 | |
| 682 | up(&ses->server->tcpSem); | 668 | if(rc < 0) |
| 683 | /* If not lock req, update # of requests on wire to server */ | 669 | goto out; |
| 684 | if(long_op < 3) { | 670 | |
| 685 | atomic_dec(&ses->server->inFlight); | ||
| 686 | wake_up(&ses->server->request_q); | ||
| 687 | } | ||
| 688 | return rc; | ||
| 689 | } else | ||
| 690 | up(&ses->server->tcpSem); | ||
| 691 | if (long_op == -1) | 671 | if (long_op == -1) |
| 692 | goto cifs_no_response_exit; | 672 | goto out; |
| 693 | else if (long_op == 2) /* writes past end of file can take loong time */ | 673 | else if (long_op == 2) /* writes past end of file can take loong time */ |
| 694 | timeout = 180 * HZ; | 674 | timeout = 180 * HZ; |
| 695 | else if (long_op == 1) | 675 | else if (long_op == 1) |
| 696 | timeout = 45 * HZ; /* should be greater than | 676 | timeout = 45 * HZ; /* should be greater than |
| 697 | servers oplock break timeout (about 43 seconds) */ | 677 | servers oplock break timeout (about 43 seconds) */ |
| 698 | else if (long_op > 2) { | 678 | else |
| 699 | timeout = MAX_SCHEDULE_TIMEOUT; | ||
| 700 | } else | ||
| 701 | timeout = 15 * HZ; | 679 | timeout = 15 * HZ; |
| 702 | /* wait for 15 seconds or until woken up due to response arriving or | 680 | /* wait for 15 seconds or until woken up due to response arriving or |
| 703 | due to last connection to this server being unmounted */ | 681 | due to last connection to this server being unmounted */ |
| @@ -708,19 +686,7 @@ SendReceive(const unsigned int xid, struct cifsSesInfo *ses, | |||
| 708 | } | 686 | } |
| 709 | 687 | ||
| 710 | /* No user interrupts in wait - wreaks havoc with performance */ | 688 | /* No user interrupts in wait - wreaks havoc with performance */ |
| 711 | if(timeout != MAX_SCHEDULE_TIMEOUT) { | 689 | wait_for_response(ses, midQ, timeout, 10 * HZ); |
| 712 | timeout += jiffies; | ||
| 713 | wait_event(ses->server->response_q, | ||
| 714 | (!(midQ->midState & MID_REQUEST_SUBMITTED)) || | ||
| 715 | time_after(jiffies, timeout) || | ||
| 716 | ((ses->server->tcpStatus != CifsGood) && | ||
| 717 | (ses->server->tcpStatus != CifsNew))); | ||
| 718 | } else { | ||
| 719 | wait_event(ses->server->response_q, | ||
| 720 | (!(midQ->midState & MID_REQUEST_SUBMITTED)) || | ||
| 721 | ((ses->server->tcpStatus != CifsGood) && | ||
| 722 | (ses->server->tcpStatus != CifsNew))); | ||
| 723 | } | ||
| 724 | 690 | ||
| 725 | spin_lock(&GlobalMid_Lock); | 691 | spin_lock(&GlobalMid_Lock); |
| 726 | if (midQ->resp_buf) { | 692 | if (midQ->resp_buf) { |
| @@ -748,11 +714,9 @@ SendReceive(const unsigned int xid, struct cifsSesInfo *ses, | |||
| 748 | } | 714 | } |
| 749 | spin_unlock(&GlobalMid_Lock); | 715 | spin_unlock(&GlobalMid_Lock); |
| 750 | DeleteMidQEntry(midQ); | 716 | DeleteMidQEntry(midQ); |
| 751 | /* If not lock req, update # of requests on wire to server */ | 717 | /* Update # of requests on wire to server */ |
| 752 | if(long_op < 3) { | 718 | atomic_dec(&ses->server->inFlight); |
| 753 | atomic_dec(&ses->server->inFlight); | 719 | wake_up(&ses->server->request_q); |
| 754 | wake_up(&ses->server->request_q); | ||
| 755 | } | ||
| 756 | return rc; | 720 | return rc; |
| 757 | } | 721 | } |
| 758 | 722 | ||
| @@ -799,23 +763,253 @@ SendReceive(const unsigned int xid, struct cifsSesInfo *ses, | |||
| 799 | cERROR(1,("Bad MID state?")); | 763 | cERROR(1,("Bad MID state?")); |
| 800 | } | 764 | } |
| 801 | } | 765 | } |
| 802 | cifs_no_response_exit: | 766 | |
| 767 | out: | ||
| 768 | |||
| 803 | DeleteMidQEntry(midQ); | 769 | DeleteMidQEntry(midQ); |
| 770 | atomic_dec(&ses->server->inFlight); | ||
| 771 | wake_up(&ses->server->request_q); | ||
| 804 | 772 | ||
| 805 | if(long_op < 3) { | 773 | return rc; |
| 806 | atomic_dec(&ses->server->inFlight); | 774 | } |
| 807 | wake_up(&ses->server->request_q); | 775 | |
| 808 | } | 776 | /* Send an NT_CANCEL SMB to cause the POSIX blocking lock to return. */ |
| 777 | |||
| 778 | static int | ||
| 779 | send_nt_cancel(struct cifsTconInfo *tcon, struct smb_hdr *in_buf, | ||
| 780 | struct mid_q_entry *midQ) | ||
| 781 | { | ||
| 782 | int rc = 0; | ||
| 783 | struct cifsSesInfo *ses = tcon->ses; | ||
| 784 | __u16 mid = in_buf->Mid; | ||
| 809 | 785 | ||
| 786 | header_assemble(in_buf, SMB_COM_NT_CANCEL, tcon, 0); | ||
| 787 | in_buf->Mid = mid; | ||
| 788 | down(&ses->server->tcpSem); | ||
| 789 | rc = cifs_sign_smb(in_buf, ses->server, &midQ->sequence_number); | ||
| 790 | if (rc) { | ||
| 791 | up(&ses->server->tcpSem); | ||
| 792 | return rc; | ||
| 793 | } | ||
| 794 | rc = smb_send(ses->server->ssocket, in_buf, in_buf->smb_buf_length, | ||
| 795 | (struct sockaddr *) &(ses->server->addr.sockAddr)); | ||
| 796 | up(&ses->server->tcpSem); | ||
| 810 | return rc; | 797 | return rc; |
| 798 | } | ||
| 799 | |||
| 800 | /* We send a LOCKINGX_CANCEL_LOCK to cause the Windows | ||
| 801 | blocking lock to return. */ | ||
| 802 | |||
| 803 | static int | ||
| 804 | send_lock_cancel(const unsigned int xid, struct cifsTconInfo *tcon, | ||
| 805 | struct smb_hdr *in_buf, | ||
| 806 | struct smb_hdr *out_buf) | ||
| 807 | { | ||
| 808 | int bytes_returned; | ||
| 809 | struct cifsSesInfo *ses = tcon->ses; | ||
| 810 | LOCK_REQ *pSMB = (LOCK_REQ *)in_buf; | ||
| 811 | |||
| 812 | /* We just modify the current in_buf to change | ||
| 813 | the type of lock from LOCKING_ANDX_SHARED_LOCK | ||
| 814 | or LOCKING_ANDX_EXCLUSIVE_LOCK to | ||
| 815 | LOCKING_ANDX_CANCEL_LOCK. */ | ||
| 816 | |||
| 817 | pSMB->LockType = LOCKING_ANDX_CANCEL_LOCK|LOCKING_ANDX_LARGE_FILES; | ||
| 818 | pSMB->Timeout = 0; | ||
| 819 | pSMB->hdr.Mid = GetNextMid(ses->server); | ||
| 820 | |||
| 821 | return SendReceive(xid, ses, in_buf, out_buf, | ||
| 822 | &bytes_returned, 0); | ||
| 823 | } | ||
| 811 | 824 | ||
| 812 | out_unlock: | 825 | int |
| 826 | SendReceiveBlockingLock(const unsigned int xid, struct cifsTconInfo *tcon, | ||
| 827 | struct smb_hdr *in_buf, struct smb_hdr *out_buf, | ||
| 828 | int *pbytes_returned) | ||
| 829 | { | ||
| 830 | int rc = 0; | ||
| 831 | int rstart = 0; | ||
| 832 | unsigned int receive_len; | ||
| 833 | struct mid_q_entry *midQ; | ||
| 834 | struct cifsSesInfo *ses; | ||
| 835 | |||
| 836 | if (tcon == NULL || tcon->ses == NULL) { | ||
| 837 | cERROR(1,("Null smb session")); | ||
| 838 | return -EIO; | ||
| 839 | } | ||
| 840 | ses = tcon->ses; | ||
| 841 | |||
| 842 | if(ses->server == NULL) { | ||
| 843 | cERROR(1,("Null tcp session")); | ||
| 844 | return -EIO; | ||
| 845 | } | ||
| 846 | |||
| 847 | if(ses->server->tcpStatus == CifsExiting) | ||
| 848 | return -ENOENT; | ||
| 849 | |||
| 850 | /* Ensure that we do not send more than 50 overlapping requests | ||
| 851 | to the same server. We may make this configurable later or | ||
| 852 | use ses->maxReq */ | ||
| 853 | |||
| 854 | rc = wait_for_free_request(ses, 3); | ||
| 855 | if (rc) | ||
| 856 | return rc; | ||
| 857 | |||
| 858 | /* make sure that we sign in the same order that we send on this socket | ||
| 859 | and avoid races inside tcp sendmsg code that could cause corruption | ||
| 860 | of smb data */ | ||
| 861 | |||
| 862 | down(&ses->server->tcpSem); | ||
| 863 | |||
| 864 | rc = allocate_mid(ses, in_buf, &midQ); | ||
| 865 | if (rc) { | ||
| 866 | up(&ses->server->tcpSem); | ||
| 867 | return rc; | ||
| 868 | } | ||
| 869 | |||
| 870 | if (in_buf->smb_buf_length > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE - 4) { | ||
| 871 | up(&ses->server->tcpSem); | ||
| 872 | cERROR(1, ("Illegal length, greater than maximum frame, %d", | ||
| 873 | in_buf->smb_buf_length)); | ||
| 874 | DeleteMidQEntry(midQ); | ||
| 875 | return -EIO; | ||
| 876 | } | ||
| 877 | |||
| 878 | rc = cifs_sign_smb(in_buf, ses->server, &midQ->sequence_number); | ||
| 879 | |||
| 880 | midQ->midState = MID_REQUEST_SUBMITTED; | ||
| 881 | #ifdef CONFIG_CIFS_STATS2 | ||
| 882 | atomic_inc(&ses->server->inSend); | ||
| 883 | #endif | ||
| 884 | rc = smb_send(ses->server->ssocket, in_buf, in_buf->smb_buf_length, | ||
| 885 | (struct sockaddr *) &(ses->server->addr.sockAddr)); | ||
| 886 | #ifdef CONFIG_CIFS_STATS2 | ||
| 887 | atomic_dec(&ses->server->inSend); | ||
| 888 | midQ->when_sent = jiffies; | ||
| 889 | #endif | ||
| 813 | up(&ses->server->tcpSem); | 890 | up(&ses->server->tcpSem); |
| 814 | /* If not lock req, update # of requests on wire to server */ | 891 | |
| 815 | if(long_op < 3) { | 892 | if(rc < 0) { |
| 816 | atomic_dec(&ses->server->inFlight); | 893 | DeleteMidQEntry(midQ); |
| 817 | wake_up(&ses->server->request_q); | 894 | return rc; |
| 895 | } | ||
| 896 | |||
| 897 | /* Wait for a reply - allow signals to interrupt. */ | ||
| 898 | rc = wait_event_interruptible(ses->server->response_q, | ||
| 899 | (!(midQ->midState == MID_REQUEST_SUBMITTED)) || | ||
| 900 | ((ses->server->tcpStatus != CifsGood) && | ||
| 901 | (ses->server->tcpStatus != CifsNew))); | ||
| 902 | |||
| 903 | /* Were we interrupted by a signal ? */ | ||
| 904 | if ((rc == -ERESTARTSYS) && | ||
| 905 | (midQ->midState == MID_REQUEST_SUBMITTED) && | ||
| 906 | ((ses->server->tcpStatus == CifsGood) || | ||
| 907 | (ses->server->tcpStatus == CifsNew))) { | ||
| 908 | |||
| 909 | if (in_buf->Command == SMB_COM_TRANSACTION2) { | ||
| 910 | /* POSIX lock. We send a NT_CANCEL SMB to cause the | ||
| 911 | blocking lock to return. */ | ||
| 912 | |||
| 913 | rc = send_nt_cancel(tcon, in_buf, midQ); | ||
| 914 | if (rc) { | ||
| 915 | DeleteMidQEntry(midQ); | ||
| 916 | return rc; | ||
| 917 | } | ||
| 918 | } else { | ||
| 919 | /* Windows lock. We send a LOCKINGX_CANCEL_LOCK | ||
| 920 | to cause the blocking lock to return. */ | ||
| 921 | |||
| 922 | rc = send_lock_cancel(xid, tcon, in_buf, out_buf); | ||
| 923 | |||
| 924 | /* If we get -ENOLCK back the lock may have | ||
| 925 | already been removed. Don't exit in this case. */ | ||
| 926 | if (rc && rc != -ENOLCK) { | ||
| 927 | DeleteMidQEntry(midQ); | ||
| 928 | return rc; | ||
| 929 | } | ||
| 930 | } | ||
| 931 | |||
| 932 | /* Wait 5 seconds for the response. */ | ||
| 933 | if (wait_for_response(ses, midQ, 5 * HZ, 5 * HZ)==0) { | ||
| 934 | /* We got the response - restart system call. */ | ||
| 935 | rstart = 1; | ||
| 936 | } | ||
| 937 | } | ||
| 938 | |||
| 939 | spin_lock(&GlobalMid_Lock); | ||
| 940 | if (midQ->resp_buf) { | ||
| 941 | spin_unlock(&GlobalMid_Lock); | ||
| 942 | receive_len = midQ->resp_buf->smb_buf_length; | ||
| 943 | } else { | ||
| 944 | cERROR(1,("No response for cmd %d mid %d", | ||
| 945 | midQ->command, midQ->mid)); | ||
| 946 | if(midQ->midState == MID_REQUEST_SUBMITTED) { | ||
| 947 | if(ses->server->tcpStatus == CifsExiting) | ||
| 948 | rc = -EHOSTDOWN; | ||
| 949 | else { | ||
| 950 | ses->server->tcpStatus = CifsNeedReconnect; | ||
| 951 | midQ->midState = MID_RETRY_NEEDED; | ||
| 952 | } | ||
| 953 | } | ||
| 954 | |||
| 955 | if (rc != -EHOSTDOWN) { | ||
| 956 | if(midQ->midState == MID_RETRY_NEEDED) { | ||
| 957 | rc = -EAGAIN; | ||
| 958 | cFYI(1,("marking request for retry")); | ||
| 959 | } else { | ||
| 960 | rc = -EIO; | ||
| 961 | } | ||
| 962 | } | ||
| 963 | spin_unlock(&GlobalMid_Lock); | ||
| 964 | DeleteMidQEntry(midQ); | ||
| 965 | return rc; | ||
| 818 | } | 966 | } |
| 967 | |||
| 968 | if (receive_len > CIFSMaxBufSize + MAX_CIFS_HDR_SIZE) { | ||
| 969 | cERROR(1, ("Frame too large received. Length: %d Xid: %d", | ||
| 970 | receive_len, xid)); | ||
| 971 | rc = -EIO; | ||
| 972 | } else { /* rcvd frame is ok */ | ||
| 973 | |||
| 974 | if (midQ->resp_buf && out_buf | ||
| 975 | && (midQ->midState == MID_RESPONSE_RECEIVED)) { | ||
| 976 | out_buf->smb_buf_length = receive_len; | ||
| 977 | memcpy((char *)out_buf + 4, | ||
| 978 | (char *)midQ->resp_buf + 4, | ||
| 979 | receive_len); | ||
| 980 | |||
| 981 | dump_smb(out_buf, 92); | ||
| 982 | /* convert the length into a more usable form */ | ||
| 983 | if((receive_len > 24) && | ||
| 984 | (ses->server->secMode & (SECMODE_SIGN_REQUIRED | | ||
| 985 | SECMODE_SIGN_ENABLED))) { | ||
| 986 | rc = cifs_verify_signature(out_buf, | ||
| 987 | ses->server->mac_signing_key, | ||
| 988 | midQ->sequence_number+1); | ||
| 989 | if(rc) { | ||
| 990 | cERROR(1,("Unexpected SMB signature")); | ||
| 991 | /* BB FIXME add code to kill session */ | ||
| 992 | } | ||
| 993 | } | ||
| 994 | |||
| 995 | *pbytes_returned = out_buf->smb_buf_length; | ||
| 996 | |||
| 997 | /* BB special case reconnect tid and uid here? */ | ||
| 998 | rc = map_smb_to_linux_error(out_buf); | ||
| 819 | 999 | ||
| 1000 | /* convert ByteCount if necessary */ | ||
| 1001 | if (receive_len >= | ||
| 1002 | sizeof (struct smb_hdr) - | ||
| 1003 | 4 /* do not count RFC1001 header */ + | ||
| 1004 | (2 * out_buf->WordCount) + 2 /* bcc */ ) | ||
| 1005 | BCC(out_buf) = le16_to_cpu(BCC_LE(out_buf)); | ||
| 1006 | } else { | ||
| 1007 | rc = -EIO; | ||
| 1008 | cERROR(1,("Bad MID state?")); | ||
| 1009 | } | ||
| 1010 | } | ||
| 1011 | DeleteMidQEntry(midQ); | ||
| 1012 | if (rstart && rc == -EACCES) | ||
| 1013 | return -ERESTARTSYS; | ||
| 820 | return rc; | 1014 | return rc; |
| 821 | } | 1015 | } |
diff --git a/fs/cifs/xattr.c b/fs/cifs/xattr.c index 7754d641775e..067648b7179b 100644 --- a/fs/cifs/xattr.c +++ b/fs/cifs/xattr.c | |||
| @@ -330,11 +330,15 @@ ssize_t cifs_listxattr(struct dentry * direntry, char * data, size_t buf_size) | |||
| 330 | sb = direntry->d_inode->i_sb; | 330 | sb = direntry->d_inode->i_sb; |
| 331 | if(sb == NULL) | 331 | if(sb == NULL) |
| 332 | return -EIO; | 332 | return -EIO; |
| 333 | xid = GetXid(); | ||
| 334 | 333 | ||
| 335 | cifs_sb = CIFS_SB(sb); | 334 | cifs_sb = CIFS_SB(sb); |
| 336 | pTcon = cifs_sb->tcon; | 335 | pTcon = cifs_sb->tcon; |
| 337 | 336 | ||
| 337 | if(cifs_sb->mnt_cifs_flags & CIFS_MOUNT_NO_XATTR) | ||
| 338 | return -EOPNOTSUPP; | ||
| 339 | |||
| 340 | xid = GetXid(); | ||
| 341 | |||
| 338 | full_path = build_path_from_dentry(direntry); | 342 | full_path = build_path_from_dentry(direntry); |
| 339 | if(full_path == NULL) { | 343 | if(full_path == NULL) { |
| 340 | FreeXid(xid); | 344 | FreeXid(xid); |
diff --git a/fs/jbd/transaction.c b/fs/jbd/transaction.c index de2e4cbbf79a..f5169a96260e 100644 --- a/fs/jbd/transaction.c +++ b/fs/jbd/transaction.c | |||
| @@ -727,7 +727,7 @@ done: | |||
| 727 | 727 | ||
| 728 | out: | 728 | out: |
| 729 | if (unlikely(frozen_buffer)) /* It's usually NULL */ | 729 | if (unlikely(frozen_buffer)) /* It's usually NULL */ |
| 730 | kfree(frozen_buffer); | 730 | jbd_slab_free(frozen_buffer, bh->b_size); |
| 731 | 731 | ||
| 732 | JBUFFER_TRACE(jh, "exit"); | 732 | JBUFFER_TRACE(jh, "exit"); |
| 733 | return error; | 733 | return error; |
diff --git a/fs/xfs/xfs_bmap.c b/fs/xfs/xfs_bmap.c index 3a6137539064..bf46fae303af 100644 --- a/fs/xfs/xfs_bmap.c +++ b/fs/xfs/xfs_bmap.c | |||
| @@ -4993,7 +4993,7 @@ xfs_bmapi( | |||
| 4993 | bma.firstblock = *firstblock; | 4993 | bma.firstblock = *firstblock; |
| 4994 | bma.alen = alen; | 4994 | bma.alen = alen; |
| 4995 | bma.off = aoff; | 4995 | bma.off = aoff; |
| 4996 | bma.conv = (flags & XFS_BMAPI_CONVERT); | 4996 | bma.conv = !!(flags & XFS_BMAPI_CONVERT); |
| 4997 | bma.wasdel = wasdelay; | 4997 | bma.wasdel = wasdelay; |
| 4998 | bma.minlen = minlen; | 4998 | bma.minlen = minlen; |
| 4999 | bma.low = flist->xbf_low; | 4999 | bma.low = flist->xbf_low; |
diff --git a/include/asm-arm/arch-pxa/ssp.h b/include/asm-arm/arch-pxa/ssp.h index 949878c0d908..ea200551a75f 100644 --- a/include/asm-arm/arch-pxa/ssp.h +++ b/include/asm-arm/arch-pxa/ssp.h | |||
| @@ -40,8 +40,8 @@ struct ssp_dev { | |||
| 40 | }; | 40 | }; |
| 41 | 41 | ||
| 42 | int ssp_write_word(struct ssp_dev *dev, u32 data); | 42 | int ssp_write_word(struct ssp_dev *dev, u32 data); |
| 43 | int ssp_read_word(struct ssp_dev *dev); | 43 | int ssp_read_word(struct ssp_dev *dev, u32 *data); |
| 44 | void ssp_flush(struct ssp_dev *dev); | 44 | int ssp_flush(struct ssp_dev *dev); |
| 45 | void ssp_enable(struct ssp_dev *dev); | 45 | void ssp_enable(struct ssp_dev *dev); |
| 46 | void ssp_disable(struct ssp_dev *dev); | 46 | void ssp_disable(struct ssp_dev *dev); |
| 47 | void ssp_save_state(struct ssp_dev *dev, struct ssp_state *ssp); | 47 | void ssp_save_state(struct ssp_dev *dev, struct ssp_state *ssp); |
diff --git a/include/asm-arm/arch-s3c2410/dma.h b/include/asm-arm/arch-s3c2410/dma.h index 7463fd5252ce..3661e465b0a5 100644 --- a/include/asm-arm/arch-s3c2410/dma.h +++ b/include/asm-arm/arch-s3c2410/dma.h | |||
| @@ -1,18 +1,13 @@ | |||
| 1 | /* linux/include/asm-arm/arch-bast/dma.h | 1 | /* linux/include/asm-arm/arch-s3c2410/dma.h |
| 2 | * | 2 | * |
| 3 | * Copyright (C) 2003,2004 Simtec Electronics | 3 | * Copyright (C) 2003,2004,2006 Simtec Electronics |
| 4 | * Ben Dooks <ben@simtec.co.uk> | 4 | * Ben Dooks <ben@simtec.co.uk> |
| 5 | * | 5 | * |
| 6 | * Samsung S3C2410X DMA support | 6 | * Samsung S3C241XX DMA support |
| 7 | * | 7 | * |
| 8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
| 9 | * it under the terms of the GNU General Public License version 2 as | 9 | * it under the terms of the GNU General Public License version 2 as |
| 10 | * published by the Free Software Foundation. | 10 | * published by the Free Software Foundation. |
| 11 | * | ||
| 12 | * Changelog: | ||
| 13 | * ??-May-2003 BJD Created file | ||
| 14 | * ??-Jun-2003 BJD Added more dma functionality to go with arch | ||
| 15 | * 10-Nov-2004 BJD Added sys_device support | ||
| 16 | */ | 11 | */ |
| 17 | 12 | ||
| 18 | #ifndef __ASM_ARCH_DMA_H | 13 | #ifndef __ASM_ARCH_DMA_H |
| @@ -21,28 +16,26 @@ | |||
| 21 | #include <linux/sysdev.h> | 16 | #include <linux/sysdev.h> |
| 22 | #include "hardware.h" | 17 | #include "hardware.h" |
| 23 | 18 | ||
| 24 | |||
| 25 | /* | 19 | /* |
| 26 | * This is the maximum DMA address(physical address) that can be DMAd to. | 20 | * This is the maximum DMA address(physical address) that can be DMAd to. |
| 27 | * | 21 | * |
| 28 | */ | 22 | */ |
| 29 | #define MAX_DMA_ADDRESS 0x20000000 | 23 | #define MAX_DMA_ADDRESS 0x40000000 |
| 30 | #define MAX_DMA_TRANSFER_SIZE 0x100000 /* Data Unit is half word */ | 24 | #define MAX_DMA_TRANSFER_SIZE 0x100000 /* Data Unit is half word */ |
| 31 | 25 | ||
| 32 | |||
| 33 | /* we have 4 dma channels */ | 26 | /* we have 4 dma channels */ |
| 34 | #define S3C2410_DMA_CHANNELS (4) | 27 | #define S3C2410_DMA_CHANNELS (4) |
| 35 | 28 | ||
| 36 | /* types */ | 29 | /* types */ |
| 37 | 30 | ||
| 38 | typedef enum { | 31 | enum s3c2410_dma_state { |
| 39 | S3C2410_DMA_IDLE, | 32 | S3C2410_DMA_IDLE, |
| 40 | S3C2410_DMA_RUNNING, | 33 | S3C2410_DMA_RUNNING, |
| 41 | S3C2410_DMA_PAUSED | 34 | S3C2410_DMA_PAUSED |
| 42 | } s3c2410_dma_state_t; | 35 | }; |
| 43 | 36 | ||
| 44 | 37 | ||
| 45 | /* s3c2410_dma_loadst_t | 38 | /* enum s3c2410_dma_loadst |
| 46 | * | 39 | * |
| 47 | * This represents the state of the DMA engine, wrt to the loaded / running | 40 | * This represents the state of the DMA engine, wrt to the loaded / running |
| 48 | * transfers. Since we don't have any way of knowing exactly the state of | 41 | * transfers. Since we don't have any way of knowing exactly the state of |
| @@ -70,45 +63,40 @@ typedef enum { | |||
| 70 | * currently running. | 63 | * currently running. |
| 71 | */ | 64 | */ |
| 72 | 65 | ||
| 73 | typedef enum { | 66 | enum s3c2410_dma_loadst { |
| 74 | S3C2410_DMALOAD_NONE, | 67 | S3C2410_DMALOAD_NONE, |
| 75 | S3C2410_DMALOAD_1LOADED, | 68 | S3C2410_DMALOAD_1LOADED, |
| 76 | S3C2410_DMALOAD_1RUNNING, | 69 | S3C2410_DMALOAD_1RUNNING, |
| 77 | S3C2410_DMALOAD_1LOADED_1RUNNING, | 70 | S3C2410_DMALOAD_1LOADED_1RUNNING, |
| 78 | } s3c2410_dma_loadst_t; | 71 | }; |
| 79 | 72 | ||
| 80 | typedef enum { | 73 | enum s3c2410_dma_buffresult { |
| 81 | S3C2410_RES_OK, | 74 | S3C2410_RES_OK, |
| 82 | S3C2410_RES_ERR, | 75 | S3C2410_RES_ERR, |
| 83 | S3C2410_RES_ABORT | 76 | S3C2410_RES_ABORT |
| 84 | } s3c2410_dma_buffresult_t; | 77 | }; |
| 85 | |||
| 86 | |||
| 87 | typedef enum s3c2410_dmasrc_e s3c2410_dmasrc_t; | ||
| 88 | 78 | ||
| 89 | enum s3c2410_dmasrc_e { | 79 | enum s3c2410_dmasrc { |
| 90 | S3C2410_DMASRC_HW, /* source is memory */ | 80 | S3C2410_DMASRC_HW, /* source is memory */ |
| 91 | S3C2410_DMASRC_MEM /* source is hardware */ | 81 | S3C2410_DMASRC_MEM /* source is hardware */ |
| 92 | }; | 82 | }; |
| 93 | 83 | ||
| 94 | /* enum s3c2410_chan_op_e | 84 | /* enum s3c2410_chan_op |
| 95 | * | 85 | * |
| 96 | * operation codes passed to the DMA code by the user, and also used | 86 | * operation codes passed to the DMA code by the user, and also used |
| 97 | * to inform the current channel owner of any changes to the system state | 87 | * to inform the current channel owner of any changes to the system state |
| 98 | */ | 88 | */ |
| 99 | 89 | ||
| 100 | enum s3c2410_chan_op_e { | 90 | enum s3c2410_chan_op { |
| 101 | S3C2410_DMAOP_START, | 91 | S3C2410_DMAOP_START, |
| 102 | S3C2410_DMAOP_STOP, | 92 | S3C2410_DMAOP_STOP, |
| 103 | S3C2410_DMAOP_PAUSE, | 93 | S3C2410_DMAOP_PAUSE, |
| 104 | S3C2410_DMAOP_RESUME, | 94 | S3C2410_DMAOP_RESUME, |
| 105 | S3C2410_DMAOP_FLUSH, | 95 | S3C2410_DMAOP_FLUSH, |
| 106 | S3C2410_DMAOP_TIMEOUT, /* internal signal to handler */ | 96 | S3C2410_DMAOP_TIMEOUT, /* internal signal to handler */ |
| 107 | S3C2410_DMAOP_STARTED, /* indicate channel started */ | 97 | S3C2410_DMAOP_STARTED, /* indicate channel started */ |
| 108 | }; | 98 | }; |
| 109 | 99 | ||
| 110 | typedef enum s3c2410_chan_op_e s3c2410_chan_op_t; | ||
| 111 | |||
| 112 | /* flags */ | 100 | /* flags */ |
| 113 | 101 | ||
| 114 | #define S3C2410_DMAF_SLOW (1<<0) /* slow, so don't worry about | 102 | #define S3C2410_DMAF_SLOW (1<<0) /* slow, so don't worry about |
| @@ -117,104 +105,100 @@ typedef enum s3c2410_chan_op_e s3c2410_chan_op_t; | |||
| 117 | 105 | ||
| 118 | /* dma buffer */ | 106 | /* dma buffer */ |
| 119 | 107 | ||
| 120 | typedef struct s3c2410_dma_buf_s s3c2410_dma_buf_t; | ||
| 121 | |||
| 122 | struct s3c2410_dma_client { | 108 | struct s3c2410_dma_client { |
| 123 | char *name; | 109 | char *name; |
| 124 | }; | 110 | }; |
| 125 | 111 | ||
| 126 | typedef struct s3c2410_dma_client s3c2410_dma_client_t; | ||
| 127 | |||
| 128 | /* s3c2410_dma_buf_s | 112 | /* s3c2410_dma_buf_s |
| 129 | * | 113 | * |
| 130 | * internally used buffer structure to describe a queued or running | 114 | * internally used buffer structure to describe a queued or running |
| 131 | * buffer. | 115 | * buffer. |
| 132 | */ | 116 | */ |
| 133 | 117 | ||
| 134 | struct s3c2410_dma_buf_s { | 118 | struct s3c2410_dma_buf; |
| 135 | s3c2410_dma_buf_t *next; | 119 | struct s3c2410_dma_buf { |
| 136 | int magic; /* magic */ | 120 | struct s3c2410_dma_buf *next; |
| 137 | int size; /* buffer size in bytes */ | 121 | int magic; /* magic */ |
| 138 | dma_addr_t data; /* start of DMA data */ | 122 | int size; /* buffer size in bytes */ |
| 139 | dma_addr_t ptr; /* where the DMA got to [1] */ | 123 | dma_addr_t data; /* start of DMA data */ |
| 140 | void *id; /* client's id */ | 124 | dma_addr_t ptr; /* where the DMA got to [1] */ |
| 125 | void *id; /* client's id */ | ||
| 141 | }; | 126 | }; |
| 142 | 127 | ||
| 143 | /* [1] is this updated for both recv/send modes? */ | 128 | /* [1] is this updated for both recv/send modes? */ |
| 144 | 129 | ||
| 145 | typedef struct s3c2410_dma_chan_s s3c2410_dma_chan_t; | 130 | struct s3c2410_dma_chan; |
| 146 | 131 | ||
| 147 | /* s3c2410_dma_cbfn_t | 132 | /* s3c2410_dma_cbfn_t |
| 148 | * | 133 | * |
| 149 | * buffer callback routine type | 134 | * buffer callback routine type |
| 150 | */ | 135 | */ |
| 151 | 136 | ||
| 152 | typedef void (*s3c2410_dma_cbfn_t)(s3c2410_dma_chan_t *, void *buf, int size, | 137 | typedef void (*s3c2410_dma_cbfn_t)(struct s3c2410_dma_chan *, |
| 153 | s3c2410_dma_buffresult_t result); | 138 | void *buf, int size, |
| 139 | enum s3c2410_dma_buffresult result); | ||
| 154 | 140 | ||
| 155 | typedef int (*s3c2410_dma_opfn_t)(s3c2410_dma_chan_t *, | 141 | typedef int (*s3c2410_dma_opfn_t)(struct s3c2410_dma_chan *, |
| 156 | s3c2410_chan_op_t ); | 142 | enum s3c2410_chan_op ); |
| 157 | 143 | ||
| 158 | struct s3c2410_dma_stats_s { | 144 | struct s3c2410_dma_stats { |
| 159 | unsigned long loads; | 145 | unsigned long loads; |
| 160 | unsigned long timeout_longest; | 146 | unsigned long timeout_longest; |
| 161 | unsigned long timeout_shortest; | 147 | unsigned long timeout_shortest; |
| 162 | unsigned long timeout_avg; | 148 | unsigned long timeout_avg; |
| 163 | unsigned long timeout_failed; | 149 | unsigned long timeout_failed; |
| 164 | }; | 150 | }; |
| 165 | 151 | ||
| 166 | typedef struct s3c2410_dma_stats_s s3c2410_dma_stats_t; | 152 | /* struct s3c2410_dma_chan |
| 167 | |||
| 168 | /* struct s3c2410_dma_chan_s | ||
| 169 | * | 153 | * |
| 170 | * full state information for each DMA channel | 154 | * full state information for each DMA channel |
| 171 | */ | 155 | */ |
| 172 | 156 | ||
| 173 | struct s3c2410_dma_chan_s { | 157 | struct s3c2410_dma_chan { |
| 174 | /* channel state flags and information */ | 158 | /* channel state flags and information */ |
| 175 | unsigned char number; /* number of this dma channel */ | 159 | unsigned char number; /* number of this dma channel */ |
| 176 | unsigned char in_use; /* channel allocated */ | 160 | unsigned char in_use; /* channel allocated */ |
| 177 | unsigned char irq_claimed; /* irq claimed for channel */ | 161 | unsigned char irq_claimed; /* irq claimed for channel */ |
| 178 | unsigned char irq_enabled; /* irq enabled for channel */ | 162 | unsigned char irq_enabled; /* irq enabled for channel */ |
| 179 | unsigned char xfer_unit; /* size of an transfer */ | 163 | unsigned char xfer_unit; /* size of an transfer */ |
| 180 | 164 | ||
| 181 | /* channel state */ | 165 | /* channel state */ |
| 182 | 166 | ||
| 183 | s3c2410_dma_state_t state; | 167 | enum s3c2410_dma_state state; |
| 184 | s3c2410_dma_loadst_t load_state; | 168 | enum s3c2410_dma_loadst load_state; |
| 185 | s3c2410_dma_client_t *client; | 169 | struct s3c2410_dma_client *client; |
| 186 | 170 | ||
| 187 | /* channel configuration */ | 171 | /* channel configuration */ |
| 188 | s3c2410_dmasrc_t source; | 172 | enum s3c2410_dmasrc source; |
| 189 | unsigned long dev_addr; | 173 | unsigned long dev_addr; |
| 190 | unsigned long load_timeout; | 174 | unsigned long load_timeout; |
| 191 | unsigned int flags; /* channel flags */ | 175 | unsigned int flags; /* channel flags */ |
| 192 | 176 | ||
| 193 | /* channel's hardware position and configuration */ | 177 | /* channel's hardware position and configuration */ |
| 194 | void __iomem *regs; /* channels registers */ | 178 | void __iomem *regs; /* channels registers */ |
| 195 | void __iomem *addr_reg; /* data address register */ | 179 | void __iomem *addr_reg; /* data address register */ |
| 196 | unsigned int irq; /* channel irq */ | 180 | unsigned int irq; /* channel irq */ |
| 197 | unsigned long dcon; /* default value of DCON */ | 181 | unsigned long dcon; /* default value of DCON */ |
| 198 | 182 | ||
| 199 | /* driver handles */ | 183 | /* driver handles */ |
| 200 | s3c2410_dma_cbfn_t callback_fn; /* buffer done callback */ | 184 | s3c2410_dma_cbfn_t callback_fn; /* buffer done callback */ |
| 201 | s3c2410_dma_opfn_t op_fn; /* channel operation callback */ | 185 | s3c2410_dma_opfn_t op_fn; /* channel op callback */ |
| 202 | 186 | ||
| 203 | /* stats gathering */ | 187 | /* stats gathering */ |
| 204 | s3c2410_dma_stats_t *stats; | 188 | struct s3c2410_dma_stats *stats; |
| 205 | s3c2410_dma_stats_t stats_store; | 189 | struct s3c2410_dma_stats stats_store; |
| 206 | 190 | ||
| 207 | /* buffer list and information */ | 191 | /* buffer list and information */ |
| 208 | s3c2410_dma_buf_t *curr; /* current dma buffer */ | 192 | struct s3c2410_dma_buf *curr; /* current dma buffer */ |
| 209 | s3c2410_dma_buf_t *next; /* next buffer to load */ | 193 | struct s3c2410_dma_buf *next; /* next buffer to load */ |
| 210 | s3c2410_dma_buf_t *end; /* end of queue */ | 194 | struct s3c2410_dma_buf *end; /* end of queue */ |
| 211 | 195 | ||
| 212 | /* system device */ | 196 | /* system device */ |
| 213 | struct sys_device dev; | 197 | struct sys_device dev; |
| 214 | }; | 198 | }; |
| 215 | 199 | ||
| 216 | /* the currently allocated channel information */ | 200 | /* the currently allocated channel information */ |
| 217 | extern s3c2410_dma_chan_t s3c2410_chans[]; | 201 | extern struct s3c2410_dma_chan s3c2410_chans[]; |
| 218 | 202 | ||
| 219 | /* note, we don't really use dma_device_t at the moment */ | 203 | /* note, we don't really use dma_device_t at the moment */ |
| 220 | typedef unsigned long dma_device_t; | 204 | typedef unsigned long dma_device_t; |
| @@ -227,7 +211,7 @@ typedef unsigned long dma_device_t; | |||
| 227 | */ | 211 | */ |
| 228 | 212 | ||
| 229 | extern int s3c2410_dma_request(dmach_t channel, | 213 | extern int s3c2410_dma_request(dmach_t channel, |
| 230 | s3c2410_dma_client_t *, void *dev); | 214 | struct s3c2410_dma_client *, void *dev); |
| 231 | 215 | ||
| 232 | 216 | ||
| 233 | /* s3c2410_dma_ctrl | 217 | /* s3c2410_dma_ctrl |
| @@ -235,7 +219,7 @@ extern int s3c2410_dma_request(dmach_t channel, | |||
| 235 | * change the state of the dma channel | 219 | * change the state of the dma channel |
| 236 | */ | 220 | */ |
| 237 | 221 | ||
| 238 | extern int s3c2410_dma_ctrl(dmach_t channel, s3c2410_chan_op_t op); | 222 | extern int s3c2410_dma_ctrl(dmach_t channel, enum s3c2410_chan_op op); |
| 239 | 223 | ||
| 240 | /* s3c2410_dma_setflags | 224 | /* s3c2410_dma_setflags |
| 241 | * | 225 | * |
| @@ -250,7 +234,7 @@ extern int s3c2410_dma_setflags(dmach_t channel, | |||
| 250 | * free the dma channel (will also abort any outstanding operations) | 234 | * free the dma channel (will also abort any outstanding operations) |
| 251 | */ | 235 | */ |
| 252 | 236 | ||
| 253 | extern int s3c2410_dma_free(dmach_t channel, s3c2410_dma_client_t *); | 237 | extern int s3c2410_dma_free(dmach_t channel, struct s3c2410_dma_client *); |
| 254 | 238 | ||
| 255 | /* s3c2410_dma_enqueue | 239 | /* s3c2410_dma_enqueue |
| 256 | * | 240 | * |
| @@ -274,7 +258,7 @@ extern int s3c2410_dma_config(dmach_t channel, int xferunit, int dcon); | |||
| 274 | * configure the device we're talking to | 258 | * configure the device we're talking to |
| 275 | */ | 259 | */ |
| 276 | 260 | ||
| 277 | extern int s3c2410_dma_devconfig(int channel, s3c2410_dmasrc_t source, | 261 | extern int s3c2410_dma_devconfig(int channel, enum s3c2410_dmasrc source, |
| 278 | int hwcfg, unsigned long devaddr); | 262 | int hwcfg, unsigned long devaddr); |
| 279 | 263 | ||
| 280 | /* s3c2410_dma_getposition | 264 | /* s3c2410_dma_getposition |
diff --git a/include/asm-arm/cacheflush.h b/include/asm-arm/cacheflush.h index fe0c744e0266..e4a2569c636c 100644 --- a/include/asm-arm/cacheflush.h +++ b/include/asm-arm/cacheflush.h | |||
| @@ -247,14 +247,12 @@ extern void dmac_flush_range(unsigned long, unsigned long); | |||
| 247 | */ | 247 | */ |
| 248 | #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ | 248 | #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ |
| 249 | do { \ | 249 | do { \ |
| 250 | flush_cache_page(vma, vaddr, page_to_pfn(page));\ | ||
| 251 | memcpy(dst, src, len); \ | 250 | memcpy(dst, src, len); \ |
| 252 | flush_dcache_page(page); \ | 251 | flush_ptrace_access(vma, page, vaddr, dst, len, 1);\ |
| 253 | } while (0) | 252 | } while (0) |
| 254 | 253 | ||
| 255 | #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ | 254 | #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ |
| 256 | do { \ | 255 | do { \ |
| 257 | flush_cache_page(vma, vaddr, page_to_pfn(page));\ | ||
| 258 | memcpy(dst, src, len); \ | 256 | memcpy(dst, src, len); \ |
| 259 | } while (0) | 257 | } while (0) |
| 260 | 258 | ||
| @@ -285,10 +283,24 @@ flush_cache_page(struct vm_area_struct *vma, unsigned long user_addr, unsigned l | |||
| 285 | __cpuc_flush_user_range(addr, addr + PAGE_SIZE, vma->vm_flags); | 283 | __cpuc_flush_user_range(addr, addr + PAGE_SIZE, vma->vm_flags); |
| 286 | } | 284 | } |
| 287 | } | 285 | } |
| 286 | |||
| 287 | static inline void | ||
| 288 | flush_ptrace_access(struct vm_area_struct *vma, struct page *page, | ||
| 289 | unsigned long uaddr, void *kaddr, | ||
| 290 | unsigned long len, int write) | ||
| 291 | { | ||
| 292 | if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask)) { | ||
| 293 | unsigned long addr = (unsigned long)kaddr; | ||
| 294 | __cpuc_coherent_kern_range(addr, addr + len); | ||
| 295 | } | ||
| 296 | } | ||
| 288 | #else | 297 | #else |
| 289 | extern void flush_cache_mm(struct mm_struct *mm); | 298 | extern void flush_cache_mm(struct mm_struct *mm); |
| 290 | extern void flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end); | 299 | extern void flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end); |
| 291 | extern void flush_cache_page(struct vm_area_struct *vma, unsigned long user_addr, unsigned long pfn); | 300 | extern void flush_cache_page(struct vm_area_struct *vma, unsigned long user_addr, unsigned long pfn); |
| 301 | extern void flush_ptrace_access(struct vm_area_struct *vma, struct page *page, | ||
| 302 | unsigned long uaddr, void *kaddr, | ||
| 303 | unsigned long len, int write); | ||
| 292 | #endif | 304 | #endif |
| 293 | 305 | ||
| 294 | /* | 306 | /* |
diff --git a/include/asm-arm/hardware/ssp.h b/include/asm-arm/hardware/ssp.h index 28aa11b769cd..3b42e181997c 100644 --- a/include/asm-arm/hardware/ssp.h +++ b/include/asm-arm/hardware/ssp.h | |||
| @@ -16,8 +16,8 @@ struct ssp_state { | |||
| 16 | }; | 16 | }; |
| 17 | 17 | ||
| 18 | int ssp_write_word(u16 data); | 18 | int ssp_write_word(u16 data); |
| 19 | int ssp_read_word(void); | 19 | int ssp_read_word(u16 *data); |
| 20 | void ssp_flush(void); | 20 | int ssp_flush(void); |
| 21 | void ssp_enable(void); | 21 | void ssp_enable(void); |
| 22 | void ssp_disable(void); | 22 | void ssp_disable(void); |
| 23 | void ssp_save_state(struct ssp_state *ssp); | 23 | void ssp_save_state(struct ssp_state *ssp); |
diff --git a/include/asm-arm/io.h b/include/asm-arm/io.h index b3479fc1cc8f..bf7b9dea30f1 100644 --- a/include/asm-arm/io.h +++ b/include/asm-arm/io.h | |||
| @@ -291,5 +291,12 @@ extern void pci_iounmap(struct pci_dev *dev, void __iomem *addr); | |||
| 291 | */ | 291 | */ |
| 292 | #define xlate_dev_kmem_ptr(p) p | 292 | #define xlate_dev_kmem_ptr(p) p |
| 293 | 293 | ||
| 294 | /* | ||
| 295 | * Register ISA memory and port locations for glibc iopl/inb/outb | ||
| 296 | * emulation. | ||
| 297 | */ | ||
| 298 | extern void register_isa_ports(unsigned int mmio, unsigned int io, | ||
| 299 | unsigned int io_shift); | ||
| 300 | |||
| 294 | #endif /* __KERNEL__ */ | 301 | #endif /* __KERNEL__ */ |
| 295 | #endif /* __ASM_ARM_IO_H */ | 302 | #endif /* __ASM_ARM_IO_H */ |
diff --git a/include/asm-arm/spinlock.h b/include/asm-arm/spinlock.h index 406ca97a8ab2..e2f1d75171df 100644 --- a/include/asm-arm/spinlock.h +++ b/include/asm-arm/spinlock.h | |||
| @@ -199,7 +199,21 @@ static inline void __raw_read_unlock(raw_rwlock_t *rw) | |||
| 199 | : "cc"); | 199 | : "cc"); |
| 200 | } | 200 | } |
| 201 | 201 | ||
| 202 | #define __raw_read_trylock(lock) generic__raw_read_trylock(lock) | 202 | static inline int __raw_read_trylock(raw_rwlock_t *rw) |
| 203 | { | ||
| 204 | unsigned long tmp tmp2 = 1; | ||
| 205 | |||
| 206 | __asm__ __volatile__( | ||
| 207 | "1: ldrex %0, [%2]\n" | ||
| 208 | " adds %0, %0, #1\n" | ||
| 209 | " strexpl %1, %0, [%2]\n" | ||
| 210 | : "=&r" (tmp), "+r" (tmp2) | ||
| 211 | : "r" (&rw->lock) | ||
| 212 | : "cc"); | ||
| 213 | |||
| 214 | smp_mb(); | ||
| 215 | return tmp2 == 0; | ||
| 216 | } | ||
| 203 | 217 | ||
| 204 | /* read_can_lock - would read_trylock() succeed? */ | 218 | /* read_can_lock - would read_trylock() succeed? */ |
| 205 | #define __raw_read_can_lock(x) ((x)->lock < 0x80000000) | 219 | #define __raw_read_can_lock(x) ((x)->lock < 0x80000000) |
diff --git a/include/asm-i386/alternative.h b/include/asm-i386/alternative.h index 96adbabec740..b01a7ec409ce 100644 --- a/include/asm-i386/alternative.h +++ b/include/asm-i386/alternative.h | |||
| @@ -88,9 +88,6 @@ static inline void alternatives_smp_switch(int smp) {} | |||
| 88 | /* | 88 | /* |
| 89 | * Alternative inline assembly for SMP. | 89 | * Alternative inline assembly for SMP. |
| 90 | * | 90 | * |
| 91 | * alternative_smp() takes two versions (SMP first, UP second) and is | ||
| 92 | * for more complex stuff such as spinlocks. | ||
| 93 | * | ||
| 94 | * The LOCK_PREFIX macro defined here replaces the LOCK and | 91 | * The LOCK_PREFIX macro defined here replaces the LOCK and |
| 95 | * LOCK_PREFIX macros used everywhere in the source tree. | 92 | * LOCK_PREFIX macros used everywhere in the source tree. |
| 96 | * | 93 | * |
| @@ -110,21 +107,6 @@ static inline void alternatives_smp_switch(int smp) {} | |||
| 110 | */ | 107 | */ |
| 111 | 108 | ||
| 112 | #ifdef CONFIG_SMP | 109 | #ifdef CONFIG_SMP |
| 113 | #define alternative_smp(smpinstr, upinstr, args...) \ | ||
| 114 | asm volatile ("661:\n\t" smpinstr "\n662:\n" \ | ||
| 115 | ".section .smp_altinstructions,\"a\"\n" \ | ||
| 116 | " .align 4\n" \ | ||
| 117 | " .long 661b\n" /* label */ \ | ||
| 118 | " .long 663f\n" /* new instruction */ \ | ||
| 119 | " .byte 0x68\n" /* X86_FEATURE_UP */ \ | ||
| 120 | " .byte 662b-661b\n" /* sourcelen */ \ | ||
| 121 | " .byte 664f-663f\n" /* replacementlen */ \ | ||
| 122 | ".previous\n" \ | ||
| 123 | ".section .smp_altinstr_replacement,\"awx\"\n" \ | ||
| 124 | "663:\n\t" upinstr "\n" /* replacement */ \ | ||
| 125 | "664:\n\t.fill 662b-661b,1,0x42\n" /* space for original */ \ | ||
| 126 | ".previous" : args) | ||
| 127 | |||
| 128 | #define LOCK_PREFIX \ | 110 | #define LOCK_PREFIX \ |
| 129 | ".section .smp_locks,\"a\"\n" \ | 111 | ".section .smp_locks,\"a\"\n" \ |
| 130 | " .align 4\n" \ | 112 | " .align 4\n" \ |
| @@ -133,8 +115,6 @@ static inline void alternatives_smp_switch(int smp) {} | |||
| 133 | "661:\n\tlock; " | 115 | "661:\n\tlock; " |
| 134 | 116 | ||
| 135 | #else /* ! CONFIG_SMP */ | 117 | #else /* ! CONFIG_SMP */ |
| 136 | #define alternative_smp(smpinstr, upinstr, args...) \ | ||
| 137 | asm volatile (upinstr : args) | ||
| 138 | #define LOCK_PREFIX "" | 118 | #define LOCK_PREFIX "" |
| 139 | #endif | 119 | #endif |
| 140 | 120 | ||
diff --git a/include/asm-i386/mach-default/mach_mpspec.h b/include/asm-i386/mach-default/mach_mpspec.h index 6b5dadcf1d0e..51c9a9775932 100644 --- a/include/asm-i386/mach-default/mach_mpspec.h +++ b/include/asm-i386/mach-default/mach_mpspec.h | |||
| @@ -3,6 +3,10 @@ | |||
| 3 | 3 | ||
| 4 | #define MAX_IRQ_SOURCES 256 | 4 | #define MAX_IRQ_SOURCES 256 |
| 5 | 5 | ||
| 6 | #if CONFIG_BASE_SMALL == 0 | ||
| 7 | #define MAX_MP_BUSSES 256 | ||
| 8 | #else | ||
| 6 | #define MAX_MP_BUSSES 32 | 9 | #define MAX_MP_BUSSES 32 |
| 10 | #endif | ||
| 7 | 11 | ||
| 8 | #endif /* __ASM_MACH_MPSPEC_H */ | 12 | #endif /* __ASM_MACH_MPSPEC_H */ |
diff --git a/include/asm-i386/rwlock.h b/include/asm-i386/rwlock.h index 96b0bef2ea56..87c069ccba08 100644 --- a/include/asm-i386/rwlock.h +++ b/include/asm-i386/rwlock.h | |||
| @@ -21,23 +21,21 @@ | |||
| 21 | #define RW_LOCK_BIAS_STR "0x01000000" | 21 | #define RW_LOCK_BIAS_STR "0x01000000" |
| 22 | 22 | ||
| 23 | #define __build_read_lock_ptr(rw, helper) \ | 23 | #define __build_read_lock_ptr(rw, helper) \ |
| 24 | alternative_smp("lock; subl $1,(%0)\n\t" \ | 24 | asm volatile(LOCK_PREFIX " subl $1,(%0)\n\t" \ |
| 25 | "jns 1f\n" \ | 25 | "jns 1f\n" \ |
| 26 | "call " helper "\n\t" \ | 26 | "call " helper "\n\t" \ |
| 27 | "1:\n", \ | 27 | "1:\n" \ |
| 28 | "subl $1,(%0)\n\t", \ | 28 | ::"a" (rw) : "memory") |
| 29 | :"a" (rw) : "memory") | ||
| 30 | 29 | ||
| 31 | #define __build_read_lock_const(rw, helper) \ | 30 | #define __build_read_lock_const(rw, helper) \ |
| 32 | alternative_smp("lock; subl $1,%0\n\t" \ | 31 | asm volatile(LOCK_PREFIX " subl $1,%0\n\t" \ |
| 33 | "jns 1f\n" \ | 32 | "jns 1f\n" \ |
| 34 | "pushl %%eax\n\t" \ | 33 | "pushl %%eax\n\t" \ |
| 35 | "leal %0,%%eax\n\t" \ | 34 | "leal %0,%%eax\n\t" \ |
| 36 | "call " helper "\n\t" \ | 35 | "call " helper "\n\t" \ |
| 37 | "popl %%eax\n\t" \ | 36 | "popl %%eax\n\t" \ |
| 38 | "1:\n", \ | 37 | "1:\n" \ |
| 39 | "subl $1,%0\n\t", \ | 38 | :"+m" (*(volatile int *)rw) : : "memory") |
| 40 | "+m" (*(volatile int *)rw) : : "memory") | ||
| 41 | 39 | ||
| 42 | #define __build_read_lock(rw, helper) do { \ | 40 | #define __build_read_lock(rw, helper) do { \ |
| 43 | if (__builtin_constant_p(rw)) \ | 41 | if (__builtin_constant_p(rw)) \ |
| @@ -47,23 +45,21 @@ | |||
| 47 | } while (0) | 45 | } while (0) |
| 48 | 46 | ||
| 49 | #define __build_write_lock_ptr(rw, helper) \ | 47 | #define __build_write_lock_ptr(rw, helper) \ |
| 50 | alternative_smp("lock; subl $" RW_LOCK_BIAS_STR ",(%0)\n\t" \ | 48 | asm volatile(LOCK_PREFIX " subl $" RW_LOCK_BIAS_STR ",(%0)\n\t" \ |
| 51 | "jz 1f\n" \ | 49 | "jz 1f\n" \ |
| 52 | "call " helper "\n\t" \ | 50 | "call " helper "\n\t" \ |
| 53 | "1:\n", \ | 51 | "1:\n" \ |
| 54 | "subl $" RW_LOCK_BIAS_STR ",(%0)\n\t", \ | 52 | ::"a" (rw) : "memory") |
| 55 | :"a" (rw) : "memory") | ||
| 56 | 53 | ||
| 57 | #define __build_write_lock_const(rw, helper) \ | 54 | #define __build_write_lock_const(rw, helper) \ |
| 58 | alternative_smp("lock; subl $" RW_LOCK_BIAS_STR ",%0\n\t" \ | 55 | asm volatile(LOCK_PREFIX " subl $" RW_LOCK_BIAS_STR ",%0\n\t" \ |
| 59 | "jz 1f\n" \ | 56 | "jz 1f\n" \ |
| 60 | "pushl %%eax\n\t" \ | 57 | "pushl %%eax\n\t" \ |
| 61 | "leal %0,%%eax\n\t" \ | 58 | "leal %0,%%eax\n\t" \ |
| 62 | "call " helper "\n\t" \ | 59 | "call " helper "\n\t" \ |
| 63 | "popl %%eax\n\t" \ | 60 | "popl %%eax\n\t" \ |
| 64 | "1:\n", \ | 61 | "1:\n" \ |
| 65 | "subl $" RW_LOCK_BIAS_STR ",%0\n\t", \ | 62 | :"+m" (*(volatile int *)rw) : : "memory") |
| 66 | "+m" (*(volatile int *)rw) : : "memory") | ||
| 67 | 63 | ||
| 68 | #define __build_write_lock(rw, helper) do { \ | 64 | #define __build_write_lock(rw, helper) do { \ |
| 69 | if (__builtin_constant_p(rw)) \ | 65 | if (__builtin_constant_p(rw)) \ |
diff --git a/include/asm-i386/spinlock.h b/include/asm-i386/spinlock.h index d816c62a7a1d..d1020363c41a 100644 --- a/include/asm-i386/spinlock.h +++ b/include/asm-i386/spinlock.h | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | 22 | ||
| 23 | #define __raw_spin_lock_string \ | 23 | #define __raw_spin_lock_string \ |
| 24 | "\n1:\t" \ | 24 | "\n1:\t" \ |
| 25 | "lock ; decb %0\n\t" \ | 25 | LOCK_PREFIX " ; decb %0\n\t" \ |
| 26 | "jns 3f\n" \ | 26 | "jns 3f\n" \ |
| 27 | "2:\t" \ | 27 | "2:\t" \ |
| 28 | "rep;nop\n\t" \ | 28 | "rep;nop\n\t" \ |
| @@ -38,7 +38,7 @@ | |||
| 38 | */ | 38 | */ |
| 39 | #define __raw_spin_lock_string_flags \ | 39 | #define __raw_spin_lock_string_flags \ |
| 40 | "\n1:\t" \ | 40 | "\n1:\t" \ |
| 41 | "lock ; decb %0\n\t" \ | 41 | LOCK_PREFIX " ; decb %0\n\t" \ |
| 42 | "jns 5f\n" \ | 42 | "jns 5f\n" \ |
| 43 | "2:\t" \ | 43 | "2:\t" \ |
| 44 | "testl $0x200, %1\n\t" \ | 44 | "testl $0x200, %1\n\t" \ |
| @@ -57,15 +57,9 @@ | |||
| 57 | "jmp 4b\n" \ | 57 | "jmp 4b\n" \ |
| 58 | "5:\n\t" | 58 | "5:\n\t" |
| 59 | 59 | ||
| 60 | #define __raw_spin_lock_string_up \ | ||
| 61 | "\n\tdecb %0" | ||
| 62 | |||
| 63 | static inline void __raw_spin_lock(raw_spinlock_t *lock) | 60 | static inline void __raw_spin_lock(raw_spinlock_t *lock) |
| 64 | { | 61 | { |
| 65 | alternative_smp( | 62 | asm(__raw_spin_lock_string : "+m" (lock->slock) : : "memory"); |
| 66 | __raw_spin_lock_string, | ||
| 67 | __raw_spin_lock_string_up, | ||
| 68 | "+m" (lock->slock) : : "memory"); | ||
| 69 | } | 63 | } |
| 70 | 64 | ||
| 71 | /* | 65 | /* |
| @@ -76,10 +70,7 @@ static inline void __raw_spin_lock(raw_spinlock_t *lock) | |||
| 76 | #ifndef CONFIG_PROVE_LOCKING | 70 | #ifndef CONFIG_PROVE_LOCKING |
| 77 | static inline void __raw_spin_lock_flags(raw_spinlock_t *lock, unsigned long flags) | 71 | static inline void __raw_spin_lock_flags(raw_spinlock_t *lock, unsigned long flags) |
| 78 | { | 72 | { |
| 79 | alternative_smp( | 73 | asm(__raw_spin_lock_string_flags : "+m" (lock->slock) : "r" (flags) : "memory"); |
| 80 | __raw_spin_lock_string_flags, | ||
| 81 | __raw_spin_lock_string_up, | ||
| 82 | "+m" (lock->slock) : "r" (flags) : "memory"); | ||
| 83 | } | 74 | } |
| 84 | #endif | 75 | #endif |
| 85 | 76 | ||
diff --git a/include/asm-i386/unistd.h b/include/asm-i386/unistd.h index fc1c8ddae149..d983b74e4d9f 100644 --- a/include/asm-i386/unistd.h +++ b/include/asm-i386/unistd.h | |||
| @@ -324,8 +324,6 @@ | |||
| 324 | #define __NR_vmsplice 316 | 324 | #define __NR_vmsplice 316 |
| 325 | #define __NR_move_pages 317 | 325 | #define __NR_move_pages 317 |
| 326 | 326 | ||
| 327 | #ifdef __KERNEL__ | ||
| 328 | |||
| 329 | #define NR_syscalls 318 | 327 | #define NR_syscalls 318 |
| 330 | 328 | ||
| 331 | /* | 329 | /* |
| @@ -425,6 +423,8 @@ __asm__ volatile ("push %%ebp ; push %%ebx ; movl 4(%2),%%ebp ; " \ | |||
| 425 | __syscall_return(type,__res); \ | 423 | __syscall_return(type,__res); \ |
| 426 | } | 424 | } |
| 427 | 425 | ||
| 426 | #ifdef __KERNEL__ | ||
| 427 | |||
| 428 | #define __ARCH_WANT_IPC_PARSE_VERSION | 428 | #define __ARCH_WANT_IPC_PARSE_VERSION |
| 429 | #define __ARCH_WANT_OLD_READDIR | 429 | #define __ARCH_WANT_OLD_READDIR |
| 430 | #define __ARCH_WANT_OLD_STAT | 430 | #define __ARCH_WANT_OLD_STAT |
diff --git a/include/asm-i386/unwind.h b/include/asm-i386/unwind.h index 69f0f1df6722..4c1a0b968569 100644 --- a/include/asm-i386/unwind.h +++ b/include/asm-i386/unwind.h | |||
| @@ -87,6 +87,7 @@ static inline int arch_unw_user_mode(const struct unwind_frame_info *info) | |||
| 87 | #else | 87 | #else |
| 88 | 88 | ||
| 89 | #define UNW_PC(frame) ((void)(frame), 0) | 89 | #define UNW_PC(frame) ((void)(frame), 0) |
| 90 | #define UNW_SP(frame) ((void)(frame), 0) | ||
| 90 | 91 | ||
| 91 | static inline int arch_unw_user_mode(const void *info) | 92 | static inline int arch_unw_user_mode(const void *info) |
| 92 | { | 93 | { |
diff --git a/include/asm-ia64/sn/sn_sal.h b/include/asm-ia64/sn/sn_sal.h index bd4452bda357..ba826b3f75bb 100644 --- a/include/asm-ia64/sn/sn_sal.h +++ b/include/asm-ia64/sn/sn_sal.h | |||
| @@ -706,12 +706,9 @@ static inline int | |||
| 706 | sn_change_memprotect(u64 paddr, u64 len, u64 perms, u64 *nasid_array) | 706 | sn_change_memprotect(u64 paddr, u64 len, u64 perms, u64 *nasid_array) |
| 707 | { | 707 | { |
| 708 | struct ia64_sal_retval ret_stuff; | 708 | struct ia64_sal_retval ret_stuff; |
| 709 | unsigned long irq_flags; | ||
| 710 | 709 | ||
| 711 | local_irq_save(irq_flags); | ||
| 712 | ia64_sal_oemcall_nolock(&ret_stuff, SN_SAL_MEMPROTECT, paddr, len, | 710 | ia64_sal_oemcall_nolock(&ret_stuff, SN_SAL_MEMPROTECT, paddr, len, |
| 713 | (u64)nasid_array, perms, 0, 0, 0); | 711 | (u64)nasid_array, perms, 0, 0, 0); |
| 714 | local_irq_restore(irq_flags); | ||
| 715 | return ret_stuff.status; | 712 | return ret_stuff.status; |
| 716 | } | 713 | } |
| 717 | #define SN_MEMPROT_ACCESS_CLASS_0 0x14a080 | 714 | #define SN_MEMPROT_ACCESS_CLASS_0 0x14a080 |
| @@ -1143,12 +1140,9 @@ static inline int | |||
| 1143 | sn_inject_error(u64 paddr, u64 *data, u64 *ecc) | 1140 | sn_inject_error(u64 paddr, u64 *data, u64 *ecc) |
| 1144 | { | 1141 | { |
| 1145 | struct ia64_sal_retval ret_stuff; | 1142 | struct ia64_sal_retval ret_stuff; |
| 1146 | unsigned long irq_flags; | ||
| 1147 | 1143 | ||
| 1148 | local_irq_save(irq_flags); | ||
| 1149 | ia64_sal_oemcall_nolock(&ret_stuff, SN_SAL_INJECT_ERROR, paddr, (u64)data, | 1144 | ia64_sal_oemcall_nolock(&ret_stuff, SN_SAL_INJECT_ERROR, paddr, (u64)data, |
| 1150 | (u64)ecc, 0, 0, 0, 0); | 1145 | (u64)ecc, 0, 0, 0, 0); |
| 1151 | local_irq_restore(irq_flags); | ||
| 1152 | return ret_stuff.status; | 1146 | return ret_stuff.status; |
| 1153 | } | 1147 | } |
| 1154 | 1148 | ||
diff --git a/include/asm-ia64/sn/xp.h b/include/asm-ia64/sn/xp.h index 9bd2f9bf329b..6f807e0193b7 100644 --- a/include/asm-ia64/sn/xp.h +++ b/include/asm-ia64/sn/xp.h | |||
| @@ -60,23 +60,37 @@ | |||
| 60 | * the bte_copy() once in the hope that the failure was due to a temporary | 60 | * the bte_copy() once in the hope that the failure was due to a temporary |
| 61 | * aberration (i.e., the link going down temporarily). | 61 | * aberration (i.e., the link going down temporarily). |
| 62 | * | 62 | * |
| 63 | * See bte_copy for definition of the input parameters. | 63 | * src - physical address of the source of the transfer. |
| 64 | * vdst - virtual address of the destination of the transfer. | ||
| 65 | * len - number of bytes to transfer from source to destination. | ||
| 66 | * mode - see bte_copy() for definition. | ||
| 67 | * notification - see bte_copy() for definition. | ||
| 64 | * | 68 | * |
| 65 | * Note: xp_bte_copy() should never be called while holding a spinlock. | 69 | * Note: xp_bte_copy() should never be called while holding a spinlock. |
| 66 | */ | 70 | */ |
| 67 | static inline bte_result_t | 71 | static inline bte_result_t |
| 68 | xp_bte_copy(u64 src, u64 dest, u64 len, u64 mode, void *notification) | 72 | xp_bte_copy(u64 src, u64 vdst, u64 len, u64 mode, void *notification) |
| 69 | { | 73 | { |
| 70 | bte_result_t ret; | 74 | bte_result_t ret; |
| 75 | u64 pdst = ia64_tpa(vdst); | ||
| 71 | 76 | ||
| 72 | 77 | ||
| 73 | ret = bte_copy(src, dest, len, mode, notification); | 78 | /* |
| 79 | * Ensure that the physically mapped memory is contiguous. | ||
| 80 | * | ||
| 81 | * We do this by ensuring that the memory is from region 7 only. | ||
| 82 | * If the need should arise to use memory from one of the other | ||
| 83 | * regions, then modify the BUG_ON() statement to ensure that the | ||
| 84 | * memory from that region is always physically contiguous. | ||
| 85 | */ | ||
| 86 | BUG_ON(REGION_NUMBER(vdst) != RGN_KERNEL); | ||
| 74 | 87 | ||
| 88 | ret = bte_copy(src, pdst, len, mode, notification); | ||
| 75 | if (ret != BTE_SUCCESS) { | 89 | if (ret != BTE_SUCCESS) { |
| 76 | if (!in_interrupt()) { | 90 | if (!in_interrupt()) { |
| 77 | cond_resched(); | 91 | cond_resched(); |
| 78 | } | 92 | } |
| 79 | ret = bte_copy(src, dest, len, mode, notification); | 93 | ret = bte_copy(src, pdst, len, mode, notification); |
| 80 | } | 94 | } |
| 81 | 95 | ||
| 82 | return ret; | 96 | return ret; |
diff --git a/include/asm-ia64/sn/xpc.h b/include/asm-ia64/sn/xpc.h index b72af597878d..35e1386f37ab 100644 --- a/include/asm-ia64/sn/xpc.h +++ b/include/asm-ia64/sn/xpc.h | |||
| @@ -683,7 +683,9 @@ extern struct xpc_vars *xpc_vars; | |||
| 683 | extern struct xpc_rsvd_page *xpc_rsvd_page; | 683 | extern struct xpc_rsvd_page *xpc_rsvd_page; |
| 684 | extern struct xpc_vars_part *xpc_vars_part; | 684 | extern struct xpc_vars_part *xpc_vars_part; |
| 685 | extern struct xpc_partition xpc_partitions[XP_MAX_PARTITIONS + 1]; | 685 | extern struct xpc_partition xpc_partitions[XP_MAX_PARTITIONS + 1]; |
| 686 | extern char xpc_remote_copy_buffer[]; | 686 | extern char *xpc_remote_copy_buffer; |
| 687 | extern void *xpc_remote_copy_buffer_base; | ||
| 688 | extern void *xpc_kmalloc_cacheline_aligned(size_t, gfp_t, void **); | ||
| 687 | extern struct xpc_rsvd_page *xpc_rsvd_page_init(void); | 689 | extern struct xpc_rsvd_page *xpc_rsvd_page_init(void); |
| 688 | extern void xpc_allow_IPI_ops(void); | 690 | extern void xpc_allow_IPI_ops(void); |
| 689 | extern void xpc_restrict_IPI_ops(void); | 691 | extern void xpc_restrict_IPI_ops(void); |
diff --git a/include/asm-powerpc/io.h b/include/asm-powerpc/io.h index a9496f34b048..36c4c34bf565 100644 --- a/include/asm-powerpc/io.h +++ b/include/asm-powerpc/io.h | |||
| @@ -72,6 +72,9 @@ extern unsigned long pci_io_base; | |||
| 72 | * Neither do the standard versions now, these are just here | 72 | * Neither do the standard versions now, these are just here |
| 73 | * for older code. | 73 | * for older code. |
| 74 | */ | 74 | */ |
| 75 | #define insb(port, buf, ns) _insb((u8 __iomem *)((port)+pci_io_base), (buf), (ns)) | ||
| 76 | #define insw(port, buf, ns) _insw_ns((u8 __iomem *)((port)+pci_io_base), (buf), (ns)) | ||
| 77 | #define insl(port, buf, nl) _insl_ns((u8 __iomem *)((port)+pci_io_base), (buf), (nl)) | ||
| 75 | #define insw_ns(port, buf, ns) _insw_ns((u16 __iomem *)((port)+pci_io_base), (buf), (ns)) | 78 | #define insw_ns(port, buf, ns) _insw_ns((u16 __iomem *)((port)+pci_io_base), (buf), (ns)) |
| 76 | #define insl_ns(port, buf, nl) _insl_ns((u32 __iomem *)((port)+pci_io_base), (buf), (nl)) | 79 | #define insl_ns(port, buf, nl) _insl_ns((u32 __iomem *)((port)+pci_io_base), (buf), (nl)) |
| 77 | #else | 80 | #else |
| @@ -137,12 +140,12 @@ static inline void __raw_writeq(unsigned long v, volatile void __iomem *addr) | |||
| 137 | #define insw_ns(port, buf, ns) eeh_insw_ns((port), (buf), (ns)) | 140 | #define insw_ns(port, buf, ns) eeh_insw_ns((port), (buf), (ns)) |
| 138 | #define insl_ns(port, buf, nl) eeh_insl_ns((port), (buf), (nl)) | 141 | #define insl_ns(port, buf, nl) eeh_insl_ns((port), (buf), (nl)) |
| 139 | 142 | ||
| 143 | #endif | ||
| 144 | |||
| 140 | #define outsb(port, buf, ns) _outsb((u8 __iomem *)((port)+pci_io_base), (buf), (ns)) | 145 | #define outsb(port, buf, ns) _outsb((u8 __iomem *)((port)+pci_io_base), (buf), (ns)) |
| 141 | #define outsw(port, buf, ns) _outsw_ns((u16 __iomem *)((port)+pci_io_base), (buf), (ns)) | 146 | #define outsw(port, buf, ns) _outsw_ns((u16 __iomem *)((port)+pci_io_base), (buf), (ns)) |
| 142 | #define outsl(port, buf, nl) _outsl_ns((u32 __iomem *)((port)+pci_io_base), (buf), (nl)) | 147 | #define outsl(port, buf, nl) _outsl_ns((u32 __iomem *)((port)+pci_io_base), (buf), (nl)) |
| 143 | 148 | ||
| 144 | #endif | ||
| 145 | |||
| 146 | #define readb_relaxed(addr) readb(addr) | 149 | #define readb_relaxed(addr) readb(addr) |
| 147 | #define readw_relaxed(addr) readw(addr) | 150 | #define readw_relaxed(addr) readw(addr) |
| 148 | #define readl_relaxed(addr) readl(addr) | 151 | #define readl_relaxed(addr) readl(addr) |
diff --git a/include/asm-powerpc/ipic.h b/include/asm-powerpc/ipic.h index 0fe396a2b666..53079ec3a515 100644 --- a/include/asm-powerpc/ipic.h +++ b/include/asm-powerpc/ipic.h | |||
| @@ -69,9 +69,6 @@ enum ipic_mcp_irq { | |||
| 69 | IPIC_MCP_MU = 7, | 69 | IPIC_MCP_MU = 7, |
| 70 | }; | 70 | }; |
| 71 | 71 | ||
| 72 | extern void ipic_init(phys_addr_t phys_addr, unsigned int flags, | ||
| 73 | unsigned int irq_offset, | ||
| 74 | unsigned char *senses, unsigned int senses_count); | ||
| 75 | extern int ipic_set_priority(unsigned int irq, unsigned int priority); | 72 | extern int ipic_set_priority(unsigned int irq, unsigned int priority); |
| 76 | extern void ipic_set_highest_priority(unsigned int irq); | 73 | extern void ipic_set_highest_priority(unsigned int irq); |
| 77 | extern void ipic_set_default_priority(void); | 74 | extern void ipic_set_default_priority(void); |
| @@ -79,7 +76,16 @@ extern void ipic_enable_mcp(enum ipic_mcp_irq mcp_irq); | |||
| 79 | extern void ipic_disable_mcp(enum ipic_mcp_irq mcp_irq); | 76 | extern void ipic_disable_mcp(enum ipic_mcp_irq mcp_irq); |
| 80 | extern u32 ipic_get_mcp_status(void); | 77 | extern u32 ipic_get_mcp_status(void); |
| 81 | extern void ipic_clear_mcp_status(u32 mask); | 78 | extern void ipic_clear_mcp_status(u32 mask); |
| 79 | |||
| 80 | #ifdef CONFIG_PPC_MERGE | ||
| 81 | extern void ipic_init(struct device_node *node, unsigned int flags); | ||
| 82 | extern unsigned int ipic_get_irq(struct pt_regs *regs); | ||
| 83 | #else | ||
| 84 | extern void ipic_init(phys_addr_t phys_addr, unsigned int flags, | ||
| 85 | unsigned int irq_offset, | ||
| 86 | unsigned char *senses, unsigned int senses_count); | ||
| 82 | extern int ipic_get_irq(struct pt_regs *regs); | 87 | extern int ipic_get_irq(struct pt_regs *regs); |
| 88 | #endif | ||
| 83 | 89 | ||
| 84 | #endif /* __ASM_IPIC_H__ */ | 90 | #endif /* __ASM_IPIC_H__ */ |
| 85 | #endif /* __KERNEL__ */ | 91 | #endif /* __KERNEL__ */ |
diff --git a/include/asm-powerpc/mpc86xx.h b/include/asm-powerpc/mpc86xx.h index f260382739fa..b85df45b1a84 100644 --- a/include/asm-powerpc/mpc86xx.h +++ b/include/asm-powerpc/mpc86xx.h | |||
| @@ -23,8 +23,6 @@ | |||
| 23 | #define _ISA_MEM_BASE isa_mem_base | 23 | #define _ISA_MEM_BASE isa_mem_base |
| 24 | #ifdef CONFIG_PCI | 24 | #ifdef CONFIG_PCI |
| 25 | #define PCI_DRAM_OFFSET pci_dram_offset | 25 | #define PCI_DRAM_OFFSET pci_dram_offset |
| 26 | #else | ||
| 27 | #define PCI_DRAM_OFFSET 0 | ||
| 28 | #endif | 26 | #endif |
| 29 | 27 | ||
| 30 | #define CPU0_BOOT_RELEASE 0x01000000 | 28 | #define CPU0_BOOT_RELEASE 0x01000000 |
| @@ -33,7 +31,6 @@ | |||
| 33 | #define MCM_PORT_CONFIG_OFFSET 0x1010 | 31 | #define MCM_PORT_CONFIG_OFFSET 0x1010 |
| 34 | 32 | ||
| 35 | /* Offset from CCSRBAR */ | 33 | /* Offset from CCSRBAR */ |
| 36 | #define MPC86xx_OPENPIC_OFFSET (0x40000) | ||
| 37 | #define MPC86xx_MCM_OFFSET (0x00000) | 34 | #define MPC86xx_MCM_OFFSET (0x00000) |
| 38 | #define MPC86xx_MCM_SIZE (0x02000) | 35 | #define MPC86xx_MCM_SIZE (0x02000) |
| 39 | 36 | ||
diff --git a/include/asm-powerpc/mpic.h b/include/asm-powerpc/mpic.h index eb241c99c457..a9f9604b9eff 100644 --- a/include/asm-powerpc/mpic.h +++ b/include/asm-powerpc/mpic.h | |||
| @@ -41,6 +41,7 @@ | |||
| 41 | #define MPIC_GREG_IPI_VECTOR_PRI_1 0x000b0 | 41 | #define MPIC_GREG_IPI_VECTOR_PRI_1 0x000b0 |
| 42 | #define MPIC_GREG_IPI_VECTOR_PRI_2 0x000c0 | 42 | #define MPIC_GREG_IPI_VECTOR_PRI_2 0x000c0 |
| 43 | #define MPIC_GREG_IPI_VECTOR_PRI_3 0x000d0 | 43 | #define MPIC_GREG_IPI_VECTOR_PRI_3 0x000d0 |
| 44 | #define MPIC_GREG_IPI_STRIDE 0x10 | ||
| 44 | #define MPIC_GREG_SPURIOUS 0x000e0 | 45 | #define MPIC_GREG_SPURIOUS 0x000e0 |
| 45 | #define MPIC_GREG_TIMER_FREQ 0x000f0 | 46 | #define MPIC_GREG_TIMER_FREQ 0x000f0 |
| 46 | 47 | ||
| @@ -68,6 +69,7 @@ | |||
| 68 | #define MPIC_CPU_IPI_DISPATCH_1 0x00050 | 69 | #define MPIC_CPU_IPI_DISPATCH_1 0x00050 |
| 69 | #define MPIC_CPU_IPI_DISPATCH_2 0x00060 | 70 | #define MPIC_CPU_IPI_DISPATCH_2 0x00060 |
| 70 | #define MPIC_CPU_IPI_DISPATCH_3 0x00070 | 71 | #define MPIC_CPU_IPI_DISPATCH_3 0x00070 |
| 72 | #define MPIC_CPU_IPI_DISPATCH_STRIDE 0x00010 | ||
| 71 | #define MPIC_CPU_CURRENT_TASK_PRI 0x00080 | 73 | #define MPIC_CPU_CURRENT_TASK_PRI 0x00080 |
| 72 | #define MPIC_CPU_TASKPRI_MASK 0x0000000f | 74 | #define MPIC_CPU_TASKPRI_MASK 0x0000000f |
| 73 | #define MPIC_CPU_WHOAMI 0x00090 | 75 | #define MPIC_CPU_WHOAMI 0x00090 |
| @@ -114,6 +116,103 @@ | |||
| 114 | #define MPIC_VEC_TIMER_1 248 | 116 | #define MPIC_VEC_TIMER_1 248 |
| 115 | #define MPIC_VEC_TIMER_0 247 | 117 | #define MPIC_VEC_TIMER_0 247 |
| 116 | 118 | ||
| 119 | /* | ||
| 120 | * Tsi108 implementation of MPIC has many differences from the original one | ||
| 121 | */ | ||
| 122 | |||
| 123 | /* | ||
| 124 | * Global registers | ||
| 125 | */ | ||
| 126 | |||
| 127 | #define TSI108_GREG_BASE 0x00000 | ||
| 128 | #define TSI108_GREG_FEATURE_0 0x00000 | ||
| 129 | #define TSI108_GREG_GLOBAL_CONF_0 0x00004 | ||
| 130 | #define TSI108_GREG_VENDOR_ID 0x0000c | ||
| 131 | #define TSI108_GREG_IPI_VECTOR_PRI_0 0x00204 /* Doorbell 0 */ | ||
| 132 | #define TSI108_GREG_IPI_STRIDE 0x0c | ||
| 133 | #define TSI108_GREG_SPURIOUS 0x00010 | ||
| 134 | #define TSI108_GREG_TIMER_FREQ 0x00014 | ||
| 135 | |||
| 136 | /* | ||
| 137 | * Timer registers | ||
| 138 | */ | ||
| 139 | #define TSI108_TIMER_BASE 0x0030 | ||
| 140 | #define TSI108_TIMER_STRIDE 0x10 | ||
| 141 | #define TSI108_TIMER_CURRENT_CNT 0x00000 | ||
| 142 | #define TSI108_TIMER_BASE_CNT 0x00004 | ||
| 143 | #define TSI108_TIMER_VECTOR_PRI 0x00008 | ||
| 144 | #define TSI108_TIMER_DESTINATION 0x0000c | ||
| 145 | |||
| 146 | /* | ||
| 147 | * Per-Processor registers | ||
| 148 | */ | ||
| 149 | #define TSI108_CPU_BASE 0x00300 | ||
| 150 | #define TSI108_CPU_STRIDE 0x00040 | ||
| 151 | #define TSI108_CPU_IPI_DISPATCH_0 0x00200 | ||
| 152 | #define TSI108_CPU_IPI_DISPATCH_STRIDE 0x00000 | ||
| 153 | #define TSI108_CPU_CURRENT_TASK_PRI 0x00000 | ||
| 154 | #define TSI108_CPU_WHOAMI 0xffffffff | ||
| 155 | #define TSI108_CPU_INTACK 0x00004 | ||
| 156 | #define TSI108_CPU_EOI 0x00008 | ||
| 157 | |||
| 158 | /* | ||
| 159 | * Per-source registers | ||
| 160 | */ | ||
| 161 | #define TSI108_IRQ_BASE 0x00100 | ||
| 162 | #define TSI108_IRQ_STRIDE 0x00008 | ||
| 163 | #define TSI108_IRQ_VECTOR_PRI 0x00000 | ||
| 164 | #define TSI108_VECPRI_VECTOR_MASK 0x000000ff | ||
| 165 | #define TSI108_VECPRI_POLARITY_POSITIVE 0x01000000 | ||
| 166 | #define TSI108_VECPRI_POLARITY_NEGATIVE 0x00000000 | ||
| 167 | #define TSI108_VECPRI_SENSE_LEVEL 0x02000000 | ||
| 168 | #define TSI108_VECPRI_SENSE_EDGE 0x00000000 | ||
| 169 | #define TSI108_VECPRI_POLARITY_MASK 0x01000000 | ||
| 170 | #define TSI108_VECPRI_SENSE_MASK 0x02000000 | ||
| 171 | #define TSI108_IRQ_DESTINATION 0x00004 | ||
| 172 | |||
| 173 | /* weird mpic register indices and mask bits in the HW info array */ | ||
| 174 | enum { | ||
| 175 | MPIC_IDX_GREG_BASE = 0, | ||
| 176 | MPIC_IDX_GREG_FEATURE_0, | ||
| 177 | MPIC_IDX_GREG_GLOBAL_CONF_0, | ||
| 178 | MPIC_IDX_GREG_VENDOR_ID, | ||
| 179 | MPIC_IDX_GREG_IPI_VECTOR_PRI_0, | ||
| 180 | MPIC_IDX_GREG_IPI_STRIDE, | ||
| 181 | MPIC_IDX_GREG_SPURIOUS, | ||
| 182 | MPIC_IDX_GREG_TIMER_FREQ, | ||
| 183 | |||
| 184 | MPIC_IDX_TIMER_BASE, | ||
| 185 | MPIC_IDX_TIMER_STRIDE, | ||
| 186 | MPIC_IDX_TIMER_CURRENT_CNT, | ||
| 187 | MPIC_IDX_TIMER_BASE_CNT, | ||
| 188 | MPIC_IDX_TIMER_VECTOR_PRI, | ||
| 189 | MPIC_IDX_TIMER_DESTINATION, | ||
| 190 | |||
| 191 | MPIC_IDX_CPU_BASE, | ||
| 192 | MPIC_IDX_CPU_STRIDE, | ||
| 193 | MPIC_IDX_CPU_IPI_DISPATCH_0, | ||
| 194 | MPIC_IDX_CPU_IPI_DISPATCH_STRIDE, | ||
| 195 | MPIC_IDX_CPU_CURRENT_TASK_PRI, | ||
| 196 | MPIC_IDX_CPU_WHOAMI, | ||
| 197 | MPIC_IDX_CPU_INTACK, | ||
| 198 | MPIC_IDX_CPU_EOI, | ||
| 199 | |||
| 200 | MPIC_IDX_IRQ_BASE, | ||
| 201 | MPIC_IDX_IRQ_STRIDE, | ||
| 202 | MPIC_IDX_IRQ_VECTOR_PRI, | ||
| 203 | |||
| 204 | MPIC_IDX_VECPRI_VECTOR_MASK, | ||
| 205 | MPIC_IDX_VECPRI_POLARITY_POSITIVE, | ||
| 206 | MPIC_IDX_VECPRI_POLARITY_NEGATIVE, | ||
| 207 | MPIC_IDX_VECPRI_SENSE_LEVEL, | ||
| 208 | MPIC_IDX_VECPRI_SENSE_EDGE, | ||
| 209 | MPIC_IDX_VECPRI_POLARITY_MASK, | ||
| 210 | MPIC_IDX_VECPRI_SENSE_MASK, | ||
| 211 | MPIC_IDX_IRQ_DESTINATION, | ||
| 212 | MPIC_IDX_END | ||
| 213 | }; | ||
| 214 | |||
| 215 | |||
| 117 | #ifdef CONFIG_MPIC_BROKEN_U3 | 216 | #ifdef CONFIG_MPIC_BROKEN_U3 |
| 118 | /* Fixup table entry */ | 217 | /* Fixup table entry */ |
| 119 | struct mpic_irq_fixup | 218 | struct mpic_irq_fixup |
| @@ -171,15 +270,29 @@ struct mpic | |||
| 171 | volatile u32 __iomem *cpuregs[MPIC_MAX_CPUS]; | 270 | volatile u32 __iomem *cpuregs[MPIC_MAX_CPUS]; |
| 172 | volatile u32 __iomem *isus[MPIC_MAX_ISU]; | 271 | volatile u32 __iomem *isus[MPIC_MAX_ISU]; |
| 173 | 272 | ||
| 273 | #ifdef CONFIG_MPIC_WEIRD | ||
| 274 | /* Pointer to HW info array */ | ||
| 275 | u32 *hw_set; | ||
| 276 | #endif | ||
| 277 | |||
| 174 | /* link */ | 278 | /* link */ |
| 175 | struct mpic *next; | 279 | struct mpic *next; |
| 176 | }; | 280 | }; |
| 177 | 281 | ||
| 282 | /* | ||
| 283 | * MPIC flags (passed to mpic_alloc) | ||
| 284 | * | ||
| 285 | * The top 4 bits contain an MPIC bhw id that is used to index the | ||
| 286 | * register offsets and some masks when CONFIG_MPIC_WEIRD is set. | ||
| 287 | * Note setting any ID (leaving those bits to 0) means standard MPIC | ||
| 288 | */ | ||
| 289 | |||
| 178 | /* This is the primary controller, only that one has IPIs and | 290 | /* This is the primary controller, only that one has IPIs and |
| 179 | * has afinity control. A non-primary MPIC always uses CPU0 | 291 | * has afinity control. A non-primary MPIC always uses CPU0 |
| 180 | * registers only | 292 | * registers only |
| 181 | */ | 293 | */ |
| 182 | #define MPIC_PRIMARY 0x00000001 | 294 | #define MPIC_PRIMARY 0x00000001 |
| 295 | |||
| 183 | /* Set this for a big-endian MPIC */ | 296 | /* Set this for a big-endian MPIC */ |
| 184 | #define MPIC_BIG_ENDIAN 0x00000002 | 297 | #define MPIC_BIG_ENDIAN 0x00000002 |
| 185 | /* Broken U3 MPIC */ | 298 | /* Broken U3 MPIC */ |
| @@ -188,6 +301,18 @@ struct mpic | |||
| 188 | #define MPIC_BROKEN_IPI 0x00000008 | 301 | #define MPIC_BROKEN_IPI 0x00000008 |
| 189 | /* MPIC wants a reset */ | 302 | /* MPIC wants a reset */ |
| 190 | #define MPIC_WANTS_RESET 0x00000010 | 303 | #define MPIC_WANTS_RESET 0x00000010 |
| 304 | /* Spurious vector requires EOI */ | ||
| 305 | #define MPIC_SPV_EOI 0x00000020 | ||
| 306 | /* No passthrough disable */ | ||
| 307 | #define MPIC_NO_PTHROU_DIS 0x00000040 | ||
| 308 | |||
| 309 | /* MPIC HW modification ID */ | ||
| 310 | #define MPIC_REGSET_MASK 0xf0000000 | ||
| 311 | #define MPIC_REGSET(val) (((val) & 0xf ) << 28) | ||
| 312 | #define MPIC_GET_REGSET(flags) (((flags) >> 28) & 0xf) | ||
| 313 | |||
| 314 | #define MPIC_REGSET_STANDARD MPIC_REGSET(0) /* Original MPIC */ | ||
| 315 | #define MPIC_REGSET_TSI108 MPIC_REGSET(1) /* Tsi108/109 PIC */ | ||
| 191 | 316 | ||
| 192 | /* Allocate the controller structure and setup the linux irq descs | 317 | /* Allocate the controller structure and setup the linux irq descs |
| 193 | * for the range if interrupts passed in. No HW initialization is | 318 | * for the range if interrupts passed in. No HW initialization is |
diff --git a/include/asm-powerpc/prom.h b/include/asm-powerpc/prom.h index b095a285c84b..d0fa1b9aed35 100644 --- a/include/asm-powerpc/prom.h +++ b/include/asm-powerpc/prom.h | |||
| @@ -276,6 +276,7 @@ extern void of_irq_map_init(unsigned int flags); | |||
| 276 | * of_irq_map_raw - Low level interrupt tree parsing | 276 | * of_irq_map_raw - Low level interrupt tree parsing |
| 277 | * @parent: the device interrupt parent | 277 | * @parent: the device interrupt parent |
| 278 | * @intspec: interrupt specifier ("interrupts" property of the device) | 278 | * @intspec: interrupt specifier ("interrupts" property of the device) |
| 279 | * @ointsize: size of the passed in interrupt specifier | ||
| 279 | * @addr: address specifier (start of "reg" property of the device) | 280 | * @addr: address specifier (start of "reg" property of the device) |
| 280 | * @out_irq: structure of_irq filled by this function | 281 | * @out_irq: structure of_irq filled by this function |
| 281 | * | 282 | * |
| @@ -288,7 +289,8 @@ extern void of_irq_map_init(unsigned int flags); | |||
| 288 | * | 289 | * |
| 289 | */ | 290 | */ |
| 290 | 291 | ||
| 291 | extern int of_irq_map_raw(struct device_node *parent, u32 *intspec, u32 *addr, | 292 | extern int of_irq_map_raw(struct device_node *parent, u32 *intspec, |
| 293 | u32 ointsize, u32 *addr, | ||
| 292 | struct of_irq *out_irq); | 294 | struct of_irq *out_irq); |
| 293 | 295 | ||
| 294 | 296 | ||
diff --git a/include/asm-powerpc/time.h b/include/asm-powerpc/time.h index dcde4410348d..5785ac4737b5 100644 --- a/include/asm-powerpc/time.h +++ b/include/asm-powerpc/time.h | |||
| @@ -30,10 +30,6 @@ extern unsigned long tb_ticks_per_usec; | |||
| 30 | extern unsigned long tb_ticks_per_sec; | 30 | extern unsigned long tb_ticks_per_sec; |
| 31 | extern u64 tb_to_xs; | 31 | extern u64 tb_to_xs; |
| 32 | extern unsigned tb_to_us; | 32 | extern unsigned tb_to_us; |
| 33 | extern unsigned long tb_last_stamp; | ||
| 34 | extern u64 tb_last_jiffy; | ||
| 35 | |||
| 36 | DECLARE_PER_CPU(unsigned long, last_jiffy); | ||
| 37 | 33 | ||
| 38 | struct rtc_time; | 34 | struct rtc_time; |
| 39 | extern void to_tm(int tim, struct rtc_time * tm); | 35 | extern void to_tm(int tim, struct rtc_time * tm); |
diff --git a/include/asm-x86_64/alternative.h b/include/asm-x86_64/alternative.h index aa67bfd1b3ce..a584826cc570 100644 --- a/include/asm-x86_64/alternative.h +++ b/include/asm-x86_64/alternative.h | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | #ifdef __KERNEL__ | 4 | #ifdef __KERNEL__ |
| 5 | 5 | ||
| 6 | #include <linux/types.h> | 6 | #include <linux/types.h> |
| 7 | #include <asm/cpufeature.h> | ||
| 7 | 8 | ||
| 8 | struct alt_instr { | 9 | struct alt_instr { |
| 9 | u8 *instr; /* original instruction */ | 10 | u8 *instr; /* original instruction */ |
| @@ -102,9 +103,6 @@ static inline void alternatives_smp_switch(int smp) {} | |||
| 102 | /* | 103 | /* |
| 103 | * Alternative inline assembly for SMP. | 104 | * Alternative inline assembly for SMP. |
| 104 | * | 105 | * |
| 105 | * alternative_smp() takes two versions (SMP first, UP second) and is | ||
| 106 | * for more complex stuff such as spinlocks. | ||
| 107 | * | ||
| 108 | * The LOCK_PREFIX macro defined here replaces the LOCK and | 106 | * The LOCK_PREFIX macro defined here replaces the LOCK and |
| 109 | * LOCK_PREFIX macros used everywhere in the source tree. | 107 | * LOCK_PREFIX macros used everywhere in the source tree. |
| 110 | * | 108 | * |
| @@ -124,21 +122,6 @@ static inline void alternatives_smp_switch(int smp) {} | |||
| 124 | */ | 122 | */ |
| 125 | 123 | ||
| 126 | #ifdef CONFIG_SMP | 124 | #ifdef CONFIG_SMP |
| 127 | #define alternative_smp(smpinstr, upinstr, args...) \ | ||
| 128 | asm volatile ("661:\n\t" smpinstr "\n662:\n" \ | ||
| 129 | ".section .smp_altinstructions,\"a\"\n" \ | ||
| 130 | " .align 8\n" \ | ||
| 131 | " .quad 661b\n" /* label */ \ | ||
| 132 | " .quad 663f\n" /* new instruction */ \ | ||
| 133 | " .byte 0x66\n" /* X86_FEATURE_UP */ \ | ||
| 134 | " .byte 662b-661b\n" /* sourcelen */ \ | ||
| 135 | " .byte 664f-663f\n" /* replacementlen */ \ | ||
| 136 | ".previous\n" \ | ||
| 137 | ".section .smp_altinstr_replacement,\"awx\"\n" \ | ||
| 138 | "663:\n\t" upinstr "\n" /* replacement */ \ | ||
| 139 | "664:\n\t.fill 662b-661b,1,0x42\n" /* space for original */ \ | ||
| 140 | ".previous" : args) | ||
| 141 | |||
| 142 | #define LOCK_PREFIX \ | 125 | #define LOCK_PREFIX \ |
| 143 | ".section .smp_locks,\"a\"\n" \ | 126 | ".section .smp_locks,\"a\"\n" \ |
| 144 | " .align 8\n" \ | 127 | " .align 8\n" \ |
| @@ -147,8 +130,6 @@ static inline void alternatives_smp_switch(int smp) {} | |||
| 147 | "661:\n\tlock; " | 130 | "661:\n\tlock; " |
| 148 | 131 | ||
| 149 | #else /* ! CONFIG_SMP */ | 132 | #else /* ! CONFIG_SMP */ |
| 150 | #define alternative_smp(smpinstr, upinstr, args...) \ | ||
| 151 | asm volatile (upinstr : args) | ||
| 152 | #define LOCK_PREFIX "" | 133 | #define LOCK_PREFIX "" |
| 153 | #endif | 134 | #endif |
| 154 | 135 | ||
diff --git a/include/asm-x86_64/processor.h b/include/asm-x86_64/processor.h index 3b3c1217fe61..de9c3147ee4c 100644 --- a/include/asm-x86_64/processor.h +++ b/include/asm-x86_64/processor.h | |||
| @@ -232,8 +232,14 @@ struct tss_struct { | |||
| 232 | unsigned long io_bitmap[IO_BITMAP_LONGS + 1]; | 232 | unsigned long io_bitmap[IO_BITMAP_LONGS + 1]; |
| 233 | } __attribute__((packed)) ____cacheline_aligned; | 233 | } __attribute__((packed)) ____cacheline_aligned; |
| 234 | 234 | ||
| 235 | |||
| 235 | extern struct cpuinfo_x86 boot_cpu_data; | 236 | extern struct cpuinfo_x86 boot_cpu_data; |
| 236 | DECLARE_PER_CPU(struct tss_struct,init_tss); | 237 | DECLARE_PER_CPU(struct tss_struct,init_tss); |
| 238 | /* Save the original ist values for checking stack pointers during debugging */ | ||
| 239 | struct orig_ist { | ||
| 240 | unsigned long ist[7]; | ||
| 241 | }; | ||
| 242 | DECLARE_PER_CPU(struct orig_ist, orig_ist); | ||
| 237 | 243 | ||
| 238 | #ifdef CONFIG_X86_VSMP | 244 | #ifdef CONFIG_X86_VSMP |
| 239 | #define ARCH_MIN_TASKALIGN (1 << INTERNODE_CACHE_SHIFT) | 245 | #define ARCH_MIN_TASKALIGN (1 << INTERNODE_CACHE_SHIFT) |
diff --git a/include/asm-x86_64/spinlock.h b/include/asm-x86_64/spinlock.h index 8d3421996f94..248a79f0eaff 100644 --- a/include/asm-x86_64/spinlock.h +++ b/include/asm-x86_64/spinlock.h | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | 21 | ||
| 22 | #define __raw_spin_lock_string \ | 22 | #define __raw_spin_lock_string \ |
| 23 | "\n1:\t" \ | 23 | "\n1:\t" \ |
| 24 | "lock ; decl %0\n\t" \ | 24 | LOCK_PREFIX " ; decl %0\n\t" \ |
| 25 | "js 2f\n" \ | 25 | "js 2f\n" \ |
| 26 | LOCK_SECTION_START("") \ | 26 | LOCK_SECTION_START("") \ |
| 27 | "2:\t" \ | 27 | "2:\t" \ |
| @@ -40,10 +40,7 @@ | |||
| 40 | 40 | ||
| 41 | static inline void __raw_spin_lock(raw_spinlock_t *lock) | 41 | static inline void __raw_spin_lock(raw_spinlock_t *lock) |
| 42 | { | 42 | { |
| 43 | alternative_smp( | 43 | asm volatile(__raw_spin_lock_string : "=m" (lock->slock) : : "memory"); |
| 44 | __raw_spin_lock_string, | ||
| 45 | __raw_spin_lock_string_up, | ||
| 46 | "=m" (lock->slock) : : "memory"); | ||
| 47 | } | 44 | } |
| 48 | 45 | ||
| 49 | #define __raw_spin_lock_flags(lock, flags) __raw_spin_lock(lock) | 46 | #define __raw_spin_lock_flags(lock, flags) __raw_spin_lock(lock) |
| @@ -125,12 +122,12 @@ static inline int __raw_write_trylock(raw_rwlock_t *lock) | |||
| 125 | 122 | ||
| 126 | static inline void __raw_read_unlock(raw_rwlock_t *rw) | 123 | static inline void __raw_read_unlock(raw_rwlock_t *rw) |
| 127 | { | 124 | { |
| 128 | asm volatile("lock ; incl %0" :"=m" (rw->lock) : : "memory"); | 125 | asm volatile(LOCK_PREFIX " ; incl %0" :"=m" (rw->lock) : : "memory"); |
| 129 | } | 126 | } |
| 130 | 127 | ||
| 131 | static inline void __raw_write_unlock(raw_rwlock_t *rw) | 128 | static inline void __raw_write_unlock(raw_rwlock_t *rw) |
| 132 | { | 129 | { |
| 133 | asm volatile("lock ; addl $" RW_LOCK_BIAS_STR ",%0" | 130 | asm volatile(LOCK_PREFIX " ; addl $" RW_LOCK_BIAS_STR ",%0" |
| 134 | : "=m" (rw->lock) : : "memory"); | 131 | : "=m" (rw->lock) : : "memory"); |
| 135 | } | 132 | } |
| 136 | 133 | ||
diff --git a/include/asm-x86_64/unistd.h b/include/asm-x86_64/unistd.h index 94387c915e53..2d89d309a2a8 100644 --- a/include/asm-x86_64/unistd.h +++ b/include/asm-x86_64/unistd.h | |||
| @@ -620,8 +620,6 @@ __SYSCALL(__NR_vmsplice, sys_vmsplice) | |||
| 620 | #define __NR_move_pages 279 | 620 | #define __NR_move_pages 279 |
| 621 | __SYSCALL(__NR_move_pages, sys_move_pages) | 621 | __SYSCALL(__NR_move_pages, sys_move_pages) |
| 622 | 622 | ||
| 623 | #ifdef __KERNEL__ | ||
| 624 | |||
| 625 | #define __NR_syscall_max __NR_move_pages | 623 | #define __NR_syscall_max __NR_move_pages |
| 626 | 624 | ||
| 627 | #ifndef __NO_STUBS | 625 | #ifndef __NO_STUBS |
| @@ -746,6 +744,8 @@ __syscall_return(type,__res); \ | |||
| 746 | 744 | ||
| 747 | #else /* __KERNEL_SYSCALLS__ */ | 745 | #else /* __KERNEL_SYSCALLS__ */ |
| 748 | 746 | ||
| 747 | #ifdef __KERNEL__ | ||
| 748 | |||
| 749 | #include <linux/syscalls.h> | 749 | #include <linux/syscalls.h> |
| 750 | #include <asm/ptrace.h> | 750 | #include <asm/ptrace.h> |
| 751 | 751 | ||
| @@ -838,9 +838,9 @@ asmlinkage long sys_rt_sigaction(int sig, | |||
| 838 | struct sigaction __user *oact, | 838 | struct sigaction __user *oact, |
| 839 | size_t sigsetsize); | 839 | size_t sigsetsize); |
| 840 | 840 | ||
| 841 | #endif /* __ASSEMBLY__ */ | 841 | #endif |
| 842 | 842 | ||
| 843 | #endif /* __NO_STUBS */ | 843 | #endif |
| 844 | 844 | ||
| 845 | /* | 845 | /* |
| 846 | * "Conditional" syscalls | 846 | * "Conditional" syscalls |
| @@ -850,5 +850,6 @@ asmlinkage long sys_rt_sigaction(int sig, | |||
| 850 | */ | 850 | */ |
| 851 | #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") | 851 | #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") |
| 852 | 852 | ||
| 853 | #endif /* __KERNEL__ */ | 853 | #endif |
| 854 | |||
| 854 | #endif | 855 | #endif |
diff --git a/include/asm-x86_64/unwind.h b/include/asm-x86_64/unwind.h index f3e7124effe3..1f6e9bfb569e 100644 --- a/include/asm-x86_64/unwind.h +++ b/include/asm-x86_64/unwind.h | |||
| @@ -95,6 +95,7 @@ static inline int arch_unw_user_mode(const struct unwind_frame_info *info) | |||
| 95 | #else | 95 | #else |
| 96 | 96 | ||
| 97 | #define UNW_PC(frame) ((void)(frame), 0) | 97 | #define UNW_PC(frame) ((void)(frame), 0) |
| 98 | #define UNW_SP(frame) ((void)(frame), 0) | ||
| 98 | 99 | ||
| 99 | static inline int arch_unw_user_mode(const void *info) | 100 | static inline int arch_unw_user_mode(const void *info) |
| 100 | { | 101 | { |
diff --git a/include/linux/delayacct.h b/include/linux/delayacct.h index 11487b6e7127..561e2a77805c 100644 --- a/include/linux/delayacct.h +++ b/include/linux/delayacct.h | |||
| @@ -59,10 +59,14 @@ static inline void delayacct_tsk_init(struct task_struct *tsk) | |||
| 59 | __delayacct_tsk_init(tsk); | 59 | __delayacct_tsk_init(tsk); |
| 60 | } | 60 | } |
| 61 | 61 | ||
| 62 | static inline void delayacct_tsk_exit(struct task_struct *tsk) | 62 | /* Free tsk->delays. Called from bad fork and __put_task_struct |
| 63 | * where there's no risk of tsk->delays being accessed elsewhere | ||
| 64 | */ | ||
| 65 | static inline void delayacct_tsk_free(struct task_struct *tsk) | ||
| 63 | { | 66 | { |
| 64 | if (tsk->delays) | 67 | if (tsk->delays) |
| 65 | __delayacct_tsk_exit(tsk); | 68 | kmem_cache_free(delayacct_cache, tsk->delays); |
| 69 | tsk->delays = NULL; | ||
| 66 | } | 70 | } |
| 67 | 71 | ||
| 68 | static inline void delayacct_blkio_start(void) | 72 | static inline void delayacct_blkio_start(void) |
| @@ -101,7 +105,7 @@ static inline void delayacct_init(void) | |||
| 101 | {} | 105 | {} |
| 102 | static inline void delayacct_tsk_init(struct task_struct *tsk) | 106 | static inline void delayacct_tsk_init(struct task_struct *tsk) |
| 103 | {} | 107 | {} |
| 104 | static inline void delayacct_tsk_exit(struct task_struct *tsk) | 108 | static inline void delayacct_tsk_free(struct task_struct *tsk) |
| 105 | {} | 109 | {} |
| 106 | static inline void delayacct_blkio_start(void) | 110 | static inline void delayacct_blkio_start(void) |
| 107 | {} | 111 | {} |
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 656b588a9f96..f45163c528e8 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
| @@ -77,6 +77,7 @@ struct per_cpu_pages { | |||
| 77 | struct per_cpu_pageset { | 77 | struct per_cpu_pageset { |
| 78 | struct per_cpu_pages pcp[2]; /* 0: hot. 1: cold */ | 78 | struct per_cpu_pages pcp[2]; /* 0: hot. 1: cold */ |
| 79 | #ifdef CONFIG_SMP | 79 | #ifdef CONFIG_SMP |
| 80 | s8 stat_threshold; | ||
| 80 | s8 vm_stat_diff[NR_VM_ZONE_STAT_ITEMS]; | 81 | s8 vm_stat_diff[NR_VM_ZONE_STAT_ITEMS]; |
| 81 | #endif | 82 | #endif |
| 82 | } ____cacheline_aligned_in_smp; | 83 | } ____cacheline_aligned_in_smp; |
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 4eae06b08cf2..c91164ea3dec 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
| @@ -1292,6 +1292,7 @@ | |||
| 1292 | #define PCI_DEVICE_ID_VIA_8367_0 0x3099 | 1292 | #define PCI_DEVICE_ID_VIA_8367_0 0x3099 |
| 1293 | #define PCI_DEVICE_ID_VIA_8653_0 0x3101 | 1293 | #define PCI_DEVICE_ID_VIA_8653_0 0x3101 |
| 1294 | #define PCI_DEVICE_ID_VIA_8622 0x3102 | 1294 | #define PCI_DEVICE_ID_VIA_8622 0x3102 |
| 1295 | #define PCI_DEVICE_ID_VIA_8235_USB_2 0x3104 | ||
| 1295 | #define PCI_DEVICE_ID_VIA_8233C_0 0x3109 | 1296 | #define PCI_DEVICE_ID_VIA_8233C_0 0x3109 |
| 1296 | #define PCI_DEVICE_ID_VIA_8361 0x3112 | 1297 | #define PCI_DEVICE_ID_VIA_8361 0x3112 |
| 1297 | #define PCI_DEVICE_ID_VIA_XM266 0x3116 | 1298 | #define PCI_DEVICE_ID_VIA_XM266 0x3116 |
| @@ -1726,6 +1727,9 @@ | |||
| 1726 | #define PCI_VENDOR_ID_DOMEX 0x134a | 1727 | #define PCI_VENDOR_ID_DOMEX 0x134a |
| 1727 | #define PCI_DEVICE_ID_DOMEX_DMX3191D 0x0001 | 1728 | #define PCI_DEVICE_ID_DOMEX_DMX3191D 0x0001 |
| 1728 | 1729 | ||
| 1730 | #define PCI_VENDOR_ID_INTASHIELD 0x135a | ||
| 1731 | #define PCI_DEVICE_ID_INTASHIELD_IS200 0x0d80 | ||
| 1732 | |||
| 1729 | #define PCI_VENDOR_ID_QUATECH 0x135C | 1733 | #define PCI_VENDOR_ID_QUATECH 0x135C |
| 1730 | #define PCI_DEVICE_ID_QUATECH_QSC100 0x0010 | 1734 | #define PCI_DEVICE_ID_QUATECH_QSC100 0x0010 |
| 1731 | #define PCI_DEVICE_ID_QUATECH_DSC100 0x0020 | 1735 | #define PCI_DEVICE_ID_QUATECH_DSC100 0x0020 |
diff --git a/include/linux/sched.h b/include/linux/sched.h index 6674fc1e51bf..34ed0d99b1bd 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
| @@ -994,7 +994,6 @@ struct task_struct { | |||
| 994 | */ | 994 | */ |
| 995 | struct pipe_inode_info *splice_pipe; | 995 | struct pipe_inode_info *splice_pipe; |
| 996 | #ifdef CONFIG_TASK_DELAY_ACCT | 996 | #ifdef CONFIG_TASK_DELAY_ACCT |
| 997 | spinlock_t delays_lock; | ||
| 998 | struct task_delay_info *delays; | 997 | struct task_delay_info *delays; |
| 999 | #endif | 998 | #endif |
| 1000 | }; | 999 | }; |
diff --git a/kernel/delayacct.c b/kernel/delayacct.c index 57ca3730205d..36752f124c6a 100644 --- a/kernel/delayacct.c +++ b/kernel/delayacct.c | |||
| @@ -41,24 +41,11 @@ void delayacct_init(void) | |||
| 41 | 41 | ||
| 42 | void __delayacct_tsk_init(struct task_struct *tsk) | 42 | void __delayacct_tsk_init(struct task_struct *tsk) |
| 43 | { | 43 | { |
| 44 | spin_lock_init(&tsk->delays_lock); | ||
| 45 | /* No need to acquire tsk->delays_lock for allocation here unless | ||
| 46 | __delayacct_tsk_init called after tsk is attached to tasklist | ||
| 47 | */ | ||
| 48 | tsk->delays = kmem_cache_zalloc(delayacct_cache, SLAB_KERNEL); | 44 | tsk->delays = kmem_cache_zalloc(delayacct_cache, SLAB_KERNEL); |
| 49 | if (tsk->delays) | 45 | if (tsk->delays) |
| 50 | spin_lock_init(&tsk->delays->lock); | 46 | spin_lock_init(&tsk->delays->lock); |
| 51 | } | 47 | } |
| 52 | 48 | ||
| 53 | void __delayacct_tsk_exit(struct task_struct *tsk) | ||
| 54 | { | ||
| 55 | struct task_delay_info *delays = tsk->delays; | ||
| 56 | spin_lock(&tsk->delays_lock); | ||
| 57 | tsk->delays = NULL; | ||
| 58 | spin_unlock(&tsk->delays_lock); | ||
| 59 | kmem_cache_free(delayacct_cache, delays); | ||
| 60 | } | ||
| 61 | |||
| 62 | /* | 49 | /* |
| 63 | * Start accounting for a delay statistic using | 50 | * Start accounting for a delay statistic using |
| 64 | * its starting timestamp (@start) | 51 | * its starting timestamp (@start) |
| @@ -118,8 +105,6 @@ int __delayacct_add_tsk(struct taskstats *d, struct task_struct *tsk) | |||
| 118 | struct timespec ts; | 105 | struct timespec ts; |
| 119 | unsigned long t1,t2,t3; | 106 | unsigned long t1,t2,t3; |
| 120 | 107 | ||
| 121 | spin_lock(&tsk->delays_lock); | ||
| 122 | |||
| 123 | /* Though tsk->delays accessed later, early exit avoids | 108 | /* Though tsk->delays accessed later, early exit avoids |
| 124 | * unnecessary returning of other data | 109 | * unnecessary returning of other data |
| 125 | */ | 110 | */ |
| @@ -161,7 +146,6 @@ int __delayacct_add_tsk(struct taskstats *d, struct task_struct *tsk) | |||
| 161 | spin_unlock(&tsk->delays->lock); | 146 | spin_unlock(&tsk->delays->lock); |
| 162 | 147 | ||
| 163 | done: | 148 | done: |
| 164 | spin_unlock(&tsk->delays_lock); | ||
| 165 | return 0; | 149 | return 0; |
| 166 | } | 150 | } |
| 167 | 151 | ||
diff --git a/kernel/exit.c b/kernel/exit.c index dba194a8d416..d891883420f7 100644 --- a/kernel/exit.c +++ b/kernel/exit.c | |||
| @@ -908,7 +908,6 @@ fastcall NORET_TYPE void do_exit(long code) | |||
| 908 | audit_free(tsk); | 908 | audit_free(tsk); |
| 909 | taskstats_exit_send(tsk, tidstats, group_dead, mycpu); | 909 | taskstats_exit_send(tsk, tidstats, group_dead, mycpu); |
| 910 | taskstats_exit_free(tidstats); | 910 | taskstats_exit_free(tidstats); |
| 911 | delayacct_tsk_exit(tsk); | ||
| 912 | 911 | ||
| 913 | exit_mm(tsk); | 912 | exit_mm(tsk); |
| 914 | 913 | ||
| @@ -1054,7 +1053,7 @@ static int eligible_child(pid_t pid, int options, struct task_struct *p) | |||
| 1054 | * Do not consider thread group leaders that are | 1053 | * Do not consider thread group leaders that are |
| 1055 | * in a non-empty thread group: | 1054 | * in a non-empty thread group: |
| 1056 | */ | 1055 | */ |
| 1057 | if (current->tgid != p->tgid && delay_group_leader(p)) | 1056 | if (delay_group_leader(p)) |
| 1058 | return 2; | 1057 | return 2; |
| 1059 | 1058 | ||
| 1060 | if (security_task_wait(p)) | 1059 | if (security_task_wait(p)) |
diff --git a/kernel/fork.c b/kernel/fork.c index aa36c43783cc..f9b014e3e700 100644 --- a/kernel/fork.c +++ b/kernel/fork.c | |||
| @@ -117,6 +117,7 @@ void __put_task_struct(struct task_struct *tsk) | |||
| 117 | security_task_free(tsk); | 117 | security_task_free(tsk); |
| 118 | free_uid(tsk->user); | 118 | free_uid(tsk->user); |
| 119 | put_group_info(tsk->group_info); | 119 | put_group_info(tsk->group_info); |
| 120 | delayacct_tsk_free(tsk); | ||
| 120 | 121 | ||
| 121 | if (!profile_handoff_task(tsk)) | 122 | if (!profile_handoff_task(tsk)) |
| 122 | free_task(tsk); | 123 | free_task(tsk); |
| @@ -1011,7 +1012,7 @@ static struct task_struct *copy_process(unsigned long clone_flags, | |||
| 1011 | retval = -EFAULT; | 1012 | retval = -EFAULT; |
| 1012 | if (clone_flags & CLONE_PARENT_SETTID) | 1013 | if (clone_flags & CLONE_PARENT_SETTID) |
| 1013 | if (put_user(p->pid, parent_tidptr)) | 1014 | if (put_user(p->pid, parent_tidptr)) |
| 1014 | goto bad_fork_cleanup; | 1015 | goto bad_fork_cleanup_delays_binfmt; |
| 1015 | 1016 | ||
| 1016 | INIT_LIST_HEAD(&p->children); | 1017 | INIT_LIST_HEAD(&p->children); |
| 1017 | INIT_LIST_HEAD(&p->sibling); | 1018 | INIT_LIST_HEAD(&p->sibling); |
| @@ -1277,7 +1278,8 @@ bad_fork_cleanup_policy: | |||
| 1277 | bad_fork_cleanup_cpuset: | 1278 | bad_fork_cleanup_cpuset: |
| 1278 | #endif | 1279 | #endif |
| 1279 | cpuset_exit(p); | 1280 | cpuset_exit(p); |
| 1280 | bad_fork_cleanup: | 1281 | bad_fork_cleanup_delays_binfmt: |
| 1282 | delayacct_tsk_free(p); | ||
| 1281 | if (p->binfmt) | 1283 | if (p->binfmt) |
| 1282 | module_put(p->binfmt->module); | 1284 | module_put(p->binfmt->module); |
| 1283 | bad_fork_cleanup_put_domain: | 1285 | bad_fork_cleanup_put_domain: |
diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c index fc4e906aedbd..48a53f68af96 100644 --- a/kernel/irq/handle.c +++ b/kernel/irq/handle.c | |||
| @@ -20,6 +20,11 @@ | |||
| 20 | 20 | ||
| 21 | /** | 21 | /** |
| 22 | * handle_bad_irq - handle spurious and unhandled irqs | 22 | * handle_bad_irq - handle spurious and unhandled irqs |
| 23 | * @irq: the interrupt number | ||
| 24 | * @desc: description of the interrupt | ||
| 25 | * @regs: pointer to a register structure | ||
| 26 | * | ||
| 27 | * Handles spurious and unhandled IRQ's. It also prints a debugmessage. | ||
| 23 | */ | 28 | */ |
| 24 | void fastcall | 29 | void fastcall |
| 25 | handle_bad_irq(unsigned int irq, struct irq_desc *desc, struct pt_regs *regs) | 30 | handle_bad_irq(unsigned int irq, struct irq_desc *desc, struct pt_regs *regs) |
diff --git a/mm/mempolicy.c b/mm/mempolicy.c index e07e27e846a2..a9963ceddd65 100644 --- a/mm/mempolicy.c +++ b/mm/mempolicy.c | |||
| @@ -1176,7 +1176,15 @@ static inline unsigned interleave_nid(struct mempolicy *pol, | |||
| 1176 | if (vma) { | 1176 | if (vma) { |
| 1177 | unsigned long off; | 1177 | unsigned long off; |
| 1178 | 1178 | ||
| 1179 | off = vma->vm_pgoff; | 1179 | /* |
| 1180 | * for small pages, there is no difference between | ||
| 1181 | * shift and PAGE_SHIFT, so the bit-shift is safe. | ||
| 1182 | * for huge pages, since vm_pgoff is in units of small | ||
| 1183 | * pages, we need to shift off the always 0 bits to get | ||
| 1184 | * a useful offset. | ||
| 1185 | */ | ||
| 1186 | BUG_ON(shift < PAGE_SHIFT); | ||
| 1187 | off = vma->vm_pgoff >> (shift - PAGE_SHIFT); | ||
| 1180 | off += (addr - vma->vm_start) >> shift; | 1188 | off += (addr - vma->vm_start) >> shift; |
| 1181 | return offset_il_node(pol, vma, off); | 1189 | return offset_il_node(pol, vma, off); |
| 1182 | } else | 1190 | } else |
diff --git a/mm/mempool.c b/mm/mempool.c index fe6e05289cc5..ccd8cb8cd41f 100644 --- a/mm/mempool.c +++ b/mm/mempool.c | |||
| @@ -238,8 +238,13 @@ repeat_alloc: | |||
| 238 | init_wait(&wait); | 238 | init_wait(&wait); |
| 239 | prepare_to_wait(&pool->wait, &wait, TASK_UNINTERRUPTIBLE); | 239 | prepare_to_wait(&pool->wait, &wait, TASK_UNINTERRUPTIBLE); |
| 240 | smp_mb(); | 240 | smp_mb(); |
| 241 | if (!pool->curr_nr) | 241 | if (!pool->curr_nr) { |
| 242 | io_schedule(); | 242 | /* |
| 243 | * FIXME: this should be io_schedule(). The timeout is there | ||
| 244 | * as a workaround for some DM problems in 2.6.18. | ||
| 245 | */ | ||
| 246 | io_schedule_timeout(5*HZ); | ||
| 247 | } | ||
| 243 | finish_wait(&pool->wait, &wait); | 248 | finish_wait(&pool->wait, &wait); |
| 244 | 249 | ||
| 245 | goto repeat_alloc; | 250 | goto repeat_alloc; |
diff --git a/mm/vmstat.c b/mm/vmstat.c index dfdf24133901..c1b5f4106b38 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
| @@ -12,6 +12,7 @@ | |||
| 12 | #include <linux/config.h> | 12 | #include <linux/config.h> |
| 13 | #include <linux/mm.h> | 13 | #include <linux/mm.h> |
| 14 | #include <linux/module.h> | 14 | #include <linux/module.h> |
| 15 | #include <linux/cpu.h> | ||
| 15 | 16 | ||
| 16 | void __get_zone_counts(unsigned long *active, unsigned long *inactive, | 17 | void __get_zone_counts(unsigned long *active, unsigned long *inactive, |
| 17 | unsigned long *free, struct pglist_data *pgdat) | 18 | unsigned long *free, struct pglist_data *pgdat) |
| @@ -114,17 +115,72 @@ EXPORT_SYMBOL(vm_stat); | |||
| 114 | 115 | ||
| 115 | #ifdef CONFIG_SMP | 116 | #ifdef CONFIG_SMP |
| 116 | 117 | ||
| 117 | #define STAT_THRESHOLD 32 | 118 | static int calculate_threshold(struct zone *zone) |
| 119 | { | ||
| 120 | int threshold; | ||
| 121 | int mem; /* memory in 128 MB units */ | ||
| 122 | |||
| 123 | /* | ||
| 124 | * The threshold scales with the number of processors and the amount | ||
| 125 | * of memory per zone. More memory means that we can defer updates for | ||
| 126 | * longer, more processors could lead to more contention. | ||
| 127 | * fls() is used to have a cheap way of logarithmic scaling. | ||
| 128 | * | ||
| 129 | * Some sample thresholds: | ||
| 130 | * | ||
| 131 | * Threshold Processors (fls) Zonesize fls(mem+1) | ||
| 132 | * ------------------------------------------------------------------ | ||
| 133 | * 8 1 1 0.9-1 GB 4 | ||
| 134 | * 16 2 2 0.9-1 GB 4 | ||
| 135 | * 20 2 2 1-2 GB 5 | ||
| 136 | * 24 2 2 2-4 GB 6 | ||
| 137 | * 28 2 2 4-8 GB 7 | ||
| 138 | * 32 2 2 8-16 GB 8 | ||
| 139 | * 4 2 2 <128M 1 | ||
| 140 | * 30 4 3 2-4 GB 5 | ||
| 141 | * 48 4 3 8-16 GB 8 | ||
| 142 | * 32 8 4 1-2 GB 4 | ||
| 143 | * 32 8 4 0.9-1GB 4 | ||
| 144 | * 10 16 5 <128M 1 | ||
| 145 | * 40 16 5 900M 4 | ||
| 146 | * 70 64 7 2-4 GB 5 | ||
| 147 | * 84 64 7 4-8 GB 6 | ||
| 148 | * 108 512 9 4-8 GB 6 | ||
| 149 | * 125 1024 10 8-16 GB 8 | ||
| 150 | * 125 1024 10 16-32 GB 9 | ||
| 151 | */ | ||
| 152 | |||
| 153 | mem = zone->present_pages >> (27 - PAGE_SHIFT); | ||
| 154 | |||
| 155 | threshold = 2 * fls(num_online_cpus()) * (1 + fls(mem)); | ||
| 156 | |||
| 157 | /* | ||
| 158 | * Maximum threshold is 125 | ||
| 159 | */ | ||
| 160 | threshold = min(125, threshold); | ||
| 161 | |||
| 162 | return threshold; | ||
| 163 | } | ||
| 118 | 164 | ||
| 119 | /* | 165 | /* |
| 120 | * Determine pointer to currently valid differential byte given a zone and | 166 | * Refresh the thresholds for each zone. |
| 121 | * the item number. | ||
| 122 | * | ||
| 123 | * Preemption must be off | ||
| 124 | */ | 167 | */ |
| 125 | static inline s8 *diff_pointer(struct zone *zone, enum zone_stat_item item) | 168 | static void refresh_zone_stat_thresholds(void) |
| 126 | { | 169 | { |
| 127 | return &zone_pcp(zone, smp_processor_id())->vm_stat_diff[item]; | 170 | struct zone *zone; |
| 171 | int cpu; | ||
| 172 | int threshold; | ||
| 173 | |||
| 174 | for_each_zone(zone) { | ||
| 175 | |||
| 176 | if (!zone->present_pages) | ||
| 177 | continue; | ||
| 178 | |||
| 179 | threshold = calculate_threshold(zone); | ||
| 180 | |||
| 181 | for_each_online_cpu(cpu) | ||
| 182 | zone_pcp(zone, cpu)->stat_threshold = threshold; | ||
| 183 | } | ||
| 128 | } | 184 | } |
| 129 | 185 | ||
| 130 | /* | 186 | /* |
| @@ -133,17 +189,16 @@ static inline s8 *diff_pointer(struct zone *zone, enum zone_stat_item item) | |||
| 133 | void __mod_zone_page_state(struct zone *zone, enum zone_stat_item item, | 189 | void __mod_zone_page_state(struct zone *zone, enum zone_stat_item item, |
| 134 | int delta) | 190 | int delta) |
| 135 | { | 191 | { |
| 136 | s8 *p; | 192 | struct per_cpu_pageset *pcp = zone_pcp(zone, smp_processor_id()); |
| 193 | s8 *p = pcp->vm_stat_diff + item; | ||
| 137 | long x; | 194 | long x; |
| 138 | 195 | ||
| 139 | p = diff_pointer(zone, item); | ||
| 140 | x = delta + *p; | 196 | x = delta + *p; |
| 141 | 197 | ||
| 142 | if (unlikely(x > STAT_THRESHOLD || x < -STAT_THRESHOLD)) { | 198 | if (unlikely(x > pcp->stat_threshold || x < -pcp->stat_threshold)) { |
| 143 | zone_page_state_add(x, zone, item); | 199 | zone_page_state_add(x, zone, item); |
| 144 | x = 0; | 200 | x = 0; |
| 145 | } | 201 | } |
| 146 | |||
| 147 | *p = x; | 202 | *p = x; |
| 148 | } | 203 | } |
| 149 | EXPORT_SYMBOL(__mod_zone_page_state); | 204 | EXPORT_SYMBOL(__mod_zone_page_state); |
| @@ -172,10 +227,12 @@ EXPORT_SYMBOL(mod_zone_page_state); | |||
| 172 | * No overflow check is necessary and therefore the differential can be | 227 | * No overflow check is necessary and therefore the differential can be |
| 173 | * incremented or decremented in place which may allow the compilers to | 228 | * incremented or decremented in place which may allow the compilers to |
| 174 | * generate better code. | 229 | * generate better code. |
| 175 | * | ||
| 176 | * The increment or decrement is known and therefore one boundary check can | 230 | * The increment or decrement is known and therefore one boundary check can |
| 177 | * be omitted. | 231 | * be omitted. |
| 178 | * | 232 | * |
| 233 | * NOTE: These functions are very performance sensitive. Change only | ||
| 234 | * with care. | ||
| 235 | * | ||
| 179 | * Some processors have inc/dec instructions that are atomic vs an interrupt. | 236 | * Some processors have inc/dec instructions that are atomic vs an interrupt. |
| 180 | * However, the code must first determine the differential location in a zone | 237 | * However, the code must first determine the differential location in a zone |
| 181 | * based on the processor number and then inc/dec the counter. There is no | 238 | * based on the processor number and then inc/dec the counter. There is no |
| @@ -185,13 +242,16 @@ EXPORT_SYMBOL(mod_zone_page_state); | |||
| 185 | */ | 242 | */ |
| 186 | static void __inc_zone_state(struct zone *zone, enum zone_stat_item item) | 243 | static void __inc_zone_state(struct zone *zone, enum zone_stat_item item) |
| 187 | { | 244 | { |
| 188 | s8 *p = diff_pointer(zone, item); | 245 | struct per_cpu_pageset *pcp = zone_pcp(zone, smp_processor_id()); |
| 246 | s8 *p = pcp->vm_stat_diff + item; | ||
| 189 | 247 | ||
| 190 | (*p)++; | 248 | (*p)++; |
| 191 | 249 | ||
| 192 | if (unlikely(*p > STAT_THRESHOLD)) { | 250 | if (unlikely(*p > pcp->stat_threshold)) { |
| 193 | zone_page_state_add(*p, zone, item); | 251 | int overstep = pcp->stat_threshold / 2; |
| 194 | *p = 0; | 252 | |
| 253 | zone_page_state_add(*p + overstep, zone, item); | ||
| 254 | *p = -overstep; | ||
| 195 | } | 255 | } |
| 196 | } | 256 | } |
| 197 | 257 | ||
| @@ -204,13 +264,16 @@ EXPORT_SYMBOL(__inc_zone_page_state); | |||
| 204 | void __dec_zone_page_state(struct page *page, enum zone_stat_item item) | 264 | void __dec_zone_page_state(struct page *page, enum zone_stat_item item) |
| 205 | { | 265 | { |
| 206 | struct zone *zone = page_zone(page); | 266 | struct zone *zone = page_zone(page); |
| 207 | s8 *p = diff_pointer(zone, item); | 267 | struct per_cpu_pageset *pcp = zone_pcp(zone, smp_processor_id()); |
| 268 | s8 *p = pcp->vm_stat_diff + item; | ||
| 208 | 269 | ||
| 209 | (*p)--; | 270 | (*p)--; |
| 210 | 271 | ||
| 211 | if (unlikely(*p < -STAT_THRESHOLD)) { | 272 | if (unlikely(*p < - pcp->stat_threshold)) { |
| 212 | zone_page_state_add(*p, zone, item); | 273 | int overstep = pcp->stat_threshold / 2; |
| 213 | *p = 0; | 274 | |
| 275 | zone_page_state_add(*p - overstep, zone, item); | ||
| 276 | *p = overstep; | ||
| 214 | } | 277 | } |
| 215 | } | 278 | } |
| 216 | EXPORT_SYMBOL(__dec_zone_page_state); | 279 | EXPORT_SYMBOL(__dec_zone_page_state); |
| @@ -239,19 +302,9 @@ EXPORT_SYMBOL(inc_zone_page_state); | |||
| 239 | void dec_zone_page_state(struct page *page, enum zone_stat_item item) | 302 | void dec_zone_page_state(struct page *page, enum zone_stat_item item) |
| 240 | { | 303 | { |
| 241 | unsigned long flags; | 304 | unsigned long flags; |
| 242 | struct zone *zone; | ||
| 243 | s8 *p; | ||
| 244 | 305 | ||
| 245 | zone = page_zone(page); | ||
| 246 | local_irq_save(flags); | 306 | local_irq_save(flags); |
| 247 | p = diff_pointer(zone, item); | 307 | __dec_zone_page_state(page, item); |
| 248 | |||
| 249 | (*p)--; | ||
| 250 | |||
| 251 | if (unlikely(*p < -STAT_THRESHOLD)) { | ||
| 252 | zone_page_state_add(*p, zone, item); | ||
| 253 | *p = 0; | ||
| 254 | } | ||
| 255 | local_irq_restore(flags); | 308 | local_irq_restore(flags); |
| 256 | } | 309 | } |
| 257 | EXPORT_SYMBOL(dec_zone_page_state); | 310 | EXPORT_SYMBOL(dec_zone_page_state); |
| @@ -525,6 +578,10 @@ static int zoneinfo_show(struct seq_file *m, void *arg) | |||
| 525 | pageset->pcp[j].high, | 578 | pageset->pcp[j].high, |
| 526 | pageset->pcp[j].batch); | 579 | pageset->pcp[j].batch); |
| 527 | } | 580 | } |
| 581 | #ifdef CONFIG_SMP | ||
| 582 | seq_printf(m, "\n vm stats threshold: %d", | ||
| 583 | pageset->stat_threshold); | ||
| 584 | #endif | ||
| 528 | } | 585 | } |
| 529 | seq_printf(m, | 586 | seq_printf(m, |
| 530 | "\n all_unreclaimable: %u" | 587 | "\n all_unreclaimable: %u" |
| @@ -613,3 +670,35 @@ struct seq_operations vmstat_op = { | |||
| 613 | 670 | ||
| 614 | #endif /* CONFIG_PROC_FS */ | 671 | #endif /* CONFIG_PROC_FS */ |
| 615 | 672 | ||
| 673 | #ifdef CONFIG_SMP | ||
| 674 | /* | ||
| 675 | * Use the cpu notifier to insure that the thresholds are recalculated | ||
| 676 | * when necessary. | ||
| 677 | */ | ||
| 678 | static int __cpuinit vmstat_cpuup_callback(struct notifier_block *nfb, | ||
| 679 | unsigned long action, | ||
| 680 | void *hcpu) | ||
| 681 | { | ||
| 682 | switch (action) { | ||
| 683 | case CPU_UP_PREPARE: | ||
| 684 | case CPU_UP_CANCELED: | ||
| 685 | case CPU_DEAD: | ||
| 686 | refresh_zone_stat_thresholds(); | ||
| 687 | break; | ||
| 688 | default: | ||
| 689 | break; | ||
| 690 | } | ||
| 691 | return NOTIFY_OK; | ||
| 692 | } | ||
| 693 | |||
| 694 | static struct notifier_block __cpuinitdata vmstat_notifier = | ||
| 695 | { &vmstat_cpuup_callback, NULL, 0 }; | ||
| 696 | |||
| 697 | int __init setup_vmstat(void) | ||
| 698 | { | ||
| 699 | refresh_zone_stat_thresholds(); | ||
| 700 | register_cpu_notifier(&vmstat_notifier); | ||
| 701 | return 0; | ||
| 702 | } | ||
| 703 | module_init(setup_vmstat) | ||
| 704 | #endif | ||
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index 4c20f5546893..a2ede167e045 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c | |||
| @@ -440,6 +440,7 @@ int ip_fragment(struct sk_buff *skb, int (*output)(struct sk_buff*)) | |||
| 440 | iph = skb->nh.iph; | 440 | iph = skb->nh.iph; |
| 441 | 441 | ||
| 442 | if (unlikely((iph->frag_off & htons(IP_DF)) && !skb->local_df)) { | 442 | if (unlikely((iph->frag_off & htons(IP_DF)) && !skb->local_df)) { |
| 443 | IP_INC_STATS(IPSTATS_MIB_FRAGFAILS); | ||
| 443 | icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, | 444 | icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, |
| 444 | htonl(dst_mtu(&rt->u.dst))); | 445 | htonl(dst_mtu(&rt->u.dst))); |
| 445 | kfree_skb(skb); | 446 | kfree_skb(skb); |
diff --git a/net/ipv4/tcp_cong.c b/net/ipv4/tcp_cong.c index 5765f9d03174..7ff2e4273a7c 100644 --- a/net/ipv4/tcp_cong.c +++ b/net/ipv4/tcp_cong.c | |||
| @@ -189,7 +189,7 @@ void tcp_slow_start(struct tcp_sock *tp) | |||
| 189 | return; | 189 | return; |
| 190 | 190 | ||
| 191 | /* We MAY increase by 2 if discovered delayed ack */ | 191 | /* We MAY increase by 2 if discovered delayed ack */ |
| 192 | if (sysctl_tcp_abc > 1 && tp->bytes_acked > 2*tp->mss_cache) { | 192 | if (sysctl_tcp_abc > 1 && tp->bytes_acked >= 2*tp->mss_cache) { |
| 193 | if (tp->snd_cwnd < tp->snd_cwnd_clamp) | 193 | if (tp->snd_cwnd < tp->snd_cwnd_clamp) |
| 194 | tp->snd_cwnd++; | 194 | tp->snd_cwnd++; |
| 195 | } | 195 | } |
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 104af5d5bcbc..111ff39a08c5 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
| @@ -2505,8 +2505,13 @@ static int tcp_ack(struct sock *sk, struct sk_buff *skb, int flag) | |||
| 2505 | if (before(ack, prior_snd_una)) | 2505 | if (before(ack, prior_snd_una)) |
| 2506 | goto old_ack; | 2506 | goto old_ack; |
| 2507 | 2507 | ||
| 2508 | if (sysctl_tcp_abc && icsk->icsk_ca_state < TCP_CA_CWR) | 2508 | if (sysctl_tcp_abc) { |
| 2509 | tp->bytes_acked += ack - prior_snd_una; | 2509 | if (icsk->icsk_ca_state < TCP_CA_CWR) |
| 2510 | tp->bytes_acked += ack - prior_snd_una; | ||
| 2511 | else if (icsk->icsk_ca_state == TCP_CA_Loss) | ||
| 2512 | /* we assume just one segment left network */ | ||
| 2513 | tp->bytes_acked += min(ack - prior_snd_una, tp->mss_cache); | ||
| 2514 | } | ||
| 2510 | 2515 | ||
| 2511 | if (!(flag&FLAG_SLOWPATH) && after(ack, prior_snd_una)) { | 2516 | if (!(flag&FLAG_SLOWPATH) && after(ack, prior_snd_una)) { |
| 2512 | /* Window is constant, pure forward advance. | 2517 | /* Window is constant, pure forward advance. |
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index 0c5042e7380d..c7852b38e03e 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c | |||
| @@ -578,6 +578,8 @@ ipv6_add_addr(struct inet6_dev *idev, const struct in6_addr *addr, int pfxlen, | |||
| 578 | ifa->flags = flags | IFA_F_TENTATIVE; | 578 | ifa->flags = flags | IFA_F_TENTATIVE; |
| 579 | ifa->cstamp = ifa->tstamp = jiffies; | 579 | ifa->cstamp = ifa->tstamp = jiffies; |
| 580 | 580 | ||
| 581 | ifa->rt = rt; | ||
| 582 | |||
| 581 | ifa->idev = idev; | 583 | ifa->idev = idev; |
| 582 | in6_dev_hold(idev); | 584 | in6_dev_hold(idev); |
| 583 | /* For caller */ | 585 | /* For caller */ |
| @@ -603,8 +605,6 @@ ipv6_add_addr(struct inet6_dev *idev, const struct in6_addr *addr, int pfxlen, | |||
| 603 | } | 605 | } |
| 604 | #endif | 606 | #endif |
| 605 | 607 | ||
| 606 | ifa->rt = rt; | ||
| 607 | |||
| 608 | in6_ifa_hold(ifa); | 608 | in6_ifa_hold(ifa); |
| 609 | write_unlock(&idev->lock); | 609 | write_unlock(&idev->lock); |
| 610 | out2: | 610 | out2: |
diff --git a/net/ipv6/exthdrs.c b/net/ipv6/exthdrs.c index 9d0ee7f0eeb5..86dac106873b 100644 --- a/net/ipv6/exthdrs.c +++ b/net/ipv6/exthdrs.c | |||
| @@ -635,14 +635,17 @@ ipv6_renew_options(struct sock *sk, struct ipv6_txoptions *opt, | |||
| 635 | struct ipv6_txoptions *opt2; | 635 | struct ipv6_txoptions *opt2; |
| 636 | int err; | 636 | int err; |
| 637 | 637 | ||
| 638 | if (newtype != IPV6_HOPOPTS && opt->hopopt) | 638 | if (opt) { |
| 639 | tot_len += CMSG_ALIGN(ipv6_optlen(opt->hopopt)); | 639 | if (newtype != IPV6_HOPOPTS && opt->hopopt) |
| 640 | if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) | 640 | tot_len += CMSG_ALIGN(ipv6_optlen(opt->hopopt)); |
| 641 | tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt)); | 641 | if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) |
| 642 | if (newtype != IPV6_RTHDR && opt->srcrt) | 642 | tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt)); |
| 643 | tot_len += CMSG_ALIGN(ipv6_optlen(opt->srcrt)); | 643 | if (newtype != IPV6_RTHDR && opt->srcrt) |
| 644 | if (newtype != IPV6_DSTOPTS && opt->dst1opt) | 644 | tot_len += CMSG_ALIGN(ipv6_optlen(opt->srcrt)); |
| 645 | tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst1opt)); | 645 | if (newtype != IPV6_DSTOPTS && opt->dst1opt) |
| 646 | tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst1opt)); | ||
| 647 | } | ||
| 648 | |||
| 646 | if (newopt && newoptlen) | 649 | if (newopt && newoptlen) |
| 647 | tot_len += CMSG_ALIGN(newoptlen); | 650 | tot_len += CMSG_ALIGN(newoptlen); |
| 648 | 651 | ||
| @@ -659,25 +662,25 @@ ipv6_renew_options(struct sock *sk, struct ipv6_txoptions *opt, | |||
| 659 | opt2->tot_len = tot_len; | 662 | opt2->tot_len = tot_len; |
| 660 | p = (char *)(opt2 + 1); | 663 | p = (char *)(opt2 + 1); |
| 661 | 664 | ||
| 662 | err = ipv6_renew_option(opt->hopopt, newopt, newoptlen, | 665 | err = ipv6_renew_option(opt ? opt->hopopt : NULL, newopt, newoptlen, |
| 663 | newtype != IPV6_HOPOPTS, | 666 | newtype != IPV6_HOPOPTS, |
| 664 | &opt2->hopopt, &p); | 667 | &opt2->hopopt, &p); |
| 665 | if (err) | 668 | if (err) |
| 666 | goto out; | 669 | goto out; |
| 667 | 670 | ||
| 668 | err = ipv6_renew_option(opt->dst0opt, newopt, newoptlen, | 671 | err = ipv6_renew_option(opt ? opt->dst0opt : NULL, newopt, newoptlen, |
| 669 | newtype != IPV6_RTHDRDSTOPTS, | 672 | newtype != IPV6_RTHDRDSTOPTS, |
| 670 | &opt2->dst0opt, &p); | 673 | &opt2->dst0opt, &p); |
| 671 | if (err) | 674 | if (err) |
| 672 | goto out; | 675 | goto out; |
| 673 | 676 | ||
| 674 | err = ipv6_renew_option(opt->srcrt, newopt, newoptlen, | 677 | err = ipv6_renew_option(opt ? opt->srcrt : NULL, newopt, newoptlen, |
| 675 | newtype != IPV6_RTHDR, | 678 | newtype != IPV6_RTHDR, |
| 676 | (struct ipv6_opt_hdr **)opt2->srcrt, &p); | 679 | (struct ipv6_opt_hdr **)&opt2->srcrt, &p); |
| 677 | if (err) | 680 | if (err) |
| 678 | goto out; | 681 | goto out; |
| 679 | 682 | ||
| 680 | err = ipv6_renew_option(opt->dst1opt, newopt, newoptlen, | 683 | err = ipv6_renew_option(opt ? opt->dst1opt : NULL, newopt, newoptlen, |
| 681 | newtype != IPV6_DSTOPTS, | 684 | newtype != IPV6_DSTOPTS, |
| 682 | &opt2->dst1opt, &p); | 685 | &opt2->dst1opt, &p); |
| 683 | if (err) | 686 | if (err) |
diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 4b163711f3a8..d9baca062d24 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c | |||
| @@ -1532,6 +1532,10 @@ int ipv6_route_ioctl(unsigned int cmd, void __user *arg) | |||
| 1532 | 1532 | ||
| 1533 | static int ip6_pkt_discard(struct sk_buff *skb) | 1533 | static int ip6_pkt_discard(struct sk_buff *skb) |
| 1534 | { | 1534 | { |
| 1535 | int type = ipv6_addr_type(&skb->nh.ipv6h->daddr); | ||
| 1536 | if (type == IPV6_ADDR_ANY || type == IPV6_ADDR_RESERVED) | ||
| 1537 | IP6_INC_STATS(IPSTATS_MIB_INADDRERRORS); | ||
| 1538 | |||
| 1535 | IP6_INC_STATS(IPSTATS_MIB_OUTNOROUTES); | 1539 | IP6_INC_STATS(IPSTATS_MIB_OUTNOROUTES); |
| 1536 | icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_NOROUTE, 0, skb->dev); | 1540 | icmpv6_send(skb, ICMPV6_DEST_UNREACH, ICMPV6_NOROUTE, 0, skb->dev); |
| 1537 | kfree_skb(skb); | 1541 | kfree_skb(skb); |
diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c index b85c1f9f1288..8b85036ba8e3 100644 --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c | |||
| @@ -1273,8 +1273,7 @@ netlink_kernel_create(int unit, unsigned int groups, | |||
| 1273 | struct netlink_sock *nlk; | 1273 | struct netlink_sock *nlk; |
| 1274 | unsigned long *listeners = NULL; | 1274 | unsigned long *listeners = NULL; |
| 1275 | 1275 | ||
| 1276 | if (!nl_table) | 1276 | BUG_ON(!nl_table); |
| 1277 | return NULL; | ||
| 1278 | 1277 | ||
| 1279 | if (unit<0 || unit>=MAX_LINKS) | 1278 | if (unit<0 || unit>=MAX_LINKS) |
| 1280 | return NULL; | 1279 | return NULL; |
| @@ -1745,11 +1744,8 @@ static int __init netlink_proto_init(void) | |||
| 1745 | netlink_skb_parms_too_large(); | 1744 | netlink_skb_parms_too_large(); |
| 1746 | 1745 | ||
| 1747 | nl_table = kcalloc(MAX_LINKS, sizeof(*nl_table), GFP_KERNEL); | 1746 | nl_table = kcalloc(MAX_LINKS, sizeof(*nl_table), GFP_KERNEL); |
| 1748 | if (!nl_table) { | 1747 | if (!nl_table) |
| 1749 | enomem: | 1748 | goto panic; |
| 1750 | printk(KERN_CRIT "netlink_init: Cannot allocate nl_table\n"); | ||
| 1751 | return -ENOMEM; | ||
| 1752 | } | ||
| 1753 | 1749 | ||
| 1754 | if (num_physpages >= (128 * 1024)) | 1750 | if (num_physpages >= (128 * 1024)) |
| 1755 | max = num_physpages >> (21 - PAGE_SHIFT); | 1751 | max = num_physpages >> (21 - PAGE_SHIFT); |
| @@ -1769,7 +1765,7 @@ enomem: | |||
| 1769 | nl_pid_hash_free(nl_table[i].hash.table, | 1765 | nl_pid_hash_free(nl_table[i].hash.table, |
| 1770 | 1 * sizeof(*hash->table)); | 1766 | 1 * sizeof(*hash->table)); |
| 1771 | kfree(nl_table); | 1767 | kfree(nl_table); |
| 1772 | goto enomem; | 1768 | goto panic; |
| 1773 | } | 1769 | } |
| 1774 | memset(hash->table, 0, 1 * sizeof(*hash->table)); | 1770 | memset(hash->table, 0, 1 * sizeof(*hash->table)); |
| 1775 | hash->max_shift = order; | 1771 | hash->max_shift = order; |
| @@ -1786,6 +1782,8 @@ enomem: | |||
| 1786 | rtnetlink_init(); | 1782 | rtnetlink_init(); |
| 1787 | out: | 1783 | out: |
| 1788 | return err; | 1784 | return err; |
| 1785 | panic: | ||
| 1786 | panic("netlink_init: Cannot allocate nl_table\n"); | ||
| 1789 | } | 1787 | } |
| 1790 | 1788 | ||
| 1791 | core_initcall(netlink_proto_init); | 1789 | core_initcall(netlink_proto_init); |
diff --git a/net/sctp/socket.c b/net/sctp/socket.c index fde3f55bfd4b..dab15949958e 100644 --- a/net/sctp/socket.c +++ b/net/sctp/socket.c | |||
| @@ -1289,9 +1289,13 @@ SCTP_STATIC void sctp_close(struct sock *sk, long timeout) | |||
| 1289 | } | 1289 | } |
| 1290 | } | 1290 | } |
| 1291 | 1291 | ||
| 1292 | if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) | 1292 | if (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime) { |
| 1293 | sctp_primitive_ABORT(asoc, NULL); | 1293 | struct sctp_chunk *chunk; |
| 1294 | else | 1294 | |
| 1295 | chunk = sctp_make_abort_user(asoc, NULL, 0); | ||
| 1296 | if (chunk) | ||
| 1297 | sctp_primitive_ABORT(asoc, chunk); | ||
| 1298 | } else | ||
| 1295 | sctp_primitive_SHUTDOWN(asoc, NULL); | 1299 | sctp_primitive_SHUTDOWN(asoc, NULL); |
| 1296 | } | 1300 | } |
| 1297 | 1301 | ||
diff --git a/net/socket.c b/net/socket.c index b4848ce0d6ac..6d261bf206fc 100644 --- a/net/socket.c +++ b/net/socket.c | |||
| @@ -1178,7 +1178,8 @@ static int __sock_create(int family, int type, int protocol, struct socket **res | |||
| 1178 | */ | 1178 | */ |
| 1179 | 1179 | ||
| 1180 | if (!(sock = sock_alloc())) { | 1180 | if (!(sock = sock_alloc())) { |
| 1181 | printk(KERN_WARNING "socket: no more sockets\n"); | 1181 | if (net_ratelimit()) |
| 1182 | printk(KERN_WARNING "socket: no more sockets\n"); | ||
| 1182 | err = -ENFILE; /* Not exactly a match, but its the | 1183 | err = -ENFILE; /* Not exactly a match, but its the |
| 1183 | closest posix thing */ | 1184 | closest posix thing */ |
| 1184 | goto out; | 1185 | goto out; |
diff --git a/sound/oss/Kconfig b/sound/oss/Kconfig index 1b7c3dfc2b41..97e38b665587 100644 --- a/sound/oss/Kconfig +++ b/sound/oss/Kconfig | |||
| @@ -5,6 +5,20 @@ | |||
| 5 | # | 5 | # |
| 6 | # Prompt user for primary drivers. | 6 | # Prompt user for primary drivers. |
| 7 | 7 | ||
| 8 | config OSS_OBSOLETE_DRIVER | ||
| 9 | bool "Obsolete OSS drivers" | ||
| 10 | depends on SOUND_PRIME | ||
| 11 | help | ||
| 12 | This option enables support for obsolete OSS drivers that | ||
| 13 | are scheduled for removal in the near future since there | ||
| 14 | are ALSA drivers for the same hardware. | ||
| 15 | |||
| 16 | Please contact Adrian Bunk <bunk@stusta.de> if you had to | ||
| 17 | say Y here because your soundcard is not properly supported | ||
| 18 | by ALSA. | ||
| 19 | |||
| 20 | If unsure, say N. | ||
| 21 | |||
| 8 | config SOUND_BT878 | 22 | config SOUND_BT878 |
| 9 | tristate "BT878 audio dma" | 23 | tristate "BT878 audio dma" |
| 10 | depends on SOUND_PRIME && PCI | 24 | depends on SOUND_PRIME && PCI |
| @@ -23,7 +37,7 @@ config SOUND_BT878 | |||
| 23 | 37 | ||
| 24 | config SOUND_EMU10K1 | 38 | config SOUND_EMU10K1 |
| 25 | tristate "Creative SBLive! (EMU10K1)" | 39 | tristate "Creative SBLive! (EMU10K1)" |
| 26 | depends on SOUND_PRIME && PCI | 40 | depends on SOUND_PRIME && PCI && OSS_OBSOLETE_DRIVER |
| 27 | ---help--- | 41 | ---help--- |
| 28 | Say Y or M if you have a PCI sound card using the EMU10K1 chipset, | 42 | Say Y or M if you have a PCI sound card using the EMU10K1 chipset, |
| 29 | such as the Creative SBLive!, SB PCI512 or Emu-APS. | 43 | such as the Creative SBLive!, SB PCI512 or Emu-APS. |
| @@ -49,7 +63,7 @@ config MIDI_EMU10K1 | |||
| 49 | 63 | ||
| 50 | config SOUND_FUSION | 64 | config SOUND_FUSION |
| 51 | tristate "Crystal SoundFusion (CS4280/461x)" | 65 | tristate "Crystal SoundFusion (CS4280/461x)" |
| 52 | depends on SOUND_PRIME && PCI | 66 | depends on SOUND_PRIME && PCI && OSS_OBSOLETE_DRIVER |
| 53 | help | 67 | help |
| 54 | This module drives the Crystal SoundFusion devices (CS4280/46xx | 68 | This module drives the Crystal SoundFusion devices (CS4280/46xx |
| 55 | series) when wired as native sound drivers with AC97 codecs. If | 69 | series) when wired as native sound drivers with AC97 codecs. If |
| @@ -440,7 +454,7 @@ config SOUND_DMAP | |||
| 440 | 454 | ||
| 441 | config SOUND_AD1816 | 455 | config SOUND_AD1816 |
| 442 | tristate "AD1816(A) based cards (EXPERIMENTAL)" | 456 | tristate "AD1816(A) based cards (EXPERIMENTAL)" |
| 443 | depends on EXPERIMENTAL && SOUND_OSS | 457 | depends on EXPERIMENTAL && SOUND_OSS && OSS_OBSOLETE_DRIVER |
| 444 | help | 458 | help |
| 445 | Say M here if you have a sound card based on the Analog Devices | 459 | Say M here if you have a sound card based on the Analog Devices |
| 446 | AD1816(A) chip. | 460 | AD1816(A) chip. |
| @@ -450,21 +464,21 @@ config SOUND_AD1816 | |||
| 450 | 464 | ||
| 451 | config SOUND_AD1889 | 465 | config SOUND_AD1889 |
| 452 | tristate "AD1889 based cards (AD1819 codec) (EXPERIMENTAL)" | 466 | tristate "AD1889 based cards (AD1819 codec) (EXPERIMENTAL)" |
| 453 | depends on EXPERIMENTAL && SOUND_OSS && PCI | 467 | depends on EXPERIMENTAL && SOUND_OSS && PCI && OSS_OBSOLETE_DRIVER |
| 454 | help | 468 | help |
| 455 | Say M here if you have a sound card based on the Analog Devices | 469 | Say M here if you have a sound card based on the Analog Devices |
| 456 | AD1889 chip. | 470 | AD1889 chip. |
| 457 | 471 | ||
| 458 | config SOUND_ADLIB | 472 | config SOUND_ADLIB |
| 459 | tristate "Adlib Cards" | 473 | tristate "Adlib Cards" |
| 460 | depends on SOUND_OSS | 474 | depends on SOUND_OSS && OSS_OBSOLETE_DRIVER |
| 461 | help | 475 | help |
| 462 | Includes ASB 64 4D. Information on programming AdLib cards is | 476 | Includes ASB 64 4D. Information on programming AdLib cards is |
| 463 | available at <http://www.itsnet.com/home/ldragon/Specs/adlib.html>. | 477 | available at <http://www.itsnet.com/home/ldragon/Specs/adlib.html>. |
| 464 | 478 | ||
| 465 | config SOUND_ACI_MIXER | 479 | config SOUND_ACI_MIXER |
| 466 | tristate "ACI mixer (miroSOUND PCM1-pro/PCM12/PCM20)" | 480 | tristate "ACI mixer (miroSOUND PCM1-pro/PCM12/PCM20)" |
| 467 | depends on SOUND_OSS | 481 | depends on SOUND_OSS && OSS_OBSOLETE_DRIVER |
| 468 | ---help--- | 482 | ---help--- |
| 469 | ACI (Audio Command Interface) is a protocol used to communicate with | 483 | ACI (Audio Command Interface) is a protocol used to communicate with |
| 470 | the microcontroller on some sound cards produced by miro and | 484 | the microcontroller on some sound cards produced by miro and |
| @@ -586,7 +600,7 @@ config SOUND_MPU401 | |||
| 586 | 600 | ||
| 587 | config SOUND_NM256 | 601 | config SOUND_NM256 |
| 588 | tristate "NM256AV/NM256ZX audio support" | 602 | tristate "NM256AV/NM256ZX audio support" |
| 589 | depends on SOUND_OSS | 603 | depends on SOUND_OSS && OSS_OBSOLETE_DRIVER |
| 590 | help | 604 | help |
| 591 | Say M here to include audio support for the NeoMagic 256AV/256ZX | 605 | Say M here to include audio support for the NeoMagic 256AV/256ZX |
| 592 | chipsets. These are the audio chipsets found in the Sony | 606 | chipsets. These are the audio chipsets found in the Sony |
| @@ -706,7 +720,7 @@ config SOUND_YM3812 | |||
| 706 | 720 | ||
| 707 | config SOUND_OPL3SA2 | 721 | config SOUND_OPL3SA2 |
| 708 | tristate "Yamaha OPL3-SA2 and SA3 based PnP cards" | 722 | tristate "Yamaha OPL3-SA2 and SA3 based PnP cards" |
| 709 | depends on SOUND_OSS | 723 | depends on SOUND_OSS && OSS_OBSOLETE_DRIVER |
| 710 | help | 724 | help |
| 711 | Say Y or M if you have a card based on one of these Yamaha sound | 725 | Say Y or M if you have a card based on one of these Yamaha sound |
| 712 | chipsets or the "SAx", which is actually a SA3. Read | 726 | chipsets or the "SAx", which is actually a SA3. Read |
diff --git a/sound/pci/ac97/ac97_codec.c b/sound/pci/ac97/ac97_codec.c index 0abf2808d59f..51e83d7a839a 100644 --- a/sound/pci/ac97/ac97_codec.c +++ b/sound/pci/ac97/ac97_codec.c | |||
| @@ -573,7 +573,7 @@ AC97_SINGLE("PC Speaker Playback Volume", AC97_PC_BEEP, 1, 15, 1) | |||
| 573 | }; | 573 | }; |
| 574 | 574 | ||
| 575 | static const struct snd_kcontrol_new snd_ac97_controls_mic_boost = | 575 | static const struct snd_kcontrol_new snd_ac97_controls_mic_boost = |
| 576 | AC97_SINGLE("Mic Boost (+20dB) Switch", AC97_MIC, 6, 1, 0); | 576 | AC97_SINGLE("Mic Boost (+20dB)", AC97_MIC, 6, 1, 0); |
| 577 | 577 | ||
| 578 | 578 | ||
| 579 | static const char* std_rec_sel[] = {"Mic", "CD", "Video", "Aux", "Line", "Mix", "Mix Mono", "Phone"}; | 579 | static const char* std_rec_sel[] = {"Mic", "CD", "Video", "Aux", "Line", "Mix", "Mix Mono", "Phone"}; |
| @@ -615,7 +615,7 @@ AC97_SINGLE("Simulated Stereo Enhancement", AC97_GENERAL_PURPOSE, 14, 1, 0), | |||
| 615 | AC97_SINGLE("3D Control - Switch", AC97_GENERAL_PURPOSE, 13, 1, 0), | 615 | AC97_SINGLE("3D Control - Switch", AC97_GENERAL_PURPOSE, 13, 1, 0), |
| 616 | AC97_SINGLE("Loudness (bass boost)", AC97_GENERAL_PURPOSE, 12, 1, 0), | 616 | AC97_SINGLE("Loudness (bass boost)", AC97_GENERAL_PURPOSE, 12, 1, 0), |
| 617 | AC97_ENUM("Mono Output Select", std_enum[2]), | 617 | AC97_ENUM("Mono Output Select", std_enum[2]), |
| 618 | AC97_ENUM("Mic Select Capture Switch", std_enum[3]), | 618 | AC97_ENUM("Mic Select", std_enum[3]), |
| 619 | AC97_SINGLE("ADC/DAC Loopback", AC97_GENERAL_PURPOSE, 7, 1, 0) | 619 | AC97_SINGLE("ADC/DAC Loopback", AC97_GENERAL_PURPOSE, 7, 1, 0) |
| 620 | }; | 620 | }; |
| 621 | 621 | ||
