Re: [RFC][Patch 2/5]integrity: TPM internel kernel interface

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Harvey Harrison
Date: Wednesday, May 28, 2008 - 9:12 am

On Wed, 2008-05-28 at 00:17 -0700, Andrew Morton wrote:

	rc = get_unaligned_be32((__be32 *)(data + 6));

If it was aligned:

	rc = be32_to_cpup((__be32 *)(data + 6));

Cheers,

Harvey



--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [RFC][Patch 2/5]integrity: TPM internel kernel interface, Harvey Harrison, (Wed May 28, 9:12 am)