diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-08-19 12:44:51 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-08-19 12:44:51 -0400 |
| commit | 4aa2d56b2149e70a0b944b4f21e4aed33d9ab94e (patch) | |
| tree | 79cb2115c36799406fa477ca80adeab041c31509 | |
| parent | d46c7d9ab8289f23a5e161060b84fd7e63de7921 (diff) | |
| parent | 1fef7891755d99039592aa8d1ed02e981f38de15 (diff) | |
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
* 'next' of git://git.monstr.eu/linux-2.6-microblaze:
microblaze: Update Microblaze defconfigs
microblaze: Use klimit instead of _end for memory init
microblaze: Enable ppoll syscall
microblaze: Sane handling of missing timer/intc in device tree
microblaze: use the generic ack_bad_irq implementation
| -rw-r--r-- | arch/microblaze/configs/mmu_defconfig | 70 | ||||
| -rw-r--r-- | arch/microblaze/configs/nommu_defconfig | 91 | ||||
| -rw-r--r-- | arch/microblaze/include/asm/hardirq.h | 2 | ||||
| -rw-r--r-- | arch/microblaze/kernel/intc.c | 2 | ||||
| -rw-r--r-- | arch/microblaze/kernel/irq.c | 9 | ||||
| -rw-r--r-- | arch/microblaze/kernel/syscall_table.S | 2 | ||||
| -rw-r--r-- | arch/microblaze/kernel/timer.c | 2 | ||||
| -rw-r--r-- | arch/microblaze/mm/init.c | 6 |
8 files changed, 99 insertions, 85 deletions
diff --git a/arch/microblaze/configs/mmu_defconfig b/arch/microblaze/configs/mmu_defconfig index bd0b85ec38f5..09c32962b66f 100644 --- a/arch/microblaze/configs/mmu_defconfig +++ b/arch/microblaze/configs/mmu_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.30-rc6 | 3 | # Linux kernel version: 2.6.31-rc6 |
| 4 | # Fri May 22 10:02:33 2009 | 4 | # Tue Aug 18 11:00:02 2009 |
| 5 | # | 5 | # |
| 6 | CONFIG_MICROBLAZE=y | 6 | CONFIG_MICROBLAZE=y |
| 7 | # CONFIG_SWAP is not set | 7 | # CONFIG_SWAP is not set |
| @@ -18,7 +18,11 @@ CONFIG_GENERIC_TIME=y | |||
| 18 | CONFIG_GENERIC_CLOCKEVENTS=y | 18 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 19 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | 19 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y |
| 20 | CONFIG_GENERIC_GPIO=y | 20 | CONFIG_GENERIC_GPIO=y |
| 21 | CONFIG_GENERIC_CSUM=y | ||
| 22 | # CONFIG_PCI is not set | ||
| 23 | CONFIG_NO_DMA=y | ||
| 21 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 24 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| 25 | CONFIG_CONSTRUCTORS=y | ||
| 22 | 26 | ||
| 23 | # | 27 | # |
| 24 | # General setup | 28 | # General setup |
| @@ -59,8 +63,8 @@ CONFIG_INITRAMFS_ROOT_GID=0 | |||
| 59 | CONFIG_RD_GZIP=y | 63 | CONFIG_RD_GZIP=y |
| 60 | # CONFIG_RD_BZIP2 is not set | 64 | # CONFIG_RD_BZIP2 is not set |
| 61 | # CONFIG_RD_LZMA is not set | 65 | # CONFIG_RD_LZMA is not set |
| 62 | CONFIG_INITRAMFS_COMPRESSION_NONE=y | 66 | # CONFIG_INITRAMFS_COMPRESSION_NONE is not set |
| 63 | # CONFIG_INITRAMFS_COMPRESSION_GZIP is not set | 67 | CONFIG_INITRAMFS_COMPRESSION_GZIP=y |
| 64 | # CONFIG_INITRAMFS_COMPRESSION_BZIP2 is not set | 68 | # CONFIG_INITRAMFS_COMPRESSION_BZIP2 is not set |
| 65 | # CONFIG_INITRAMFS_COMPRESSION_LZMA is not set | 69 | # CONFIG_INITRAMFS_COMPRESSION_LZMA is not set |
| 66 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 70 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
| @@ -71,7 +75,6 @@ CONFIG_SYSCTL_SYSCALL=y | |||
| 71 | CONFIG_KALLSYMS=y | 75 | CONFIG_KALLSYMS=y |
| 72 | CONFIG_KALLSYMS_ALL=y | 76 | CONFIG_KALLSYMS_ALL=y |
| 73 | CONFIG_KALLSYMS_EXTRA_PASS=y | 77 | CONFIG_KALLSYMS_EXTRA_PASS=y |
| 74 | # CONFIG_STRIP_ASM_SYMS is not set | ||
| 75 | # CONFIG_HOTPLUG is not set | 78 | # CONFIG_HOTPLUG is not set |
| 76 | CONFIG_PRINTK=y | 79 | CONFIG_PRINTK=y |
| 77 | CONFIG_BUG=y | 80 | CONFIG_BUG=y |
| @@ -84,13 +87,22 @@ CONFIG_TIMERFD=y | |||
| 84 | CONFIG_EVENTFD=y | 87 | CONFIG_EVENTFD=y |
| 85 | # CONFIG_SHMEM is not set | 88 | # CONFIG_SHMEM is not set |
| 86 | CONFIG_AIO=y | 89 | CONFIG_AIO=y |
| 90 | |||
| 91 | # | ||
| 92 | # Performance Counters | ||
| 93 | # | ||
| 87 | CONFIG_VM_EVENT_COUNTERS=y | 94 | CONFIG_VM_EVENT_COUNTERS=y |
| 95 | # CONFIG_STRIP_ASM_SYMS is not set | ||
| 88 | CONFIG_COMPAT_BRK=y | 96 | CONFIG_COMPAT_BRK=y |
| 89 | CONFIG_SLAB=y | 97 | CONFIG_SLAB=y |
| 90 | # CONFIG_SLUB is not set | 98 | # CONFIG_SLUB is not set |
| 91 | # CONFIG_SLOB is not set | 99 | # CONFIG_SLOB is not set |
| 92 | # CONFIG_PROFILING is not set | 100 | # CONFIG_PROFILING is not set |
| 93 | # CONFIG_MARKERS is not set | 101 | # CONFIG_MARKERS is not set |
| 102 | |||
| 103 | # | ||
| 104 | # GCOV-based kernel profiling | ||
| 105 | # | ||
| 94 | # CONFIG_SLOW_WORK is not set | 106 | # CONFIG_SLOW_WORK is not set |
| 95 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | 107 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set |
| 96 | CONFIG_SLABINFO=y | 108 | CONFIG_SLABINFO=y |
| @@ -102,7 +114,7 @@ CONFIG_MODULE_UNLOAD=y | |||
| 102 | # CONFIG_MODVERSIONS is not set | 114 | # CONFIG_MODVERSIONS is not set |
| 103 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 115 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 104 | CONFIG_BLOCK=y | 116 | CONFIG_BLOCK=y |
| 105 | # CONFIG_LBD is not set | 117 | CONFIG_LBDAF=y |
| 106 | # CONFIG_BLK_DEV_BSG is not set | 118 | # CONFIG_BLK_DEV_BSG is not set |
| 107 | # CONFIG_BLK_DEV_INTEGRITY is not set | 119 | # CONFIG_BLK_DEV_INTEGRITY is not set |
| 108 | 120 | ||
| @@ -194,9 +206,9 @@ CONFIG_SPLIT_PTLOCK_CPUS=4 | |||
| 194 | # CONFIG_PHYS_ADDR_T_64BIT is not set | 206 | # CONFIG_PHYS_ADDR_T_64BIT is not set |
| 195 | CONFIG_ZONE_DMA_FLAG=0 | 207 | CONFIG_ZONE_DMA_FLAG=0 |
| 196 | CONFIG_VIRT_TO_BUS=y | 208 | CONFIG_VIRT_TO_BUS=y |
| 197 | CONFIG_UNEVICTABLE_LRU=y | ||
| 198 | CONFIG_HAVE_MLOCK=y | 209 | CONFIG_HAVE_MLOCK=y |
| 199 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | 210 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y |
| 211 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 | ||
| 200 | 212 | ||
| 201 | # | 213 | # |
| 202 | # Exectuable file formats | 214 | # Exectuable file formats |
| @@ -262,6 +274,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
| 262 | # CONFIG_ECONET is not set | 274 | # CONFIG_ECONET is not set |
| 263 | # CONFIG_WAN_ROUTER is not set | 275 | # CONFIG_WAN_ROUTER is not set |
| 264 | # CONFIG_PHONET is not set | 276 | # CONFIG_PHONET is not set |
| 277 | # CONFIG_IEEE802154 is not set | ||
| 265 | # CONFIG_NET_SCHED is not set | 278 | # CONFIG_NET_SCHED is not set |
| 266 | # CONFIG_DCB is not set | 279 | # CONFIG_DCB is not set |
| 267 | 280 | ||
| @@ -325,7 +338,6 @@ CONFIG_MISC_DEVICES=y | |||
| 325 | # CONFIG_ATA is not set | 338 | # CONFIG_ATA is not set |
| 326 | # CONFIG_MD is not set | 339 | # CONFIG_MD is not set |
| 327 | CONFIG_NETDEVICES=y | 340 | CONFIG_NETDEVICES=y |
| 328 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
| 329 | # CONFIG_DUMMY is not set | 341 | # CONFIG_DUMMY is not set |
| 330 | # CONFIG_BONDING is not set | 342 | # CONFIG_BONDING is not set |
| 331 | # CONFIG_MACVLAN is not set | 343 | # CONFIG_MACVLAN is not set |
| @@ -344,7 +356,7 @@ CONFIG_NET_ETHERNET=y | |||
| 344 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | 356 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set |
| 345 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | 357 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set |
| 346 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | 358 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set |
| 347 | # CONFIG_B44 is not set | 359 | # CONFIG_KS8842 is not set |
| 348 | CONFIG_NETDEV_1000=y | 360 | CONFIG_NETDEV_1000=y |
| 349 | CONFIG_NETDEV_10000=y | 361 | CONFIG_NETDEV_10000=y |
| 350 | 362 | ||
| @@ -410,6 +422,11 @@ CONFIG_LEGACY_PTY_COUNT=256 | |||
| 410 | # CONFIG_TCG_TPM is not set | 422 | # CONFIG_TCG_TPM is not set |
| 411 | # CONFIG_I2C is not set | 423 | # CONFIG_I2C is not set |
| 412 | # CONFIG_SPI is not set | 424 | # CONFIG_SPI is not set |
| 425 | |||
| 426 | # | ||
| 427 | # PPS support | ||
| 428 | # | ||
| 429 | # CONFIG_PPS is not set | ||
| 413 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | 430 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y |
| 414 | # CONFIG_GPIOLIB is not set | 431 | # CONFIG_GPIOLIB is not set |
| 415 | # CONFIG_W1 is not set | 432 | # CONFIG_W1 is not set |
| @@ -418,12 +435,6 @@ CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | |||
| 418 | # CONFIG_THERMAL is not set | 435 | # CONFIG_THERMAL is not set |
| 419 | # CONFIG_THERMAL_HWMON is not set | 436 | # CONFIG_THERMAL_HWMON is not set |
| 420 | # CONFIG_WATCHDOG is not set | 437 | # CONFIG_WATCHDOG is not set |
| 421 | CONFIG_SSB_POSSIBLE=y | ||
| 422 | |||
| 423 | # | ||
| 424 | # Sonics Silicon Backplane | ||
| 425 | # | ||
| 426 | # CONFIG_SSB is not set | ||
| 427 | 438 | ||
| 428 | # | 439 | # |
| 429 | # Multifunction device drivers | 440 | # Multifunction device drivers |
| @@ -433,22 +444,7 @@ CONFIG_SSB_POSSIBLE=y | |||
| 433 | # CONFIG_HTC_PASIC3 is not set | 444 | # CONFIG_HTC_PASIC3 is not set |
| 434 | # CONFIG_MFD_TMIO is not set | 445 | # CONFIG_MFD_TMIO is not set |
| 435 | # CONFIG_REGULATOR is not set | 446 | # CONFIG_REGULATOR is not set |
| 436 | 447 | # CONFIG_MEDIA_SUPPORT is not set | |
| 437 | # | ||
| 438 | # Multimedia devices | ||
| 439 | # | ||
| 440 | |||
| 441 | # | ||
| 442 | # Multimedia core support | ||
| 443 | # | ||
| 444 | # CONFIG_VIDEO_DEV is not set | ||
| 445 | # CONFIG_DVB_CORE is not set | ||
| 446 | # CONFIG_VIDEO_MEDIA is not set | ||
| 447 | |||
| 448 | # | ||
| 449 | # Multimedia drivers | ||
| 450 | # | ||
| 451 | # CONFIG_DAB is not set | ||
| 452 | 448 | ||
| 453 | # | 449 | # |
| 454 | # Graphics support | 450 | # Graphics support |
| @@ -469,9 +465,12 @@ CONFIG_SSB_POSSIBLE=y | |||
| 469 | # CONFIG_NEW_LEDS is not set | 465 | # CONFIG_NEW_LEDS is not set |
| 470 | # CONFIG_ACCESSIBILITY is not set | 466 | # CONFIG_ACCESSIBILITY is not set |
| 471 | # CONFIG_RTC_CLASS is not set | 467 | # CONFIG_RTC_CLASS is not set |
| 472 | # CONFIG_DMADEVICES is not set | ||
| 473 | # CONFIG_AUXDISPLAY is not set | 468 | # CONFIG_AUXDISPLAY is not set |
| 474 | # CONFIG_UIO is not set | 469 | # CONFIG_UIO is not set |
| 470 | |||
| 471 | # | ||
| 472 | # TI VLYNQ | ||
| 473 | # | ||
| 475 | # CONFIG_STAGING is not set | 474 | # CONFIG_STAGING is not set |
| 476 | 475 | ||
| 477 | # | 476 | # |
| @@ -485,12 +484,15 @@ CONFIG_EXT2_FS=y | |||
| 485 | # CONFIG_REISERFS_FS is not set | 484 | # CONFIG_REISERFS_FS is not set |
| 486 | # CONFIG_JFS_FS is not set | 485 | # CONFIG_JFS_FS is not set |
| 487 | # CONFIG_FS_POSIX_ACL is not set | 486 | # CONFIG_FS_POSIX_ACL is not set |
| 488 | CONFIG_FILE_LOCKING=y | ||
| 489 | # CONFIG_XFS_FS is not set | 487 | # CONFIG_XFS_FS is not set |
| 488 | # CONFIG_GFS2_FS is not set | ||
| 490 | # CONFIG_OCFS2_FS is not set | 489 | # CONFIG_OCFS2_FS is not set |
| 491 | # CONFIG_BTRFS_FS is not set | 490 | # CONFIG_BTRFS_FS is not set |
| 491 | CONFIG_FILE_LOCKING=y | ||
| 492 | CONFIG_FSNOTIFY=y | ||
| 492 | # CONFIG_DNOTIFY is not set | 493 | # CONFIG_DNOTIFY is not set |
| 493 | # CONFIG_INOTIFY is not set | 494 | # CONFIG_INOTIFY is not set |
| 495 | CONFIG_INOTIFY_USER=y | ||
| 494 | # CONFIG_QUOTA is not set | 496 | # CONFIG_QUOTA is not set |
| 495 | # CONFIG_AUTOFS_FS is not set | 497 | # CONFIG_AUTOFS_FS is not set |
| 496 | # CONFIG_AUTOFS4_FS is not set | 498 | # CONFIG_AUTOFS4_FS is not set |
| @@ -678,6 +680,7 @@ CONFIG_DEBUG_INFO=y | |||
| 678 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | 680 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set |
| 679 | # CONFIG_PAGE_POISONING is not set | 681 | # CONFIG_PAGE_POISONING is not set |
| 680 | # CONFIG_SAMPLES is not set | 682 | # CONFIG_SAMPLES is not set |
| 683 | # CONFIG_KMEMCHECK is not set | ||
| 681 | CONFIG_EARLY_PRINTK=y | 684 | CONFIG_EARLY_PRINTK=y |
| 682 | CONFIG_HEART_BEAT=y | 685 | CONFIG_HEART_BEAT=y |
| 683 | CONFIG_DEBUG_BOOTMEM=y | 686 | CONFIG_DEBUG_BOOTMEM=y |
| @@ -793,6 +796,5 @@ CONFIG_ZLIB_INFLATE=y | |||
| 793 | CONFIG_DECOMPRESS_GZIP=y | 796 | CONFIG_DECOMPRESS_GZIP=y |
| 794 | CONFIG_HAS_IOMEM=y | 797 | CONFIG_HAS_IOMEM=y |
| 795 | CONFIG_HAS_IOPORT=y | 798 | CONFIG_HAS_IOPORT=y |
| 796 | CONFIG_HAS_DMA=y | ||
| 797 | CONFIG_HAVE_LMB=y | 799 | CONFIG_HAVE_LMB=y |
| 798 | CONFIG_NLATTR=y | 800 | CONFIG_NLATTR=y |
diff --git a/arch/microblaze/configs/nommu_defconfig b/arch/microblaze/configs/nommu_defconfig index 4ef6af0a8f31..8b638615a972 100644 --- a/arch/microblaze/configs/nommu_defconfig +++ b/arch/microblaze/configs/nommu_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.30-rc5 | 3 | # Linux kernel version: 2.6.31-rc6 |
| 4 | # Mon May 11 09:01:02 2009 | 4 | # Tue Aug 18 10:35:30 2009 |
| 5 | # | 5 | # |
| 6 | CONFIG_MICROBLAZE=y | 6 | CONFIG_MICROBLAZE=y |
| 7 | # CONFIG_SWAP is not set | 7 | # CONFIG_SWAP is not set |
| @@ -17,9 +17,12 @@ CONFIG_GENERIC_TIME=y | |||
| 17 | # CONFIG_GENERIC_TIME_VSYSCALL is not set | 17 | # CONFIG_GENERIC_TIME_VSYSCALL is not set |
| 18 | CONFIG_GENERIC_CLOCKEVENTS=y | 18 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 19 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | 19 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y |
| 20 | CONFIG_GENERIC_GPIO=y | ||
| 21 | CONFIG_GENERIC_CSUM=y | ||
| 20 | # CONFIG_PCI is not set | 22 | # CONFIG_PCI is not set |
| 21 | # CONFIG_NO_DMA is not set | 23 | CONFIG_NO_DMA=y |
| 22 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 24 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| 25 | CONFIG_CONSTRUCTORS=y | ||
| 23 | 26 | ||
| 24 | # | 27 | # |
| 25 | # General setup | 28 | # General setup |
| @@ -64,7 +67,6 @@ CONFIG_SYSCTL_SYSCALL=y | |||
| 64 | CONFIG_KALLSYMS=y | 67 | CONFIG_KALLSYMS=y |
| 65 | CONFIG_KALLSYMS_ALL=y | 68 | CONFIG_KALLSYMS_ALL=y |
| 66 | CONFIG_KALLSYMS_EXTRA_PASS=y | 69 | CONFIG_KALLSYMS_EXTRA_PASS=y |
| 67 | # CONFIG_STRIP_ASM_SYMS is not set | ||
| 68 | # CONFIG_HOTPLUG is not set | 70 | # CONFIG_HOTPLUG is not set |
| 69 | CONFIG_PRINTK=y | 71 | CONFIG_PRINTK=y |
| 70 | CONFIG_BUG=y | 72 | CONFIG_BUG=y |
| @@ -76,13 +78,23 @@ CONFIG_SIGNALFD=y | |||
| 76 | CONFIG_TIMERFD=y | 78 | CONFIG_TIMERFD=y |
| 77 | CONFIG_EVENTFD=y | 79 | CONFIG_EVENTFD=y |
| 78 | CONFIG_AIO=y | 80 | CONFIG_AIO=y |
| 81 | |||
| 82 | # | ||
| 83 | # Performance Counters | ||
| 84 | # | ||
| 79 | CONFIG_VM_EVENT_COUNTERS=y | 85 | CONFIG_VM_EVENT_COUNTERS=y |
| 86 | # CONFIG_STRIP_ASM_SYMS is not set | ||
| 80 | CONFIG_COMPAT_BRK=y | 87 | CONFIG_COMPAT_BRK=y |
| 81 | CONFIG_SLAB=y | 88 | CONFIG_SLAB=y |
| 82 | # CONFIG_SLUB is not set | 89 | # CONFIG_SLUB is not set |
| 83 | # CONFIG_SLOB is not set | 90 | # CONFIG_SLOB is not set |
| 84 | # CONFIG_PROFILING is not set | 91 | # CONFIG_PROFILING is not set |
| 85 | # CONFIG_MARKERS is not set | 92 | # CONFIG_MARKERS is not set |
| 93 | |||
| 94 | # | ||
| 95 | # GCOV-based kernel profiling | ||
| 96 | # | ||
| 97 | # CONFIG_GCOV_KERNEL is not set | ||
| 86 | # CONFIG_SLOW_WORK is not set | 98 | # CONFIG_SLOW_WORK is not set |
| 87 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | 99 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set |
| 88 | CONFIG_SLABINFO=y | 100 | CONFIG_SLABINFO=y |
| @@ -95,7 +107,7 @@ CONFIG_MODULE_UNLOAD=y | |||
| 95 | # CONFIG_MODVERSIONS is not set | 107 | # CONFIG_MODVERSIONS is not set |
| 96 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 108 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 97 | CONFIG_BLOCK=y | 109 | CONFIG_BLOCK=y |
| 98 | # CONFIG_LBD is not set | 110 | CONFIG_LBDAF=y |
| 99 | # CONFIG_BLK_DEV_BSG is not set | 111 | # CONFIG_BLK_DEV_BSG is not set |
| 100 | # CONFIG_BLK_DEV_INTEGRITY is not set | 112 | # CONFIG_BLK_DEV_INTEGRITY is not set |
| 101 | 113 | ||
| @@ -156,8 +168,16 @@ CONFIG_CMDLINE_BOOL=y | |||
| 156 | CONFIG_CMDLINE="console=ttyUL0,115200" | 168 | CONFIG_CMDLINE="console=ttyUL0,115200" |
| 157 | # CONFIG_CMDLINE_FORCE is not set | 169 | # CONFIG_CMDLINE_FORCE is not set |
| 158 | CONFIG_OF=y | 170 | CONFIG_OF=y |
| 159 | CONFIG_OF_DEVICE=y | ||
| 160 | CONFIG_PROC_DEVICETREE=y | 171 | CONFIG_PROC_DEVICETREE=y |
| 172 | |||
| 173 | # | ||
| 174 | # Advanced setup | ||
| 175 | # | ||
| 176 | |||
| 177 | # | ||
| 178 | # Default settings for advanced configuration options are used | ||
| 179 | # | ||
| 180 | CONFIG_KERNEL_START=0x90000000 | ||
| 161 | CONFIG_SELECT_MEMORY_MODEL=y | 181 | CONFIG_SELECT_MEMORY_MODEL=y |
| 162 | CONFIG_FLATMEM_MANUAL=y | 182 | CONFIG_FLATMEM_MANUAL=y |
| 163 | # CONFIG_DISCONTIGMEM_MANUAL is not set | 183 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
| @@ -169,7 +189,7 @@ CONFIG_SPLIT_PTLOCK_CPUS=4 | |||
| 169 | # CONFIG_PHYS_ADDR_T_64BIT is not set | 189 | # CONFIG_PHYS_ADDR_T_64BIT is not set |
| 170 | CONFIG_ZONE_DMA_FLAG=0 | 190 | CONFIG_ZONE_DMA_FLAG=0 |
| 171 | CONFIG_VIRT_TO_BUS=y | 191 | CONFIG_VIRT_TO_BUS=y |
| 172 | CONFIG_UNEVICTABLE_LRU=y | 192 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 |
| 173 | CONFIG_NOMMU_INITIAL_TRIM_EXCESS=1 | 193 | CONFIG_NOMMU_INITIAL_TRIM_EXCESS=1 |
| 174 | 194 | ||
| 175 | # | 195 | # |
| @@ -237,6 +257,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
| 237 | # CONFIG_ECONET is not set | 257 | # CONFIG_ECONET is not set |
| 238 | # CONFIG_WAN_ROUTER is not set | 258 | # CONFIG_WAN_ROUTER is not set |
| 239 | # CONFIG_PHONET is not set | 259 | # CONFIG_PHONET is not set |
| 260 | # CONFIG_IEEE802154 is not set | ||
| 240 | # CONFIG_NET_SCHED is not set | 261 | # CONFIG_NET_SCHED is not set |
| 241 | # CONFIG_DCB is not set | 262 | # CONFIG_DCB is not set |
| 242 | 263 | ||
| @@ -254,7 +275,11 @@ CONFIG_WIRELESS=y | |||
| 254 | CONFIG_WIRELESS_OLD_REGULATORY=y | 275 | CONFIG_WIRELESS_OLD_REGULATORY=y |
| 255 | # CONFIG_WIRELESS_EXT is not set | 276 | # CONFIG_WIRELESS_EXT is not set |
| 256 | # CONFIG_LIB80211 is not set | 277 | # CONFIG_LIB80211 is not set |
| 257 | # CONFIG_MAC80211 is not set | 278 | |
| 279 | # | ||
| 280 | # CFG80211 needs to be enabled for MAC80211 | ||
| 281 | # | ||
| 282 | CONFIG_MAC80211_DEFAULT_PS_VALUE=0 | ||
| 258 | # CONFIG_WIMAX is not set | 283 | # CONFIG_WIMAX is not set |
| 259 | # CONFIG_RFKILL is not set | 284 | # CONFIG_RFKILL is not set |
| 260 | # CONFIG_NET_9P is not set | 285 | # CONFIG_NET_9P is not set |
| @@ -353,6 +378,7 @@ CONFIG_MTD_UCLINUX=y | |||
| 353 | # UBI - Unsorted block images | 378 | # UBI - Unsorted block images |
| 354 | # | 379 | # |
| 355 | # CONFIG_MTD_UBI is not set | 380 | # CONFIG_MTD_UBI is not set |
| 381 | CONFIG_OF_DEVICE=y | ||
| 356 | # CONFIG_PARPORT is not set | 382 | # CONFIG_PARPORT is not set |
| 357 | CONFIG_BLK_DEV=y | 383 | CONFIG_BLK_DEV=y |
| 358 | # CONFIG_BLK_DEV_COW_COMMON is not set | 384 | # CONFIG_BLK_DEV_COW_COMMON is not set |
| @@ -364,6 +390,7 @@ CONFIG_BLK_DEV_RAM_SIZE=4096 | |||
| 364 | # CONFIG_BLK_DEV_XIP is not set | 390 | # CONFIG_BLK_DEV_XIP is not set |
| 365 | # CONFIG_CDROM_PKTCDVD is not set | 391 | # CONFIG_CDROM_PKTCDVD is not set |
| 366 | # CONFIG_ATA_OVER_ETH is not set | 392 | # CONFIG_ATA_OVER_ETH is not set |
| 393 | # CONFIG_XILINX_SYSACE is not set | ||
| 367 | CONFIG_MISC_DEVICES=y | 394 | CONFIG_MISC_DEVICES=y |
| 368 | # CONFIG_ENCLOSURE_SERVICES is not set | 395 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 369 | # CONFIG_C2PORT is not set | 396 | # CONFIG_C2PORT is not set |
| @@ -383,7 +410,6 @@ CONFIG_MISC_DEVICES=y | |||
| 383 | # CONFIG_ATA is not set | 410 | # CONFIG_ATA is not set |
| 384 | # CONFIG_MD is not set | 411 | # CONFIG_MD is not set |
| 385 | CONFIG_NETDEVICES=y | 412 | CONFIG_NETDEVICES=y |
| 386 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
| 387 | # CONFIG_DUMMY is not set | 413 | # CONFIG_DUMMY is not set |
| 388 | # CONFIG_BONDING is not set | 414 | # CONFIG_BONDING is not set |
| 389 | # CONFIG_MACVLAN is not set | 415 | # CONFIG_MACVLAN is not set |
| @@ -402,7 +428,7 @@ CONFIG_NET_ETHERNET=y | |||
| 402 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | 428 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set |
| 403 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | 429 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set |
| 404 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | 430 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set |
| 405 | # CONFIG_B44 is not set | 431 | # CONFIG_KS8842 is not set |
| 406 | CONFIG_NETDEV_1000=y | 432 | CONFIG_NETDEV_1000=y |
| 407 | CONFIG_NETDEV_10000=y | 433 | CONFIG_NETDEV_10000=y |
| 408 | 434 | ||
| @@ -463,23 +489,25 @@ CONFIG_HW_RANDOM=y | |||
| 463 | # CONFIG_HW_RANDOM_TIMERIOMEM is not set | 489 | # CONFIG_HW_RANDOM_TIMERIOMEM is not set |
| 464 | # CONFIG_RTC is not set | 490 | # CONFIG_RTC is not set |
| 465 | # CONFIG_GEN_RTC is not set | 491 | # CONFIG_GEN_RTC is not set |
| 492 | # CONFIG_XILINX_HWICAP is not set | ||
| 466 | # CONFIG_R3964 is not set | 493 | # CONFIG_R3964 is not set |
| 467 | # CONFIG_RAW_DRIVER is not set | 494 | # CONFIG_RAW_DRIVER is not set |
| 468 | # CONFIG_TCG_TPM is not set | 495 | # CONFIG_TCG_TPM is not set |
| 469 | # CONFIG_I2C is not set | 496 | # CONFIG_I2C is not set |
| 470 | # CONFIG_SPI is not set | 497 | # CONFIG_SPI is not set |
| 498 | |||
| 499 | # | ||
| 500 | # PPS support | ||
| 501 | # | ||
| 502 | # CONFIG_PPS is not set | ||
| 503 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
| 504 | # CONFIG_GPIOLIB is not set | ||
| 471 | # CONFIG_W1 is not set | 505 | # CONFIG_W1 is not set |
| 472 | # CONFIG_POWER_SUPPLY is not set | 506 | # CONFIG_POWER_SUPPLY is not set |
| 473 | # CONFIG_HWMON is not set | 507 | # CONFIG_HWMON is not set |
| 474 | # CONFIG_THERMAL is not set | 508 | # CONFIG_THERMAL is not set |
| 475 | # CONFIG_THERMAL_HWMON is not set | 509 | # CONFIG_THERMAL_HWMON is not set |
| 476 | # CONFIG_WATCHDOG is not set | 510 | # CONFIG_WATCHDOG is not set |
| 477 | CONFIG_SSB_POSSIBLE=y | ||
| 478 | |||
| 479 | # | ||
| 480 | # Sonics Silicon Backplane | ||
| 481 | # | ||
| 482 | # CONFIG_SSB is not set | ||
| 483 | 511 | ||
| 484 | # | 512 | # |
| 485 | # Multifunction device drivers | 513 | # Multifunction device drivers |
| @@ -489,22 +517,7 @@ CONFIG_SSB_POSSIBLE=y | |||
| 489 | # CONFIG_HTC_PASIC3 is not set | 517 | # CONFIG_HTC_PASIC3 is not set |
| 490 | # CONFIG_MFD_TMIO is not set | 518 | # CONFIG_MFD_TMIO is not set |
| 491 | # CONFIG_REGULATOR is not set | 519 | # CONFIG_REGULATOR is not set |
| 492 | 520 | # CONFIG_MEDIA_SUPPORT is not set | |
| 493 | # | ||
| 494 | # Multimedia devices | ||
| 495 | # | ||
| 496 | |||
| 497 | # | ||
| 498 | # Multimedia core support | ||
| 499 | # | ||
| 500 | # CONFIG_VIDEO_DEV is not set | ||
| 501 | # CONFIG_DVB_CORE is not set | ||
| 502 | # CONFIG_VIDEO_MEDIA is not set | ||
| 503 | |||
| 504 | # | ||
| 505 | # Multimedia drivers | ||
| 506 | # | ||
| 507 | CONFIG_DAB=y | ||
| 508 | 521 | ||
| 509 | # | 522 | # |
| 510 | # Graphics support | 523 | # Graphics support |
| @@ -520,9 +533,10 @@ CONFIG_VIDEO_OUTPUT_CONTROL=y | |||
| 520 | # CONFIG_DISPLAY_SUPPORT is not set | 533 | # CONFIG_DISPLAY_SUPPORT is not set |
| 521 | # CONFIG_SOUND is not set | 534 | # CONFIG_SOUND is not set |
| 522 | CONFIG_USB_SUPPORT=y | 535 | CONFIG_USB_SUPPORT=y |
| 523 | # CONFIG_USB_ARCH_HAS_HCD is not set | 536 | CONFIG_USB_ARCH_HAS_HCD=y |
| 524 | # CONFIG_USB_ARCH_HAS_OHCI is not set | 537 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
| 525 | # CONFIG_USB_ARCH_HAS_EHCI is not set | 538 | # CONFIG_USB_ARCH_HAS_EHCI is not set |
| 539 | # CONFIG_USB is not set | ||
| 526 | # CONFIG_USB_OTG_WHITELIST is not set | 540 | # CONFIG_USB_OTG_WHITELIST is not set |
| 527 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | 541 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
| 528 | 542 | ||
| @@ -543,9 +557,12 @@ CONFIG_USB_SUPPORT=y | |||
| 543 | # CONFIG_NEW_LEDS is not set | 557 | # CONFIG_NEW_LEDS is not set |
| 544 | # CONFIG_ACCESSIBILITY is not set | 558 | # CONFIG_ACCESSIBILITY is not set |
| 545 | # CONFIG_RTC_CLASS is not set | 559 | # CONFIG_RTC_CLASS is not set |
| 546 | # CONFIG_DMADEVICES is not set | ||
| 547 | # CONFIG_AUXDISPLAY is not set | 560 | # CONFIG_AUXDISPLAY is not set |
| 548 | # CONFIG_UIO is not set | 561 | # CONFIG_UIO is not set |
| 562 | |||
| 563 | # | ||
| 564 | # TI VLYNQ | ||
| 565 | # | ||
| 549 | # CONFIG_STAGING is not set | 566 | # CONFIG_STAGING is not set |
| 550 | 567 | ||
| 551 | # | 568 | # |
| @@ -558,12 +575,15 @@ CONFIG_EXT2_FS=y | |||
| 558 | # CONFIG_REISERFS_FS is not set | 575 | # CONFIG_REISERFS_FS is not set |
| 559 | # CONFIG_JFS_FS is not set | 576 | # CONFIG_JFS_FS is not set |
| 560 | CONFIG_FS_POSIX_ACL=y | 577 | CONFIG_FS_POSIX_ACL=y |
| 561 | CONFIG_FILE_LOCKING=y | ||
| 562 | # CONFIG_XFS_FS is not set | 578 | # CONFIG_XFS_FS is not set |
| 579 | # CONFIG_GFS2_FS is not set | ||
| 563 | # CONFIG_OCFS2_FS is not set | 580 | # CONFIG_OCFS2_FS is not set |
| 564 | # CONFIG_BTRFS_FS is not set | 581 | # CONFIG_BTRFS_FS is not set |
| 582 | CONFIG_FILE_LOCKING=y | ||
| 583 | CONFIG_FSNOTIFY=y | ||
| 565 | # CONFIG_DNOTIFY is not set | 584 | # CONFIG_DNOTIFY is not set |
| 566 | # CONFIG_INOTIFY is not set | 585 | # CONFIG_INOTIFY is not set |
| 586 | CONFIG_INOTIFY_USER=y | ||
| 567 | # CONFIG_QUOTA is not set | 587 | # CONFIG_QUOTA is not set |
| 568 | # CONFIG_AUTOFS_FS is not set | 588 | # CONFIG_AUTOFS_FS is not set |
| 569 | # CONFIG_AUTOFS4_FS is not set | 589 | # CONFIG_AUTOFS4_FS is not set |
| @@ -813,6 +833,5 @@ CONFIG_GENERIC_FIND_LAST_BIT=y | |||
| 813 | CONFIG_ZLIB_INFLATE=y | 833 | CONFIG_ZLIB_INFLATE=y |
| 814 | CONFIG_HAS_IOMEM=y | 834 | CONFIG_HAS_IOMEM=y |
| 815 | CONFIG_HAS_IOPORT=y | 835 | CONFIG_HAS_IOPORT=y |
| 816 | CONFIG_HAS_DMA=y | ||
| 817 | CONFIG_HAVE_LMB=y | 836 | CONFIG_HAVE_LMB=y |
| 818 | CONFIG_NLATTR=y | 837 | CONFIG_NLATTR=y |
diff --git a/arch/microblaze/include/asm/hardirq.h b/arch/microblaze/include/asm/hardirq.h index 41e1e1aa36ac..cd1ac9aad56c 100644 --- a/arch/microblaze/include/asm/hardirq.h +++ b/arch/microblaze/include/asm/hardirq.h | |||
| @@ -12,8 +12,6 @@ | |||
| 12 | /* should be defined in each interrupt controller driver */ | 12 | /* should be defined in each interrupt controller driver */ |
| 13 | extern unsigned int get_irq(struct pt_regs *regs); | 13 | extern unsigned int get_irq(struct pt_regs *regs); |
| 14 | 14 | ||
| 15 | #define ack_bad_irq ack_bad_irq | ||
| 16 | void ack_bad_irq(unsigned int irq); | ||
| 17 | #include <asm-generic/hardirq.h> | 15 | #include <asm-generic/hardirq.h> |
| 18 | 16 | ||
| 19 | #endif /* _ASM_MICROBLAZE_HARDIRQ_H */ | 17 | #endif /* _ASM_MICROBLAZE_HARDIRQ_H */ |
diff --git a/arch/microblaze/kernel/intc.c b/arch/microblaze/kernel/intc.c index b15605299a57..6eea6f92b84e 100644 --- a/arch/microblaze/kernel/intc.c +++ b/arch/microblaze/kernel/intc.c | |||
| @@ -12,6 +12,7 @@ | |||
| 12 | #include <linux/irq.h> | 12 | #include <linux/irq.h> |
| 13 | #include <asm/page.h> | 13 | #include <asm/page.h> |
| 14 | #include <linux/io.h> | 14 | #include <linux/io.h> |
| 15 | #include <linux/bug.h> | ||
| 15 | 16 | ||
| 16 | #include <asm/prom.h> | 17 | #include <asm/prom.h> |
| 17 | #include <asm/irq.h> | 18 | #include <asm/irq.h> |
| @@ -130,6 +131,7 @@ void __init init_IRQ(void) | |||
| 130 | if (intc) | 131 | if (intc) |
| 131 | break; | 132 | break; |
| 132 | } | 133 | } |
| 134 | BUG_ON(!intc); | ||
| 133 | 135 | ||
| 134 | intc_baseaddr = *(int *) of_get_property(intc, "reg", NULL); | 136 | intc_baseaddr = *(int *) of_get_property(intc, "reg", NULL); |
| 135 | intc_baseaddr = (unsigned long) ioremap(intc_baseaddr, PAGE_SIZE); | 137 | intc_baseaddr = (unsigned long) ioremap(intc_baseaddr, PAGE_SIZE); |
diff --git a/arch/microblaze/kernel/irq.c b/arch/microblaze/kernel/irq.c index f688ee93e3b9..7d5ddd62d4d2 100644 --- a/arch/microblaze/kernel/irq.c +++ b/arch/microblaze/kernel/irq.c | |||
| @@ -30,15 +30,6 @@ unsigned int irq_of_parse_and_map(struct device_node *dev, int index) | |||
| 30 | } | 30 | } |
| 31 | EXPORT_SYMBOL_GPL(irq_of_parse_and_map); | 31 | EXPORT_SYMBOL_GPL(irq_of_parse_and_map); |
| 32 | 32 | ||
| 33 | /* | ||
| 34 | * 'what should we do if we get a hw irq event on an illegal vector'. | ||
| 35 | * each architecture has to answer this themselves. | ||
| 36 | */ | ||
| 37 | void ack_bad_irq(unsigned int irq) | ||
| 38 | { | ||
| 39 | printk(KERN_WARNING "unexpected IRQ trap at vector %02x\n", irq); | ||
| 40 | } | ||
| 41 | |||
| 42 | static u32 concurrent_irq; | 33 | static u32 concurrent_irq; |
| 43 | 34 | ||
| 44 | void do_IRQ(struct pt_regs *regs) | 35 | void do_IRQ(struct pt_regs *regs) |
diff --git a/arch/microblaze/kernel/syscall_table.S b/arch/microblaze/kernel/syscall_table.S index 216db817beb6..457216097dfd 100644 --- a/arch/microblaze/kernel/syscall_table.S +++ b/arch/microblaze/kernel/syscall_table.S | |||
| @@ -313,7 +313,7 @@ ENTRY(sys_call_table) | |||
| 313 | .long sys_fchmodat | 313 | .long sys_fchmodat |
| 314 | .long sys_faccessat | 314 | .long sys_faccessat |
| 315 | .long sys_ni_syscall /* pselect6 */ | 315 | .long sys_ni_syscall /* pselect6 */ |
| 316 | .long sys_ni_syscall /* sys_ppoll */ | 316 | .long sys_ppoll |
| 317 | .long sys_unshare /* 310 */ | 317 | .long sys_unshare /* 310 */ |
| 318 | .long sys_set_robust_list | 318 | .long sys_set_robust_list |
| 319 | .long sys_get_robust_list | 319 | .long sys_get_robust_list |
diff --git a/arch/microblaze/kernel/timer.c b/arch/microblaze/kernel/timer.c index bdfa2f9f0c81..5499deae7fa6 100644 --- a/arch/microblaze/kernel/timer.c +++ b/arch/microblaze/kernel/timer.c | |||
| @@ -22,6 +22,7 @@ | |||
| 22 | #include <linux/clocksource.h> | 22 | #include <linux/clocksource.h> |
| 23 | #include <linux/clockchips.h> | 23 | #include <linux/clockchips.h> |
| 24 | #include <linux/io.h> | 24 | #include <linux/io.h> |
| 25 | #include <linux/bug.h> | ||
| 25 | #include <asm/cpuinfo.h> | 26 | #include <asm/cpuinfo.h> |
| 26 | #include <asm/setup.h> | 27 | #include <asm/setup.h> |
| 27 | #include <asm/prom.h> | 28 | #include <asm/prom.h> |
| @@ -234,6 +235,7 @@ void __init time_init(void) | |||
| 234 | if (timer) | 235 | if (timer) |
| 235 | break; | 236 | break; |
| 236 | } | 237 | } |
| 238 | BUG_ON(!timer); | ||
| 237 | 239 | ||
| 238 | timer_baseaddr = *(int *) of_get_property(timer, "reg", NULL); | 240 | timer_baseaddr = *(int *) of_get_property(timer, "reg", NULL); |
| 239 | timer_baseaddr = (unsigned long) ioremap(timer_baseaddr, PAGE_SIZE); | 241 | timer_baseaddr = (unsigned long) ioremap(timer_baseaddr, PAGE_SIZE); |
diff --git a/arch/microblaze/mm/init.c b/arch/microblaze/mm/init.c index 8d92c4efe9a4..f207f1a94dbc 100644 --- a/arch/microblaze/mm/init.c +++ b/arch/microblaze/mm/init.c | |||
| @@ -130,13 +130,13 @@ void __init setup_memory(void) | |||
| 130 | * (in case the address isn't page-aligned). | 130 | * (in case the address isn't page-aligned). |
| 131 | */ | 131 | */ |
| 132 | #ifndef CONFIG_MMU | 132 | #ifndef CONFIG_MMU |
| 133 | map_size = init_bootmem_node(NODE_DATA(0), PFN_UP(TOPHYS((u32)_end)), | 133 | map_size = init_bootmem_node(NODE_DATA(0), PFN_UP(TOPHYS((u32)klimit)), |
| 134 | min_low_pfn, max_low_pfn); | 134 | min_low_pfn, max_low_pfn); |
| 135 | #else | 135 | #else |
| 136 | map_size = init_bootmem_node(&contig_page_data, | 136 | map_size = init_bootmem_node(&contig_page_data, |
| 137 | PFN_UP(TOPHYS((u32)_end)), min_low_pfn, max_low_pfn); | 137 | PFN_UP(TOPHYS((u32)klimit)), min_low_pfn, max_low_pfn); |
| 138 | #endif | 138 | #endif |
| 139 | lmb_reserve(PFN_UP(TOPHYS((u32)_end)) << PAGE_SHIFT, map_size); | 139 | lmb_reserve(PFN_UP(TOPHYS((u32)klimit)) << PAGE_SHIFT, map_size); |
| 140 | 140 | ||
| 141 | /* free bootmem is whole main memory */ | 141 | /* free bootmem is whole main memory */ |
| 142 | free_bootmem(memory_start, memory_size); | 142 | free_bootmem(memory_start, memory_size); |
