Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14983
b: refs/heads/master
c: 6184b72
h: refs/heads/master
i:
  14981: 349792c
  14979: 690bf7f
  14975: fb6151e
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Paul Mackerras committed Dec 8, 2005
1 parent ff03d2d commit 057316b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: 325c82a029ca7ea80f8cb24815d6c9288d177190
refs/heads/master: 6184b723876cd1a374e2d1094b3c73765d4c31c1
12 changes: 0 additions & 12 deletions trunk/arch/powerpc/platforms/pseries/lpar.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,18 +298,6 @@ long pSeries_lpar_hpte_insert(unsigned long hpte_group,
if (!(vflags & HPTE_V_BOLTED))
DBG_LOW(" hpte_v=%016lx, hpte_r=%016lx\n", hpte_v, hpte_r);

#if 1
{
int i;
for (i=0;i<8;i++) {
unsigned long w0, w1;
plpar_pte_read(0, hpte_group, &w0, &w1);
BUG_ON (HPTE_V_COMPARE(hpte_v, w0)
&& (w0 & HPTE_V_VALID));
}
}
#endif

/* Now fill in the actual HPTE */
/* Set CEC cookie to 0 */
/* Zero page = 0 */
Expand Down

0 comments on commit 057316b

Please sign in to comment.