[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080721001909.GA24246@parisc-linux.org>
Date: Sun, 20 Jul 2008 18:19:09 -0600
From: Matthew Wilcox <matthew@....cx>
To: Jaswinder Singh <jaswinder@...radead.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
kernelnewbies <kernelnewbies@...linux.org>,
David Woodhouse <dwmw2@...radead.org>, tony.luck@...el.com,
linux-ia64@...r.kernel.org
Subject: Re: [PATCH 9/22] ia64: Introducing asm/syscalls.h
On Mon, Jul 21, 2008 at 05:03:55AM +0530, Jaswinder Singh wrote:
> Declaring arch-dependent syscalls for ia64 architecture
> +#ifndef CONFIG_PCI
> +asmlinkage long sys_pciconfig_read(unsigned long, unsigned long,
> + unsigned long, unsigned long, void *);
> +asmlinkage long sys_pciconfig_write(unsigned long, unsigned long,
> + unsigned long, unsigned long, void *);
> +#endif /* CONFIG_PCI */
These are already declared in linux/syscalls.h
And frankly, we should just make these return -ENOSYS always. Any
software that uses them is stuffed on machines with multiple domains.
--
Intel are signing my paycheques ... these opinions are still mine
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours. We can't possibly take such
a retrograde step."
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists