Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114600
b: refs/heads/master
c: 99c8406
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Benjamin Herrenschmidt committed Oct 10, 2008
1 parent 653cd6e commit 94511df
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4538d0ca71b4f8991c4c0f433d7d17805738326e
refs/heads/master: 99c840668c23fa81ac642598c792926021329747
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/oprofile/cell/vma_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ struct vma_to_fileoffset_map *create_vma_map(const struct spu *aSpu,
*/
overlay_tbl_offset = vma_map_lookup(map, ovly_table_sym,
aSpu, &grd_val);
if (overlay_tbl_offset < 0) {
if (overlay_tbl_offset > 0x10000000) {
printk(KERN_ERR "SPU_PROF: "
"%s, line %d: Error finding SPU overlay table\n",
__func__, __LINE__);
Expand Down

0 comments on commit 94511df

Please sign in to comment.