
25 May
2008
25 May
'08
4:16 a.m.
Wolfgang Denk wrote:
In message 4838198C.2070108@ruby.dti.ne.jp you wrote:
These headers are used to probe and utilize CPU informartion.
- <asm/cpu-features.h>
- <asm/cpu-info.h>
- <asm/cpu.h>
- <asm/fpu.h>
- <asm/hazards.h>
...
diff --git a/include/asm-mips/cpu.h b/include/asm-mips/cpu.h new file mode 100644 index 0000000..58715e8 --- /dev/null +++ b/include/asm-mips/cpu.h @@ -0,0 +1,265 @@ +/*
- cpu.h: Values of the PRId register used to match up
various MIPS cpu types.
- Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
- Copyright (C) 2004 Maciej W. Rozycki
- */
Which license is this file released under?
GPLv2 only, no doubt. I'll check it.
Thanks for pointing this out.
Shinya