[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <49DE0EC4.4010409@petalogix.com>
Date: Thu, 09 Apr 2009 17:05:40 +0200
From: Michal Simek <michal.simek@...alogix.com>
To: Arnd Bergmann <arnd@...db.de>,
Linux Kernel list <linux-kernel@...r.kernel.org>
Subject: struct exception_table_entry
Hi Arnd,
I am doing some cleanup things in MB MMU kernel and I looked at
exception_table_entry structure.
Only alpha use different types among others. Some arch use only
different names and types int/long.
I think that this structure could be moved to any generic location ->
asm-generic/uaccess.h folder.
I think that this structure types should be acceptable for every archs?
#ifndef exception_table_entry
struct exception_table_entry {
unsigned long insn;
unsigned long fixup;
};
#endif
What do you think?
Thanks,
Michal
--
Michal Simek, Ing. (M.Eng)
PetaLogix - Linux Solutions for a Reconfigurable World
w: www.petalogix.com p: +61-7-30090663,+42-0-721842854 f: +61-7-30090663
--
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