Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14985
b: refs/heads/master
c: dabcafd
h: refs/heads/master
i:
  14983: 057316b
v: v3
  • Loading branch information
Olof Johansson authored and Paul Mackerras committed Dec 9, 2005
1 parent 7a512ec commit 6a4a90f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 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: 326743ead7d0c08e0da715832386660ff3823170
refs/heads/master: dabcafd3f363bacd6b89f537af27dc79128e4806
10 changes: 9 additions & 1 deletion trunk/arch/powerpc/kernel/setup_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,15 @@ int boot_cpuid_phys = 0;
dev_t boot_dev;
u64 ppc64_pft_size;

struct ppc64_caches ppc64_caches;
/* Pick defaults since we might want to patch instructions
* before we've read this from the device tree.
*/
struct ppc64_caches ppc64_caches = {
.dline_size = 0x80,
.log_dline_size = 7,
.iline_size = 0x80,
.log_iline_size = 7
};
EXPORT_SYMBOL_GPL(ppc64_caches);

/*
Expand Down

0 comments on commit 6a4a90f

Please sign in to comment.