Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97411
b: refs/heads/master
c: dc1d60a
h: refs/heads/master
i:
  97409: 186d0f1
  97407: 9b62f7c
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed May 28, 2008
1 parent 075199f commit 26eeffd
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 5e55843bb8ed1ec7d134a759c53e34beb1618952
refs/heads/master: dc1d60a014aa9614518f9856ff661716d0969ffd
7 changes: 7 additions & 0 deletions trunk/include/asm-frv/mem-layout.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@

#define PAGE_MASK (~(PAGE_SIZE-1))

/*
* the slab must be aligned such that load- and store-double instructions don't
* fault if used
*/
#define ARCH_KMALLOC_MINALIGN (sizeof(long) * 2)
#define ARCH_SLAB_MINALIGN (sizeof(long) * 2)

/*****************************************************************************/
/*
* virtual memory layout from kernel's point of view
Expand Down

0 comments on commit 26eeffd

Please sign in to comment.