Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100596
b: refs/heads/master
c: 0fd0e3d
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Paalanen authored and Thomas Gleixner committed May 24, 2008
1 parent 9c3f880 commit 104e534
Show file tree
Hide file tree
Showing 11 changed files with 336 additions and 282 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: f513638030ca384b0bace4df64f0b82f6ae1e4c6
refs/heads/master: 0fd0e3da4557c479b820b9a4a7afa25b4637ddf2
1 change: 0 additions & 1 deletion trunk/arch/x86/kernel/init_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ static struct signal_struct init_signals = INIT_SIGNALS(init_signals);
static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
struct mm_struct init_mm = INIT_MM(init_mm);
EXPORT_UNUSED_SYMBOL(init_mm); /* will be removed in 2.6.26 */
EXPORT_SYMBOL_GPL(init_mm);

/*
* Initial thread structure.
Expand Down
8 changes: 4 additions & 4 deletions trunk/arch/x86/kernel/mmiotrace/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
obj-$(CONFIG_MMIOTRACE) += mmiotrace.o
mmiotrace-objs := pf_in.o kmmio.o mmio-mod.o

obj-$(CONFIG_MMIOTRACE_TEST) += testmmiotrace.o
obj-$(CONFIG_MMIOTRACE_HOOKS) += kmmio.o
obj-$(CONFIG_MMIOTRACE) += mmiotrace.o
mmiotrace-objs := pf_in.o mmio-mod.o
obj-$(CONFIG_MMIOTRACE_TEST) += testmmiotrace.o
Loading

0 comments on commit 104e534

Please sign in to comment.