Re: [PATCH][4/6]Register snapshotting before kexec-boot

From: Dave Hansen
Date: Tue Aug 17 2004 - 11:28:36 EST


On Tue, 2004-08-17 at 05:09, Hariprasad Nellitheertha wrote:
> Regards, Hari
> + /* Now copy over the saved task pointers and the registers
> + * to the end of the reserved area
> + */
> + dest_addr = (void *)(__va(CRASH_BACKUP_BASE + CRASH_BACKUP_SIZE));

Why the cast? Isn't __va() already returning a void*?

-- Dave

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