Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 971
b: refs/heads/master
c: 7d12e52
h: refs/heads/master
i:
  969: 2e8ac88
  967: 89470a6
v: v3
  • Loading branch information
Anton Blanchard authored and Linus Torvalds committed May 5, 2005
1 parent 759b465 commit 0105c36
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 696c2b9f97c2439e9fb299650041ec750df46865
refs/heads/master: 7d12e522ba13ce718b7ec32b75803dece8adb072
4 changes: 4 additions & 0 deletions trunk/arch/ia64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ config GENERIC_IOMAP
bool
default y

config SCHED_NO_NO_OMIT_FRAME_POINTER
bool
default y

choice
prompt "System type"
default IA64_GENERIC
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/ppc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ config GENERIC_NVRAM
bool
default y

config SCHED_NO_NO_OMIT_FRAME_POINTER
bool
default y

source "init/Kconfig"

menu "Processor"
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/ppc64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ config COMPAT
bool
default y

config SCHED_NO_NO_OMIT_FRAME_POINTER
bool
default y

# We optimistically allocate largepages from the VM, so make the limit
# large enough (16MB). This badly named config option is actually
# max order + 1
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ obj-$(CONFIG_SYSFS) += ksysfs.o
obj-$(CONFIG_GENERIC_HARDIRQS) += irq/
obj-$(CONFIG_SECCOMP) += seccomp.o

ifneq ($(CONFIG_IA64),y)
ifneq ($(CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER),y)
# According to Alan Modra <alan@linuxcare.com.au>, the -fno-omit-frame-pointer is
# needed for x86 only. Why this used to be enabled for all architectures is beyond
# me. I suspect most platforms don't need this, but until we know that for sure
Expand Down

0 comments on commit 0105c36

Please sign in to comment.