Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199543
b: refs/heads/master
c: a7df554
h: refs/heads/master
i:
  199541: c6df276
  199539: 63f724d
  199535: 80a5eb1
v: v3
  • Loading branch information
Denys Vlasenko authored and Michal Marek committed Mar 3, 2010
1 parent a5e82a6 commit 698540d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 2c31c341a827b99eef743753aa9adb917b9ea6db
refs/heads/master: a7df554ea095da4f60ff7f7b90a94c2df91942e4
2 changes: 1 addition & 1 deletion trunk/arch/parisc/include/asm/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ static inline void set_eiem(unsigned long val)
})

#ifdef CONFIG_SMP
# define __lock_aligned __attribute__((__section__(".data.lock_aligned")))
# define __lock_aligned __attribute__((__section__(".data..lock_aligned")))
#endif

#define arch_align_stack(x) (x)
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/parisc/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ SECTIONS

/* PA-RISC locks requires 16-byte alignment */
. = ALIGN(16);
.data.lock_aligned : {
*(.data.lock_aligned)
.data..lock_aligned : {
*(.data..lock_aligned)
}

/* End of data section */
Expand Down

0 comments on commit 698540d

Please sign in to comment.