Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35463
b: refs/heads/master
c: 029669d
h: refs/heads/master
i:
  35461: 8ac3490
  35459: 1486cbe
  35455: f45dec1
v: v3
  • Loading branch information
Paul Mundt authored and David Woodhouse committed Sep 21, 2006
1 parent 6b3b701 commit 9f616f7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 17 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: b5233d0704c9a6147ebbfabc576d1638b3ac5274
refs/heads/master: 029669da25efa18ee4b8911e694fdcf4a11c8cbe
3 changes: 1 addition & 2 deletions trunk/include/asm-sh64/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,8 @@ typedef struct { unsigned long pgprot; } pgprot_t;
#define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | VM_EXEC | \
VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)

#endif /* __KERNEL__ */

#include <asm-generic/memory_model.h>
#include <asm-generic/page.h>

#endif /* __KERNEL__ */
#endif /* __ASM_SH64_PAGE_H */
16 changes: 4 additions & 12 deletions trunk/include/asm-sh64/shmparam.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,11 @@
#define __ASM_SH64_SHMPARAM_H

/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* include/asm-sh64/shmparam.h
*
* Copyright (C) 2000, 2001 Paolo Alberelli
*
* Set this to a sensible safe default, we'll work out the specifics for the
* align mask from the cache descriptor at run-time.
*/
#define SHMLBA 0x4000

#include <asm/cache.h>

/* attach addr a multiple of this */
#define SHMLBA (cpu_data->dcache.sets * L1_CACHE_BYTES)
#define __ARCH_FORCE_SHMLBA

#endif /* __ASM_SH64_SHMPARAM_H */
1 change: 0 additions & 1 deletion trunk/include/asm-sh64/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*/

#include <linux/types.h>
#include <asm/processor.h>

/* Avoid too many header ordering problems. */
struct siginfo;
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-sh64/user.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*/

#include <linux/types.h>
#include <asm/processor.h>
#include <asm/ptrace.h>
#include <asm/page.h>

Expand Down

0 comments on commit 9f616f7

Please sign in to comment.