1. 12 6月, 2008 5 次提交
  2. 25 5月, 2008 1 次提交
    • A
      arch/x86/mm/pat.c: use boot_cpu_has() · 46dd98a5
      Andrew Morton 提交于
      arch/x86/mm/pat.c: In function 'phys_mem_access_prot_allowed':
      arch/x86/mm/pat.c:526: warning: passing argument 2 of 'constant_test_bit' from incompatible pointer type
      arch/x86/mm/pat.c:526: warning: passing argument 2 of 'variable_test_bit' from incompatible pointer type
      arch/x86/mm/pat.c:527: warning: passing argument 2 of 'constant_test_bit' from incompatible pointer type
      arch/x86/mm/pat.c:527: warning: passing argument 2 of 'variable_test_bit' from incompatible pointer type
      arch/x86/mm/pat.c:528: warning: passing argument 2 of 'constant_test_bit' from incompatible pointer type
      arch/x86/mm/pat.c:528: warning: passing argument 2 of 'variable_test_bit' from incompatible pointer type
      arch/x86/mm/pat.c:529: warning: passing argument 2 of 'constant_test_bit' from incompatible pointer type
      arch/x86/mm/pat.c:529: warning: passing argument 2 of 'variable_test_bit' from incompatible pointer type
      
      Don't open-code test_bit() on a __u32
      
      Cc: Andrea Arcangeli <andrea@qumranet.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      46dd98a5
  3. 23 5月, 2008 1 次提交
  4. 19 5月, 2008 29 次提交
  5. 18 5月, 2008 4 次提交
    • T
      Merge branch 'linus' into x86/pat · b4ef290d
      Thomas Gleixner 提交于
      b4ef290d
    • L
      Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm · 29e92f48
      Linus Torvalds 提交于
      * 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] pxa: spitz wants PXA27x UDC definitions
        [ARM] pxa: fix pxafb build when cpufreq is enabled
        [ARM] fix parenthesis in include/asm-arm/arch-omap/control.h
        [ARM] colibri: fix support for DM9000 ethernet device
        [ARM] arm/kernel/arthur.c: add MODULE_LICENSE
        [ARM] 5037/1: Orion: fix DNS323/Kurobox Pro PCI initialisation
        [ARM] 5034/1: fix arm{925,926,940,946} dma_flush_range() in WT mode
        [ARM] export copy_page
        [ARM] 5026/1: locomo: add .settype for gpio and several small fixes
        ARM: OMAP: Fixed comments on global PRM register usage
        ARM: OMAP: Add PARENT_CONTROLS_CLOCK flag to dpll5_m2_ck
        ARM: OMAP: PRCM fixes to ssi clock handling
        ARM: OMAP: Add fuctional clock enabler for iva2
        ARM: OMAP: Fix 34xx to use correct shift values for gpio2-6 fclks
        ARM: OMAP: Keymap fix for palmte and palmz71
        ARM: OMAP: Fix Unbalanced enable for IRQ in omap mailbox
        ARM: OMAP: DMA: Fix incorrect channel linking
        ARM: OMAP: Warn on disabling clocks with no users
        ARM: OMAP: Add calls to omap2_set_globals_*()
        ARM: OMAP: Update MMC header to fix compile
      29e92f48
    • R
    • R
      Merge branch 'sa1100' · 1da78078
      Russell King 提交于
      1da78078