Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180463
b: refs/heads/master
c: 5b7efa8
h: refs/heads/master
i:
  180461: 923d149
  180459: 221e5b5
  180455: 2d3eb79
  180447: daacef9
v: v3
  • Loading branch information
David Daney authored and Ralf Baechle committed Feb 10, 2010
1 parent f7b8fd6 commit 9b76aaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: c2d5b5e525a354987b9c3de3661133f982bf9ba0
refs/heads/master: 5b7efa898b357e6ebe4024c520e62024eb969b5f
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/cpu-probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,9 @@ static inline int __cpu_has_fpu(void)
static inline void cpu_probe_vmbits(struct cpuinfo_mips *c)
{
#ifdef __NEED_VMBITS_PROBE
write_c0_entryhi(0x3ffffffffffff000ULL);
write_c0_entryhi(0x3fffffffffffe000ULL);
back_to_back_c0_hazard();
c->vmbits = fls64(read_c0_entryhi() & 0x3ffffffffffff000ULL);
c->vmbits = fls64(read_c0_entryhi() & 0x3fffffffffffe000ULL);
#endif
}

Expand Down

0 comments on commit 9b76aaf

Please sign in to comment.