22 Oct, 2010
1 commit
-
Replace EXTRA_CFLAGS with ccflags-y.
Signed-off-by: matt mooney
Signed-off-by: Kyle McMartin
30 May, 2010
1 commit
-
Clear the floating point exception flag before returning to
user space. This is needed, else the libc trampoline handler
may hit the same SIGFPE again while building up a trampoline
to a signal handler.Fixes debian bug #559406.
Signed-off-by: Helge Deller
Signed-off-by: Kyle McMartin
03 Jul, 2009
1 commit
-
Fix this build error:
arch/parisc/math-emu/decode_exc.c:351: undefined reference to `printk'Signed-off-by: Alexander Beregalov
Signed-off-by: Kyle McMartin
15 Oct, 2007
1 commit
-
Only in very rare cases is it needed to change CFLAGS
outside of arch/*/Makefile.
Fix up all wrong cases - in most cases
the use of EXTRA_CFLAGS is the only thing needed.Signed-off-by: Sam Ravnborg
23 May, 2007
1 commit
-
Spelling fixes in arch/parisc/.
Signed-off-by: Simon Arlott
Acked-by: Grant Grundler
Signed-off-by: Kyle McMartin
23 Jan, 2006
1 commit
-
Fix our trap handler to issue the correct floating point exception
for both types of invalid trap.Signed-off-by: James Bottomley
Signed-off-by: Kyle McMartin
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!