[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: kernel v2.4.9 fails to build on alpha



>Now the 2.4.9 kernel will not build on my alpha. 

Simple omission.  include/asm-alpha/keyboard.h needs to include
linux/kd.h like this:

*** keyboard.h~ Fri Aug 17 17:54:17 2001
--- keyboard.h  Fri Aug 17 18:10:47 2001
***************
*** 13,18 ****
--- 13,20 ----
  
  #ifdef __KERNEL__
  
+ #include <linux/kd.h>
+ 
  #define KEYBOARD_IRQ                  1
  #define DISABLE_KBD_DURING_INTERRUPTS 0
  
Tje rest of 2.4.9 is building for me as I type, so I can't yet say
whether this fixes the whole problem, or if it's broken in some other
way for Alpha.  I assume this fix will make it into a future version.

-Doug

--
Doug Larrick  doug@ties.org  douglas.larrick@intel.com AIM:DougLarick



Reply to: