Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154819
b: refs/heads/master
c: d2af12a
h: refs/heads/master
i:
  154817: 448069f
  154815: b90abbb
v: v3
  • Loading branch information
Tim Abbott authored and Sam Ravnborg committed Jun 26, 2009
1 parent f9244fa commit 66a2b0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 73f1d9391a6aa72efdcea2f302ee7bfcd313c631
refs/heads/master: d2af12aeadaedf657c9fb9c3df984d2c5ab25f4c
9 changes: 9 additions & 0 deletions trunk/include/linux/linkage.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
#define __page_aligned_data __section(.data.page_aligned) __aligned(PAGE_SIZE)
#define __page_aligned_bss __section(.bss.page_aligned) __aligned(PAGE_SIZE)

/*
* For assembly routines.
*
* Note when using these that you must specify the appropriate
* alignment directives yourself
*/
#define __PAGE_ALIGNED_DATA .section ".data.page_aligned", "aw"
#define __PAGE_ALIGNED_BSS .section ".bss.page_aligned", "aw"

/*
* This is used by architectures to keep arguments on the stack
* untouched by the compiler by keeping them live until the end.
Expand Down

0 comments on commit 66a2b0f

Please sign in to comment.