Skip to content

Commit

Permalink
Merge branch 'sh/cachetlb'
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Mundt committed Oct 10, 2009
2 parents a469f62 + f9e2bdf commit 5e3679c
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 425 deletions.
6 changes: 3 additions & 3 deletions arch/sh/include/asm/fixmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#define _ASM_FIXMAP_H

#include <linux/kernel.h>
#include <linux/threads.h>
#include <asm/page.h>
#ifdef CONFIG_HIGHMEM
#include <linux/threads.h>
#include <asm/kmap_types.h>
#endif

Expand Down Expand Up @@ -46,9 +46,9 @@
* fix-mapped?
*/
enum fixed_addresses {
#define FIX_N_COLOURS 16
#define FIX_N_COLOURS 8
FIX_CMAP_BEGIN,
FIX_CMAP_END = FIX_CMAP_BEGIN + FIX_N_COLOURS,
FIX_CMAP_END = FIX_CMAP_BEGIN + (FIX_N_COLOURS * NR_CPUS),
FIX_UNCACHED,
#ifdef CONFIG_HIGHMEM
FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */
Expand Down
Loading

0 comments on commit 5e3679c

Please sign in to comment.