summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWilliam Lee Irwin III <wli@holomorphy.com>2005-01-01 17:47:08 -0800
committerLinus Torvalds <torvalds@evo.osdl.org>2005-01-01 17:47:08 -0800
commit0f86e14f22e45754e1492aff3626b4f163f0738b (patch)
tree401674902ec0c7735fe6fd4b784ed6729f907515 /include
parent8b83153e45d789695f340cbce013d81fc3962bcb (diff)
[PATCH] sparc32: fix hypersparc dvma
DVMA is having aliasing problems. Bob originally sent in the following description: At some point in the past, Bob Breuer wrote: > Here's the preliminary patch. This time around, both the hme > and esp drivers are working for me. This replaces my previous > patch and is against the vanilla 2.6.9 kernel. I've tried to > reduce the amount of unnecessary cache flushing, therefore this > will need some testing on non-hypersparc cpus also. It needs > some cleanup yet, and will be rediffed against a later kernel. > I'm looking for comments and feedback. This patch represents one of those subsequent rediffings. Signed-off-by: Bob Breuer <breuerr@mc.net> Acked-by: William Irwin <wli@holomorphy.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-sparc/bitext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sparc/bitext.h b/include/asm-sparc/bitext.h
index a9cd154d6206..297b2f2fcb49 100644
--- a/include/asm-sparc/bitext.h
+++ b/include/asm-sparc/bitext.h
@@ -17,6 +17,7 @@ struct bit_map {
int last_off;
int last_size;
int first_free;
+ int num_colors;
};
extern int bit_map_string_get(struct bit_map *t, int len, int align);