Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26298
b: refs/heads/master
c: 58268b9
h: refs/heads/master
v: v3
  • Loading branch information
Christian Borntraeger authored and Linus Torvalds committed Apr 28, 2006
1 parent 1434ecd commit b325cae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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: b73d40c6178f2c8b2d574db566b47f36e3d12072
refs/heads/master: 58268b97f679108d32a882a7fc029585da801975
4 changes: 3 additions & 1 deletion trunk/arch/s390/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ SECTIONS
. = ALIGN(4096);
.data.page_aligned : { *(.data.idt) }

. = ALIGN(32);
. = ALIGN(256);
.data.cacheline_aligned : { *(.data.cacheline_aligned) }

. = ALIGN(256);
.data.read_mostly : { *(.data.read_mostly) }
_edata = .; /* End of data section */

. = ALIGN(8192); /* init_task */
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-s390/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@

#define ARCH_KMALLOC_MINALIGN 8

#define __read_mostly __attribute__((__section__(".data.read_mostly")))

#endif

0 comments on commit b325cae

Please sign in to comment.