Messages in this thread |  | | Date | Mon, 12 Feb 2001 22:11:50 +0000 (GMT) | From | Alan Cox <> |
| |
> Hmm... Looks more difficult than I expected. Can we just change the > one call to BUG to something sensible on alphas? I'm really eager to > run this kernel..
The 'something sensible' is what you need to define BUG() to be, so its no harder to do it right IMHO
I suspect adding
#define BUG() __asm__ __volatile__("call_pal 129 # bugchk")
to include/asm-alpha/page.h will do the right thing, since it works on 2.4
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://vger.kernel.org/lkml/
|  |