diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-15 20:31:43 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-15 20:31:43 -0400 |
| commit | 7a1b29a82ba76427de791098c095ce31dab9333d (patch) | |
| tree | 077a1563ce243b6ac619397a0b7904623a28de50 /arch/tile/include/asm/cache.h | |
| parent | d7824370e26325c881b665350ce64fb0a4fde24a (diff) | |
| parent | a5854dd7f30c3849edf9b9711362e2dd51d3f855 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
* git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile:
arch/tile: don't validate CROSS_COMPILE needlessly
arch/tile: export only COMMAND_LINE_SIZE to userspace.
arch/tile: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN
arch/tile: Rename the hweight() implementations to __arch_hweight()
arch/tile: extend syscall ABI to set r1 on return as well.
arch/tile: Various cleanups.
arch/tile: support backtracing on TILE-Gx
arch/tile: Fix a couple of issues with the COMPAT code for TILE-Gx.
arch/tile: Use separate, better minsec values for clocksource and sched_clock.
arch/tile: correct a bug in freeing bootmem by VA for the optional second initrd.
arch: tile: mm: pgtable.c: Removed duplicated #include
arch: tile: kernel/proc.c Removed duplicated #include
Add fanotify syscalls to <asm-generic/unistd.h>.
arch/tile: support new kunmap_atomic() naming convention.
tile: remove unused ISA_DMA_THRESHOLD define
Conflicts in arch/tile/configs/tile_defconfig (pick the mainline version
with the reduced defconfig).
Diffstat (limited to 'arch/tile/include/asm/cache.h')
| -rw-r--r-- | arch/tile/include/asm/cache.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/tile/include/asm/cache.h b/arch/tile/include/asm/cache.h index f6101840c9e7..08a2815b5e4e 100644 --- a/arch/tile/include/asm/cache.h +++ b/arch/tile/include/asm/cache.h | |||
| @@ -27,11 +27,10 @@ | |||
| 27 | #define L2_CACHE_ALIGN(x) (((x)+(L2_CACHE_BYTES-1)) & -L2_CACHE_BYTES) | 27 | #define L2_CACHE_ALIGN(x) (((x)+(L2_CACHE_BYTES-1)) & -L2_CACHE_BYTES) |
| 28 | 28 | ||
| 29 | /* | 29 | /* |
| 30 | * TILE-Gx is fully coherents so we don't need to define | 30 | * TILE-Gx is fully coherent so we don't need to define ARCH_DMA_MINALIGN. |
| 31 | * ARCH_KMALLOC_MINALIGN. | ||
| 32 | */ | 31 | */ |
| 33 | #ifndef __tilegx__ | 32 | #ifndef __tilegx__ |
| 34 | #define ARCH_KMALLOC_MINALIGN L2_CACHE_BYTES | 33 | #define ARCH_DMA_MINALIGN L2_CACHE_BYTES |
| 35 | #endif | 34 | #endif |
| 36 | 35 | ||
| 37 | /* use the cache line size for the L2, which is where it counts */ | 36 | /* use the cache line size for the L2, which is where it counts */ |
