]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] Improved kernel stack overflow checking.
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 27 Apr 2007 14:01:46 +0000 (16:01 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 27 Apr 2007 14:01:43 +0000 (16:01 +0200)
commitc9c25fb2b79a15398da8929a8d4ec8de6e6713a3
treecd82d79c1b4b48b6e188bc65654b99237c1252de
parent29a54a7ed52b98aa5cd906103a88db45287f7b47
[S390] Improved kernel stack overflow checking.

Recent cvs versions of gcc have support for an improved stack overflow
checking that calculates the size of the guard size for each function.
If the compiler accepts -mstack-size without -mstack-guard then the
new stack check is available. We always want to use the new stack
checker.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/s390/Makefile