Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61647
b: refs/heads/master
c: ea02e3d
h: refs/heads/master
i:
  61645: 25335c4
  61643: 6d5ad78
  61639: 352e60a
  61631: bacac5c
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Jul 19, 2007
1 parent cd68b0f commit bf86437
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 3abf7afd406866a84276d3ed04f4edf6070c9cb5
refs/heads/master: ea02e3dde3509ffa7fda7f8de9c8a366e03f7bbd
2 changes: 1 addition & 1 deletion trunk/arch/frv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ASFLAGS += -mno-fdpic
# make sure the .S files get compiled with debug info
# and disable optimisations that are unhelpful whilst debugging
ifdef CONFIG_DEBUG_INFO
CFLAGS += -O1
#CFLAGS += -O1
AFLAGS += -Wa,--gdwarf2
ASFLAGS += -Wa,--gdwarf2
endif
Expand Down
2 changes: 1 addition & 1 deletion trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ static int __cpuinit cpuup_callback(struct notifier_block *nfb,
struct kmem_cache *cachep;
struct kmem_list3 *l3 = NULL;
int node = cpu_to_node(cpu);
int memsize = sizeof(struct kmem_list3);
const int memsize = sizeof(struct kmem_list3);

switch (action) {
case CPU_LOCK_ACQUIRE:
Expand Down

0 comments on commit bf86437

Please sign in to comment.