Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210933
b: refs/heads/master
c: 91e71c1
h: refs/heads/master
i:
  210931: 73b1948
v: v3
  • Loading branch information
Linus Torvalds committed Sep 23, 2010
1 parent 15836d8 commit 5780608
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 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: fc6e756894b703952fd277a1f98a5d93e7ba847a
refs/heads/master: 91e71c12c506e15028c252a5a097723f41c518dd
1 change: 0 additions & 1 deletion trunk/arch/mn10300/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ mainmenu "Linux Kernel Configuration"
config MN10300
def_bool y
select HAVE_OPROFILE
select HAVE_ARCH_TRACEHOOK

config AM33
def_bool y
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/mn10300/include/asm/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ int ffs(int x)
#include <asm-generic/bitops/hweight.h>

#define ext2_set_bit_atomic(lock, nr, addr) \
test_and_set_bit((nr) ^ 0x18, (addr))
test_and_set_bit((nr), (addr))
#define ext2_clear_bit_atomic(lock, nr, addr) \
test_and_clear_bit((nr) ^ 0x18, (addr))
test_and_clear_bit((nr), (addr))

#include <asm-generic/bitops/ext2-non-atomic.h>
#include <asm-generic/bitops/minix-le.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mn10300/include/asm/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ typedef unsigned long sigset_t;

/* These should not be considered constants from userland. */
#define SIGRTMIN 32
#define SIGRTMAX (_NSIG-1)
#define SIGRTMAX _NSIG

/*
* SA_FLAGS values:
Expand Down

0 comments on commit 5780608

Please sign in to comment.