Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129848
b: refs/heads/master
c: 46ca0d1
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Benjamin Herrenschmidt committed Jan 16, 2009
1 parent c52ee27 commit 1c393d1
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b17b3df161814c43c03dbc8dbf8d32741bb30ba4
refs/heads/master: 46ca0d15394baf804fbb38694c651dd067c69458
4 changes: 3 additions & 1 deletion trunk/arch/powerpc/platforms/ps3/interrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
* gives a usable range of plug values of {NUM_ISA_INTERRUPTS..63}. Note
* that there is no constraint on how many in this set an individual thread
* can acquire.
*
* The mask is declared as unsigned long so we can use set/clear_bit on it.
*/

#define PS3_BMP_MINALIGN 64
Expand All @@ -68,7 +70,7 @@ struct ps3_bmp {
struct {
u64 status;
u64 unused_1[3];
u64 mask;
unsigned long mask;
u64 unused_2[3];
};
u64 ipi_debug_brk_mask;
Expand Down

0 comments on commit 1c393d1

Please sign in to comment.