Merge branches 'fixes', 'pgt-next' and 'versatile' into devel

This commit is contained in:
Russell King
2011-03-20 09:32:12 +00:00
65 changed files with 1044 additions and 1194 deletions

View File

@@ -195,7 +195,7 @@ static struct tagtable __tagtable_##fn __tag = { tag, fn }
#define NR_BANKS 8
struct membank {
unsigned long start;
phys_addr_t start;
unsigned long size;
unsigned int highmem;
};