Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46829
b: refs/heads/master
c: a8229a9
h: refs/heads/master
i:
  46827: 9d55d80
v: v3
  • Loading branch information
Geoff Levand authored and Paul Mackerras committed Feb 7, 2007
1 parent a10226d commit 84d5f56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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: 43d80439c5f619446e174abdbdaff4fc0e539546
refs/heads/master: a8229a9e5211a52839268b82ae14cdf528d48f58
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/ps3/os-area.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ struct os_area_header {
u32 ldr_format;
u32 ldr_size;
u32 _reserved_2[6];
} __attribute__ ((packed));
};

enum {
PARAM_BOOT_FLAG_GAME_OS = 0,
Expand Down Expand Up @@ -114,7 +114,7 @@ struct os_area_params {
u8 dns_primary[4];
u8 dns_secondary[4];
u8 _reserved_5[8];
} __attribute__ ((packed));
};

/**
* struct saved_params - Static working copies of data from the 'Other OS' area.
Expand Down
5 changes: 2 additions & 3 deletions trunk/arch/powerpc/platforms/ps3/spu.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ enum spe_type {
*/

struct spe_shadow {
u8 padding_0000[0x0140];
u8 padding_0140[0x0140];
u64 int_status_class0_RW; /* 0x0140 */
u64 int_status_class1_RW; /* 0x0148 */
u64 int_status_class2_RW; /* 0x0150 */
Expand All @@ -67,8 +67,7 @@ struct spe_shadow {
u8 padding_0c08[0x0f00-0x0c08];
u64 spe_execution_status; /* 0x0f00 */
u8 padding_0f08[0x1000-0x0f08];
} __attribute__ ((packed));

};

/**
* enum spe_ex_state - Logical spe execution state.
Expand Down

0 comments on commit 84d5f56

Please sign in to comment.