#372: Kernel 2.6.15 needs CONFIG_DEBUG_PREEMPT
------------------------------------+---------------------------------------
      Reporter:  [EMAIL PROTECTED]  |       Owner:          
          Type:  defect             |      Status:  reopened
      Priority:  major              |   Milestone:          
     Component:  madwifi: HAL       |     Version:  trunk   
    Resolution:                     |    Keywords:          
Patch_attached:  0                  |  
------------------------------------+---------------------------------------
Changes (by [EMAIL PROTECTED]):

  * resolution:  invalid =>
  * component:  madwifi: other => madwifi: HAL
  * status:  closed => reopened

Comment:

 I've looked at 2.6.12.5 as well, it also relies on CONFIG_DEBUG_PREEMPT.
 MadWifi (at least the open source component) doesn't call it, no, but
 ath_hal (the binary component) does. Check your kernel config as well, see
 if you have it.

 2.6.12.5
 {{{
 /usr/src/linux-2.6.12.5 $ grep -A 3 CONFIG_DEBUG_PREEMPT kernel/sched.c
 #if defined(CONFIG_PREEMPT) && defined(CONFIG_DEBUG_PREEMPT)

 void fastcall add_preempt_count(int val)
 {
 }}}

 2.6.15
 {{{
 /usr/src/linux-2.6.15 $ grep -A 3 CONFIG_DEBUG_PREEMPT kernel/sched.c
 #if defined(CONFIG_PREEMPT) && defined(CONFIG_DEBUG_PREEMPT)

 void fastcall add_preempt_count(int val)
 {
 }}}

-- 
Ticket URL: <http://madwifi.org/ticket/372>
MadWifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity

Reply via email to