diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/.gitignore | 1 | ||||
-rw-r--r-- | include/linux/spinlock.h | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-mips/.gitignore b/include/asm-mips/.gitignore deleted file mode 100644 index 4ec57ad5bc3c..000000000000 --- a/include/asm-mips/.gitignore +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | asm_offsets.h | ||
diff --git a/include/linux/spinlock.h b/include/linux/spinlock.h index 0e9682c9def5..799be6747944 100644 --- a/include/linux/spinlock.h +++ b/include/linux/spinlock.h | |||
@@ -59,8 +59,7 @@ | |||
59 | /* | 59 | /* |
60 | * Must define these before including other files, inline functions need them | 60 | * Must define these before including other files, inline functions need them |
61 | */ | 61 | */ |
62 | #define LOCK_SECTION_NAME \ | 62 | #define LOCK_SECTION_NAME ".text.lock."KBUILD_BASENAME |
63 | ".text.lock." __stringify(KBUILD_BASENAME) | ||
64 | 63 | ||
65 | #define LOCK_SECTION_START(extra) \ | 64 | #define LOCK_SECTION_START(extra) \ |
66 | ".subsection 1\n\t" \ | 65 | ".subsection 1\n\t" \ |