Displaying 4 results from an estimated 4 matches for "cpu_".
Did you mean:
cpu
2009 Mar 30
0
[PATCH] x86: disable stack-protector for __restore_processor_state()
...b/arch/x86/power/Makefile
index 9ff4d5b..58b32db 100644
--- a/arch/x86/power/Makefile
+++ b/arch/x86/power/Makefile
@@ -1,2 +1,7 @@
+# __restore_processor_state() restores %gs after S3 resume and so should not
+# itself be stack-protected
+nostackp := $(call cc-option, -fno-stack-protector)
+CFLAGS_cpu_$(BITS).o := $(nostackp)
+
obj-$(CONFIG_PM_SLEEP) += cpu_$(BITS).o
obj-$(CONFIG_HIBERNATION) += hibernate_$(BITS).o hibernate_asm_$(BITS).o
2009 Mar 30
0
[PATCH] x86: disable stack-protector for __restore_processor_state()
...b/arch/x86/power/Makefile
index 9ff4d5b..58b32db 100644
--- a/arch/x86/power/Makefile
+++ b/arch/x86/power/Makefile
@@ -1,2 +1,7 @@
+# __restore_processor_state() restores %gs after S3 resume and so should not
+# itself be stack-protected
+nostackp := $(call cc-option, -fno-stack-protector)
+CFLAGS_cpu_$(BITS).o := $(nostackp)
+
obj-$(CONFIG_PM_SLEEP) += cpu_$(BITS).o
obj-$(CONFIG_HIBERNATION) += hibernate_$(BITS).o hibernate_asm_$(BITS).o
2011 Jun 14
0
klibc 1.5.23 release
...cumenting EXSHELLPROC
[klibc] [BUILTIN] Dotcmd should exit with zero when doing nothing
[klibc] [EXPAND] Free IFS state after here document expansion
[klibc] [DEBUG] Use va_copy when reusing a va_list
Konstantinos Margaritis (1):
[klibc] arm: use conditional assignments for CPU_{ARCH,TUNE}
Maciej ?enczykowski (1):
[klibc] [SIGNAL] Mark status as volatile in exitshell
Matthias Klose (1):
[klibc] ppc64: Fix build failure with stricter as
maximilian attems (7):
[klibc] 1.5.22 released, next version is 1.5.23
[klibc] [JOBS] Debug compile fix
[k...
2008 Jan 06
1
overheating Thinkpad X60s with 7.0-RC1
Hello everybody!
Since the update from 6.2-STABLE to 7.0 I'm encountering problems with the
temperature of my Thinkpad X60s. Under heavy load, e.g., make builworld or
compile gcc or... I get the following output in /var/log/messages:
Dec 29 01:53:13 delta1 root: WARNING: system temperature too high, shutting
down soon!
Dec 29 01:53:13 delta1 syslogd: /dev/:0: No such file or directory
Dec 29