1. 14 7月, 2009 1 次提交
  2. 13 7月, 2009 2 次提交
    • R
      x86, apic: Fix false positive section mismatch in numaq_32.c · 7473727b
      Rakib Mullick 提交于
      The variable apic_numaq placed in noninit section references the
      function wakeup_secondary_cpu_via_nmi(), which is in __cpuinit
      section. Thus causes a section mismatch warning. To avoid such
      mismatch we mark apic_numaq as __refdata.
      
      We were warned by the following warning:
      
        WARNING: arch/x86/kernel/built-in.o(.data+0x932c): Section mismatch in
        reference from the variable apic_numaq to the function
        .cpuinit.text:wakeup_secondary_cpu_via_nmi()
      Signed-off-by: NRakib Mullick <rakib.mullick@gmail.com>
      LKML-Reference: <b9df5fa10907120407p6b4f67dtf4d563155488188a@mail.gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      7473727b
    • R
      x86: Fix false positive section mismatch in es7000_32.c · 151586d0
      Rakib Mullick 提交于
      The variable apic_es7000_cluster references the function __cpuinit
      wakeup_secondary_cpu_via_mip() from a noninit section. So we've been
      warned by the following warning. To avoid possible collision between
      init/noninit, its best to mark the variable as __refdata.
      
      We were warned by the following warning:
      
        LD      arch/x86/kernel/apic/built-in.o
        WARNING: arch/x86/kernel/apic/built-in.o(.data+0x198c): Section
        mismatch in reference from the variable apic_es7000_cluster to the
        function .cpuinit.text:wakeup_secondary_cpu_via_mip()
      Signed-off-by: NRakib Mullick <rakib.mullick@gmail.com>
      LKML-Reference: <b9df5fa10907120404k6279a10ch5e9682432272706f@mail.gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      151586d0
  3. 11 7月, 2009 34 次提交
  4. 10 7月, 2009 3 次提交
    • M
      oprofile: reset bt_lost_no_mapping with other stats · 2b8777ca
      Maynard Johnson 提交于
      The bt_lost_no_mapping is not getting reset at the start of a
      profiling run, thus the oprofiled.log shows erroneous values for this
      statistic. The attached patch fixes this problem.
      Signed-off-by: NMaynard Johnson <maynardj@us.ibm.com>
      Signed-off-by: NRobert Richter <robert.richter@amd.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      2b8777ca
    • T
      Merge branch 'fix/hda' into for-linus · 3ae30796
      Takashi Iwai 提交于
      * fix/hda:
        ALSA: hda - targa and targa-2ch fix
        ALSA: hda - fix beep tone calculation for IDT/STAC codecs
        ALSA: hda - Missing volume controls for Intel HDA (ALC269/EeePC)
        ALSA: hda - Disable AMD SB600 64bit address support only
        ALSA: hda - Check widget types while parsing capture source in patch_via.c
        ALSA: hda - Fix capture source selection in patch_via.c
        ALSA: hda - Add missing EAPD initialization for VIA codecs
        ALSA: hda - Clean up VT170x dig-in initialization code
        ALSA: hda - Fix error path in the sanity check in azx_pcm_open()
        ALSA: hda - move 8086:fb30 quirk (stac9205) to the proper section
      3ae30796
    • T
      Merge branch 'fix/asoc' into for-linus · f371f12f
      Takashi Iwai 提交于
      * fix/asoc:
        ASoC: Fix wm8753 register cache size and initialization
        ASoC: add locking to mpc5200-psc-ac97 driver
        ASoC: Fix mpc5200-psc-ac97 to ensure the data ready bit is cleared
        ASoC: Fix register cache initialisation for WM8753
      f371f12f