Update definition of struct serial_struct, per linux-2.6.0-test5,
authorEric Andersen <andersen@codepoet.org>
Thu, 11 Sep 2003 08:52:22 +0000 (08:52 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 11 Sep 2003 08:52:22 +0000 (08:52 -0000)
commit81155f8fa8d96c24b5aeda54c0c0997cab1f3019
treeca80163a4c15505b0e677c123e9b15a9ccef6d0a
parent2fdba24620314729941bb30e6dd987dd1a1f1709
Update definition of struct serial_struct, per linux-2.6.0-test5,
to avoid stack corruption problems on some 64bit architectures
when sizeof(void*) != sizeof(int).  Thanks to Atsushi Nemoto
for finding this problem.
init/init.c