Marcel Moolenaar a063facbf6 Fix ia32 compat on ia64. Recent ia64 MD changes caused the garbage on
the stack to be changed in a way incompatible with elf32_map_insert()
where we used data_buf without initializing it for when the partial
mapping resulting in a misaligned image (typical when the page size
implied by the image is not the same as the page size in use by the
kernel). Since data_buf is passed by reference to vm_map_find(), the
compiler cannot warn about it.

While here, move all local variables to the top of the function.
2003-05-31 19:55:05 +00:00
..
2003-03-25 04:32:52 +00:00
2003-04-09 02:57:29 +00:00
2003-04-28 18:32:19 +00:00
2003-01-07 20:10:04 +00:00
2003-05-02 06:18:55 +00:00
2003-04-16 20:57:35 +00:00
2003-02-12 07:00:59 +00:00
2003-02-20 03:26:11 +00:00
2003-04-09 02:57:29 +00:00
2003-03-07 22:47:32 +00:00
2003-03-23 19:41:34 +00:00