From: Gianni Tedesco <gianni@scaramanga.co.uk>
To: Christopher Li <chrisl@vmware.com>
Cc: linux kernel mail list <linux-kernel@vger.kernel.org>
Subject: Re: compat ioctl for submiting URB
Date: Sat, 29 Jan 2005 04:29:51 +0000 [thread overview]
Message-ID: <1106972991.3972.57.camel@sherbert> (raw)
In-Reply-To: <20050128212304.GA11024@64m.dyndns.org>
On Fri, 2005-01-28 at 16:23 -0500, Christopher Li wrote:
> +#ifdef CONFIG_IA32_EMULATION
> +
> + case USBDEVFS_SUBMITURB32:
> + snoop(&dev->dev, "%s: SUBMITURB32\n", __FUNCTION__);
> + ret = proc_submiturb_compat(ps, p);
> + if (ret >= 0)
> + inode->i_mtime = CURRENT_TIME;
> + break;
> +#endif
Why don't other 64bit architectures need this chunk?
--
// Gianni Tedesco (gianni at scaramanga dot co dot uk)
lynx --source www.scaramanga.co.uk/scaramanga.asc | gpg --import
next prev parent reply other threads:[~2005-01-29 4:31 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-28 21:23 compat ioctl for submiting URB Christopher Li
2005-01-29 4:29 ` Gianni Tedesco [this message]
2005-01-29 1:33 ` Christopher Li
2005-01-29 5:45 ` Roland Dreier
2005-01-29 4:30 ` Christopher Li
2005-01-29 5:47 ` Al Viro
2005-01-29 6:28 ` Andi Kleen
2005-01-29 6:33 ` Andi Kleen
2005-01-29 4:55 ` Christopher Li
2005-01-29 5:58 ` [PATCH] compat USB ioctl take II was " Christopher Li
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1106972991.3972.57.camel@sherbert \
--to=gianni@scaramanga.co.uk \
--cc=chrisl@vmware.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox