Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97420
b: refs/heads/master
c: b441232
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed May 28, 2008
1 parent 9b935bf commit 26141c1
Show file tree
Hide file tree
Showing 3 changed files with 9 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: d6de8be711b28049a5cb93c954722c311c7d3f7f
refs/heads/master: b4412323cc954bd0a2144b1c2ed573dd2eddb32c
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
2 changes: 1 addition & 1 deletion trunk/include/asm-mn10300/ipcbuf.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef _ASM_IPCBUF_H_
#ifndef _ASM_IPCBUF_H
#define _ASM_IPCBUF_H

/*
Expand Down

0 comments on commit 26141c1

Please sign in to comment.