Re: [PATCH] ES7000 Legacy Mappings Update

2005-03-18 Thread Jason Davis
Below is an update to the ES7000 Legacy Mappings patch. - This update only affects Unisys' ES7000 machines. The patch reflects a change needed to determine which generation of ES7000 is currently running. The next generation of

Re: [PATCH] ES7000 Legacy Mappings Update

2005-03-18 Thread Jason Davis
Below is an update to the ES7000 Legacy Mappings patch. - This update only affects Unisys' ES7000 machines. The patch reflects a change needed to determine which generation of ES7000 is currently running. The next generation of

Re: [PATCH] ES7000 Legacy Mappings Update

2005-03-15 Thread Andrew Morton
Jason Davis <[EMAIL PROTECTED]> wrote: > > I'll be glad to revise the patch to include enumerated identifiers but would > it be more acceptable to comment on the semantics of the es7000_plat var in > the platform specific "es7000plat.c" file? I suppose that would suit. It's not a huge issue..

Re: [PATCH] ES7000 Legacy Mappings Update

2005-03-15 Thread Jason Davis
See below. On Mon, 14 Mar 2005, Andrew Morton wrote: You triggered my trivia twitch. Jason Davis <[EMAIL PROTECTED]> wrote: - * ES7000 has no legacy identity mappings + * Older generations of ES7000 have no legacy identity mappings */ - if (es7000_plat) + if (es7000_plat && es7000_plat <

Re: [PATCH] ES7000 Legacy Mappings Update

2005-03-15 Thread Jason Davis
See below. On Mon, 14 Mar 2005, Andrew Morton wrote: You triggered my trivia twitch. Jason Davis [EMAIL PROTECTED] wrote: - * ES7000 has no legacy identity mappings + * Older generations of ES7000 have no legacy identity mappings */ - if (es7000_plat) + if (es7000_plat es7000_plat 2)

Re: [PATCH] ES7000 Legacy Mappings Update

2005-03-15 Thread Andrew Morton
Jason Davis [EMAIL PROTECTED] wrote: I'll be glad to revise the patch to include enumerated identifiers but would it be more acceptable to comment on the semantics of the es7000_plat var in the platform specific es7000plat.c file? I suppose that would suit. It's not a huge issue.. - To

Re: [PATCH] ES7000 Legacy Mappings Update

2005-03-14 Thread Andrey Panin
On 073, 03 14, 2005 at 06:05:54PM -0800, Andrew Morton wrote: > > You triggered my trivia twitch. > > Jason Davis <[EMAIL PROTECTED]> wrote: > > > > - * ES7000 has no legacy identity mappings > > + * Older generations of ES7000 have no legacy identity mappings > > */ > > - if

Re: [PATCH] ES7000 Legacy Mappings Update

2005-03-14 Thread Andrew Morton
You triggered my trivia twitch. Jason Davis <[EMAIL PROTECTED]> wrote: > > - * ES7000 has no legacy identity mappings > + * Older generations of ES7000 have no legacy identity mappings >*/ > -if (es7000_plat) > +if (es7000_plat && es7000_plat < 2) >

[PATCH] ES7000 Legacy Mappings Update

2005-03-14 Thread Jason Davis
Hi - This update only affects Unisys' ES7000 machines. The patch reflects a change needed to determine which generation of ES7000 is currently running. The next generation of ES7000s will have conventional legacy support so the patch accommodates for this. This patch has been tested and

[PATCH] ES7000 Legacy Mappings Update

2005-03-14 Thread Jason Davis
Hi - This update only affects Unisys' ES7000 machines. The patch reflects a change needed to determine which generation of ES7000 is currently running. The next generation of ES7000s will have conventional legacy support so the patch accommodates for this. This patch has been tested and

Re: [PATCH] ES7000 Legacy Mappings Update

2005-03-14 Thread Andrew Morton
You triggered my trivia twitch. Jason Davis [EMAIL PROTECTED] wrote: - * ES7000 has no legacy identity mappings + * Older generations of ES7000 have no legacy identity mappings */ -if (es7000_plat) +if (es7000_plat es7000_plat 2) return; Why

Re: [PATCH] ES7000 Legacy Mappings Update

2005-03-14 Thread Andrey Panin
On 073, 03 14, 2005 at 06:05:54PM -0800, Andrew Morton wrote: You triggered my trivia twitch. Jason Davis [EMAIL PROTECTED] wrote: - * ES7000 has no legacy identity mappings + * Older generations of ES7000 have no legacy identity mappings */ - if (es7000_plat) + if