Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101725
b: refs/heads/master
c: 362e770
h: refs/heads/master
i:
  101723: 92f025a
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Jul 1, 2008
1 parent 61d07a7 commit 43bdc7c
Show file tree
Hide file tree
Showing 5 changed files with 940 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b1a735de64cc975c31a1642ec55e082ddbdfeaf
refs/heads/master: 362e7701fd183d990e0863883461edef61392710
5 changes: 5 additions & 0 deletions trunk/arch/powerpc/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ config CODE_PATCHING_SELFTEST
depends on DEBUG_KERNEL
default n

config FTR_FIXUP_SELFTEST
bool "Run self-tests of the feature-fixup code."
depends on DEBUG_KERNEL
default n

choice
prompt "Serial Port"
depends on KGDB
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/powerpc/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ obj-$(CONFIG_PPC_LIB_RHEAP) += rheap.o

obj-y += code-patching.o
obj-y += feature-fixups.o
obj-$(CONFIG_FTR_FIXUP_SELFTEST) += feature-fixups-test.o
Loading

0 comments on commit 43bdc7c

Please sign in to comment.