[PATCH 8/14] ps3: bind interrupt to cpu

Geert Uytterhoeven Geert.Uytterhoeven at sonycom.com
Fri Jan 26 00:32:13 EST 2007


On Wed, 24 Jan 2007, Geoff Levand wrote:
> +struct ps3_bmp {
> +	struct {
> +		unsigned long status;
> +		unsigned long unused_1[3];
> +		unsigned long mask;
> +		unsigned long unused_2[3];
> +	} __attribute__ ((aligned (64)));
> +
> +	spinlock_t lock;
> +	unsigned long ipi_debug_brk_mask;
> +};

I know we support 64-bit kernels only, but as hypervisor calls are always
64-bit, perhaps you want to explicitly use u64 instead of unsigned long?

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- Sony Network and Software Technology Center Europe (NSCE)
Geert.Uytterhoeven at sonycom.com ------- The Corporate Village, Da Vincilaan 7-D1
Voice +32-2-7008453 Fax +32-2-7008622 ---------------- B-1935 Zaventem, Belgium



More information about the Linuxppc-dev mailing list