This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4ec891b848
NetBSD
/
sys
/
arch
/
evbarm
/
include
/
cpu.h
4 lines
83 B
C
Raw
Normal View
History
Unescape
Escape
Clean up evbarm interrupt support a little: * Define an ARM_INTR_IMPL option, which specifies a header file describing the interrupt implementation for the platform. Use this instead of the list of EVBARM_BOARDTYPE checks. * Make the s3c2xx0 interrupt dispatch code a bit more generic, and move it to a generic location so that other platforms can use it. This eliminates all uses of the EVBARM_BOARDTYPE stuff, so delete it.
2003-01-03 02:37:53 +03:00
/* $NetBSD: cpu.h,v 1.5 2003/01/02 23:38:03 thorpej Exp $ */
End the "new ARM includes strategy" experiment. The new strategy broke too many assumptions makde by other parts of the source tree, and the strategy and how it was supposed to work was never discussed on tech-userlevel, nor was it applied consistently (to all ARM ports and to other ports which have common MACHINE_ARCH code, such as MIPS, m68k, powerpc). Verified to complete a full "make build" on cats, dnard, evbarm, and netwinder.
2001-11-25 18:55:53 +03:00
#
include
<arm/cpu.h>
Reference in New Issue
Copy Permalink