RE: [2.5 patch] postfix a constant in efi.h with ULL

Matt_Domsch@Dell.com
Mon, 23 Jun 2003 16:27:07 -0500


> The patch below postfixes a constant in efi.h with ULL, on 32 bit archs
> this constant is too big for an int.
> -#define GPT_HEADER_SIGNATURE 0x5452415020494645L
> +#define GPT_HEADER_SIGNATURE 0x5452415020494645ULL

Sounds good. Please submit for 2.4.x also.

Thanks,
Matt

-- 
Matt Domsch
Sr. Software Engineer
Dell Linux Solutions www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/