diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-07-21 12:28:50 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-07-21 12:28:50 -0400 |
| commit | 95977d0ef23ee37990ce8704dfd6c61eab02a548 (patch) | |
| tree | d3bb7133f8f51f8e48c0c74ee28c14deb45fedbe | |
| parent | a4ce96ac356e7024a7724ade9d18ba1bdf3c5c06 (diff) | |
| parent | f8324e20f8289dffc646d64366332e05eaacab25 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
math-emu: correct test for downshifting fraction in _FP_FROM_INT()
perf: Add DWARF register lookup for sparc
MAINTAINERS: Add SBUS driver path to sparc entry.
drivers/sbus: Remove unnecessary casts of private_data
sparc: remove homegrown L1_CACHE_ALIGN macro
sparc64: fix the build error due to smp_kgdb_capture_client()
sparc64: Fix maybe_change_configuration() PCR setting.
arch/sparc/kernel: Eliminate what looks like a NULL pointer dereference
sparc64: Update defconfig.
sunsu: Fix use after free in su_remove().
sunserial: Don't call add_preferred_console() when console= is specified.
sparc32: Kill none_mask, it's bogus.
| -rw-r--r-- | MAINTAINERS | 1 | ||||
| -rw-r--r-- | arch/sparc/configs/sparc64_defconfig | 49 | ||||
| -rw-r--r-- | arch/sparc/include/asm/cache.h | 1 | ||||
| -rw-r--r-- | arch/sparc/include/asm/pgtable_32.h | 5 | ||||
| -rw-r--r-- | arch/sparc/kernel/perf_event.c | 1 | ||||
| -rw-r--r-- | arch/sparc/kernel/sun4d_irq.c | 2 | ||||
| -rw-r--r-- | arch/sparc/kernel/ttable.S | 2 | ||||
| -rw-r--r-- | arch/sparc/mm/srmmu.c | 2 | ||||
| -rw-r--r-- | arch/sparc/mm/sun4c.c | 3 | ||||
| -rw-r--r-- | drivers/sbus/char/openprom.c | 4 | ||||
| -rw-r--r-- | drivers/serial/suncore.c | 4 | ||||
| -rw-r--r-- | drivers/serial/sunsu.c | 13 | ||||
| -rw-r--r-- | include/math-emu/op-common.h | 2 | ||||
| -rw-r--r-- | tools/perf/arch/sparc/Makefile | 4 | ||||
| -rw-r--r-- | tools/perf/arch/sparc/util/dwarf-regs.c | 43 |
15 files changed, 103 insertions, 33 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 58848125b8bf..db3d0f5061f9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -5336,6 +5336,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git | |||
| 5336 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git | 5336 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git |
| 5337 | S: Maintained | 5337 | S: Maintained |
| 5338 | F: arch/sparc/ | 5338 | F: arch/sparc/ |
| 5339 | F: drivers/sbus | ||
| 5339 | 5340 | ||
| 5340 | SPARC SERIAL DRIVERS | 5341 | SPARC SERIAL DRIVERS |
| 5341 | M: "David S. Miller" <davem@davemloft.net> | 5342 | M: "David S. Miller" <davem@davemloft.net> |
diff --git a/arch/sparc/configs/sparc64_defconfig b/arch/sparc/configs/sparc64_defconfig index 259e3fd50993..1dc07a0014c1 100644 --- a/arch/sparc/configs/sparc64_defconfig +++ b/arch/sparc/configs/sparc64_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.34-rc3 | 3 | # Linux kernel version: 2.6.34 |
| 4 | # Sat Apr 3 15:49:56 2010 | 4 | # Wed May 26 21:14:01 2010 |
| 5 | # | 5 | # |
| 6 | CONFIG_64BIT=y | 6 | CONFIG_64BIT=y |
| 7 | CONFIG_SPARC=y | 7 | CONFIG_SPARC=y |
| @@ -107,10 +107,9 @@ CONFIG_PERF_COUNTERS=y | |||
| 107 | # CONFIG_DEBUG_PERF_USE_VMALLOC is not set | 107 | # CONFIG_DEBUG_PERF_USE_VMALLOC is not set |
| 108 | CONFIG_VM_EVENT_COUNTERS=y | 108 | CONFIG_VM_EVENT_COUNTERS=y |
| 109 | CONFIG_PCI_QUIRKS=y | 109 | CONFIG_PCI_QUIRKS=y |
| 110 | CONFIG_SLUB_DEBUG=y | ||
| 111 | # CONFIG_COMPAT_BRK is not set | 110 | # CONFIG_COMPAT_BRK is not set |
| 112 | # CONFIG_SLAB is not set | 111 | CONFIG_SLAB=y |
| 113 | CONFIG_SLUB=y | 112 | # CONFIG_SLUB is not set |
| 114 | # CONFIG_SLOB is not set | 113 | # CONFIG_SLOB is not set |
| 115 | CONFIG_PROFILING=y | 114 | CONFIG_PROFILING=y |
| 116 | CONFIG_TRACEPOINTS=y | 115 | CONFIG_TRACEPOINTS=y |
| @@ -239,6 +238,7 @@ CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y | |||
| 239 | CONFIG_SPARSEMEM_VMEMMAP=y | 238 | CONFIG_SPARSEMEM_VMEMMAP=y |
| 240 | CONFIG_PAGEFLAGS_EXTENDED=y | 239 | CONFIG_PAGEFLAGS_EXTENDED=y |
| 241 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 240 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 241 | # CONFIG_COMPACTION is not set | ||
| 242 | CONFIG_MIGRATION=y | 242 | CONFIG_MIGRATION=y |
| 243 | CONFIG_PHYS_ADDR_T_64BIT=y | 243 | CONFIG_PHYS_ADDR_T_64BIT=y |
| 244 | CONFIG_ZONE_DMA_FLAG=0 | 244 | CONFIG_ZONE_DMA_FLAG=0 |
| @@ -351,6 +351,7 @@ CONFIG_IPV6_TUNNEL=m | |||
| 351 | # CONFIG_RDS is not set | 351 | # CONFIG_RDS is not set |
| 352 | # CONFIG_TIPC is not set | 352 | # CONFIG_TIPC is not set |
| 353 | # CONFIG_ATM is not set | 353 | # CONFIG_ATM is not set |
| 354 | # CONFIG_L2TP is not set | ||
| 354 | # CONFIG_BRIDGE is not set | 355 | # CONFIG_BRIDGE is not set |
| 355 | # CONFIG_NET_DSA is not set | 356 | # CONFIG_NET_DSA is not set |
| 356 | CONFIG_VLAN_8021Q=m | 357 | CONFIG_VLAN_8021Q=m |
| @@ -367,6 +368,7 @@ CONFIG_VLAN_8021Q=m | |||
| 367 | # CONFIG_IEEE802154 is not set | 368 | # CONFIG_IEEE802154 is not set |
| 368 | # CONFIG_NET_SCHED is not set | 369 | # CONFIG_NET_SCHED is not set |
| 369 | # CONFIG_DCB is not set | 370 | # CONFIG_DCB is not set |
| 371 | CONFIG_RPS=y | ||
| 370 | 372 | ||
| 371 | # | 373 | # |
| 372 | # Network testing | 374 | # Network testing |
| @@ -386,9 +388,14 @@ CONFIG_WIRELESS=y | |||
| 386 | # | 388 | # |
| 387 | # CFG80211 needs to be enabled for MAC80211 | 389 | # CFG80211 needs to be enabled for MAC80211 |
| 388 | # | 390 | # |
| 391 | |||
| 392 | # | ||
| 393 | # Some wireless drivers require a rate control algorithm | ||
| 394 | # | ||
| 389 | # CONFIG_WIMAX is not set | 395 | # CONFIG_WIMAX is not set |
| 390 | # CONFIG_RFKILL is not set | 396 | # CONFIG_RFKILL is not set |
| 391 | # CONFIG_NET_9P is not set | 397 | # CONFIG_NET_9P is not set |
| 398 | # CONFIG_CAIF is not set | ||
| 392 | 399 | ||
| 393 | # | 400 | # |
| 394 | # Device Drivers | 401 | # Device Drivers |
| @@ -658,6 +665,7 @@ CONFIG_PHYLIB=m | |||
| 658 | # CONFIG_NATIONAL_PHY is not set | 665 | # CONFIG_NATIONAL_PHY is not set |
| 659 | # CONFIG_STE10XP is not set | 666 | # CONFIG_STE10XP is not set |
| 660 | # CONFIG_LSI_ET1011C_PHY is not set | 667 | # CONFIG_LSI_ET1011C_PHY is not set |
| 668 | # CONFIG_MICREL_PHY is not set | ||
| 661 | # CONFIG_MDIO_BITBANG is not set | 669 | # CONFIG_MDIO_BITBANG is not set |
| 662 | CONFIG_NET_ETHERNET=y | 670 | CONFIG_NET_ETHERNET=y |
| 663 | CONFIG_MII=m | 671 | CONFIG_MII=m |
| @@ -734,6 +742,8 @@ CONFIG_NETDEV_10000=y | |||
| 734 | # CONFIG_CHELSIO_T1 is not set | 742 | # CONFIG_CHELSIO_T1 is not set |
| 735 | CONFIG_CHELSIO_T3_DEPENDS=y | 743 | CONFIG_CHELSIO_T3_DEPENDS=y |
| 736 | # CONFIG_CHELSIO_T3 is not set | 744 | # CONFIG_CHELSIO_T3 is not set |
| 745 | CONFIG_CHELSIO_T4_DEPENDS=y | ||
| 746 | # CONFIG_CHELSIO_T4 is not set | ||
| 737 | # CONFIG_ENIC is not set | 747 | # CONFIG_ENIC is not set |
| 738 | # CONFIG_IXGBE is not set | 748 | # CONFIG_IXGBE is not set |
| 739 | # CONFIG_IXGBEVF is not set | 749 | # CONFIG_IXGBEVF is not set |
| @@ -766,6 +776,7 @@ CONFIG_NIU=m | |||
| 766 | # CONFIG_USB_PEGASUS is not set | 776 | # CONFIG_USB_PEGASUS is not set |
| 767 | # CONFIG_USB_RTL8150 is not set | 777 | # CONFIG_USB_RTL8150 is not set |
| 768 | # CONFIG_USB_USBNET is not set | 778 | # CONFIG_USB_USBNET is not set |
| 779 | # CONFIG_USB_IPHETH is not set | ||
| 769 | # CONFIG_WAN is not set | 780 | # CONFIG_WAN is not set |
| 770 | # CONFIG_FDDI is not set | 781 | # CONFIG_FDDI is not set |
| 771 | # CONFIG_HIPPI is not set | 782 | # CONFIG_HIPPI is not set |
| @@ -778,7 +789,6 @@ CONFIG_PPP_DEFLATE=m | |||
| 778 | CONFIG_PPP_BSDCOMP=m | 789 | CONFIG_PPP_BSDCOMP=m |
| 779 | CONFIG_PPP_MPPE=m | 790 | CONFIG_PPP_MPPE=m |
| 780 | CONFIG_PPPOE=m | 791 | CONFIG_PPPOE=m |
| 781 | # CONFIG_PPPOL2TP is not set | ||
| 782 | # CONFIG_SLIP is not set | 792 | # CONFIG_SLIP is not set |
| 783 | CONFIG_SLHC=m | 793 | CONFIG_SLHC=m |
| 784 | # CONFIG_NET_FC is not set | 794 | # CONFIG_NET_FC is not set |
| @@ -816,6 +826,7 @@ CONFIG_INPUT_KEYBOARD=y | |||
| 816 | CONFIG_KEYBOARD_ATKBD=y | 826 | CONFIG_KEYBOARD_ATKBD=y |
| 817 | # CONFIG_QT2160 is not set | 827 | # CONFIG_QT2160 is not set |
| 818 | CONFIG_KEYBOARD_LKKBD=m | 828 | CONFIG_KEYBOARD_LKKBD=m |
| 829 | # CONFIG_KEYBOARD_TCA6416 is not set | ||
| 819 | # CONFIG_KEYBOARD_MAX7359 is not set | 830 | # CONFIG_KEYBOARD_MAX7359 is not set |
| 820 | # CONFIG_KEYBOARD_NEWTON is not set | 831 | # CONFIG_KEYBOARD_NEWTON is not set |
| 821 | # CONFIG_KEYBOARD_OPENCORES is not set | 832 | # CONFIG_KEYBOARD_OPENCORES is not set |
| @@ -840,6 +851,7 @@ CONFIG_MOUSE_SERIAL=y | |||
| 840 | # CONFIG_INPUT_TABLET is not set | 851 | # CONFIG_INPUT_TABLET is not set |
| 841 | # CONFIG_INPUT_TOUCHSCREEN is not set | 852 | # CONFIG_INPUT_TOUCHSCREEN is not set |
| 842 | CONFIG_INPUT_MISC=y | 853 | CONFIG_INPUT_MISC=y |
| 854 | # CONFIG_INPUT_AD714X is not set | ||
| 843 | CONFIG_INPUT_SPARCSPKR=y | 855 | CONFIG_INPUT_SPARCSPKR=y |
| 844 | # CONFIG_INPUT_ATI_REMOTE is not set | 856 | # CONFIG_INPUT_ATI_REMOTE is not set |
| 845 | # CONFIG_INPUT_ATI_REMOTE2 is not set | 857 | # CONFIG_INPUT_ATI_REMOTE2 is not set |
| @@ -848,6 +860,7 @@ CONFIG_INPUT_SPARCSPKR=y | |||
| 848 | # CONFIG_INPUT_YEALINK is not set | 860 | # CONFIG_INPUT_YEALINK is not set |
| 849 | # CONFIG_INPUT_CM109 is not set | 861 | # CONFIG_INPUT_CM109 is not set |
| 850 | # CONFIG_INPUT_UINPUT is not set | 862 | # CONFIG_INPUT_UINPUT is not set |
| 863 | # CONFIG_INPUT_PCF8574 is not set | ||
| 851 | 864 | ||
| 852 | # | 865 | # |
| 853 | # Hardware I/O ports | 866 | # Hardware I/O ports |
