Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Atsushi Nemoto writes: | Eric Andersen | 2006-09-11 | 1 | -2/+10 |
| | | | | | | | The "make headers_install" in kernel 2.6.18 does not export asm-mips/asm.h, asm-mips/regdef.h and asm-mips/sysmips.h. Do not use them. We can use sys/asm.h and sys/regdef.h instead. The sysmips.h part of this patch is came from glibc 2.4 code. | ||||
* | Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>. | Manuel Novoa III | 2003-11-28 | 1 | -1/+1 |
| | |||||
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 1 | -0/+36 |
and to better support each arch. This is a really big patch... -Erik |