[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAMe9rOpHe1cUKemoVMWygokTUrDCQtZCMsE+x5p7HmT+TQm9AQ@mail.gmail.com>
Date: Wed, 21 Aug 2013 13:22:19 -0700
From: "H.J. Lu" <hjl.tools@...il.com>
To: LKML <linux-kernel@...r.kernel.org>
Cc: "H. Peter Anvin" <hpa@...or.com>, Ingo Molnar <mingo@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>, tiwai@...e.de,
perex@...ex.cz, alsa-devel@...a-project.org
Subject: [PATCH 2/2] Use __compat_aligned_s64 in snd_ctl_elem_value
The integer64 field in struct snd_ctl_elem_value has different offsets,
depending the alignment of long long. This patch replaces long long
with the newly introduced __compat_aligned_s64 so that x32 and ia32
can use the same compat system call for struct snd_ctl_elem_value.
--
H.J.
Download attachment "0002-Use-__compat_aligned_s64-in-snd_ctl_elem_value.patch" of type "application/octet-stream" (1133 bytes)
Powered by blists - more mailing lists