[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <12c511ca0906121405x5ccd0a60k4b804266a87a7896@mail.gmail.com>
Date: Fri, 12 Jun 2009 14:05:46 -0700
From: Tony Luck <tony.luck@...el.com>
To: Rusty Russell <rusty@...tcorp.com.au>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org, Amerigo Wang <amwang@...hat.com>,
alex@...rk-linux.de, David Miller <davem@...emloft.net>,
rth@...ddle.net, sfr@...b.auug.org.au
Subject: Re: [PULL] module and parameter
On Fri, Jun 12, 2009 at 5:35 AM, Rusty Russell<rusty@...tcorp.com.au> wrote:
> The following changes since commit 8ebf975608aaebd7feb33d77f07ba21a6380e086:
> Randy Dunlap (1):
...
> module: trim exception table on init free.
This is causing build errors for ia64:
arch/ia64/mm/extable.c: In function 'ex_to_addr':
arch/ia64/mm/extable.c:58: error: 'const struct exception_table_entry'
has no member named 'insn'
arch/ia64/mm/extable.c:58: error: 'const struct exception_table_entry'
has no member named 'insn'
arch/ia64/mm/extable.c: In function 'trim_init_extable':
arch/ia64/mm/extable.c:69: error: dereferencing pointer to incomplete type
arch/ia64/mm/extable.c:70: error: implicit declaration of function
'within_module_init'
arch/ia64/mm/extable.c:70: error: dereferencing pointer to incomplete type
arch/ia64/mm/extable.c:71: error: dereferencing pointer to incomplete type
arch/ia64/mm/extable.c:72: error: dereferencing pointer to incomplete type
arch/ia64/mm/extable.c:75: error: dereferencing pointer to incomplete type
arch/ia64/mm/extable.c:76: error: dereferencing pointer to incomplete type
arch/ia64/mm/extable.c:76: error: dereferencing pointer to incomplete type
arch/ia64/mm/extable.c:78: error: dereferencing pointer to incomplete type
I note that this commit has been reverted in linux-next. What's going on?
-Tony
--
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