#746: Compile Breakage On 2.6.18-rc1-mm1
-----------------------------------------------+----------------------------
      Reporter:  [EMAIL PROTECTED]  |       Owner:                
          Type:  defect                        |      Status:  new           
      Priority:  major                         |   Milestone:                
     Component:  madwifi: makefiles            |     Version:  trunk         
    Resolution:                                |    Keywords:  2.6.18-rc1-mm1
Patch_attached:  0                             |  
-----------------------------------------------+----------------------------
Comment (by tty56):

 The problem with kernel 2.6.18-rc1-git4 is caused by the a change in the
 linux kernel:
 linux-2.6.18-rc1-git4 # grep roundup ./include/linux/kernel.h
 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y))
 __attribute_const__ roundup_pow_of_two(unsigned long x)

 linux-2.6.17-ck1 # grep roundup ./include/linux/kernel.h
 __attribute_const__ roundup_pow_of_two(unsigned long x)

 after removing roundup from compat.h everything works fine.

-- 
Ticket URL: <http://madwifi.org/ticket/746>
MadWifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets

Reply via email to