]> git.neil.brown.name Git - history.git/commit
Make s390 and s390x print the right freed init memory size.
authorDan Aloni <da-x@gmx.net>
Wed, 31 Jul 2002 01:58:38 +0000 (04:58 +0300)
committerLinus Torvalds <torvalds@home.transmeta.com>
Wed, 31 Jul 2002 01:58:38 +0000 (04:58 +0300)
commit92af3e2529bb657aa7ab1352a53f7f1ace1dc4c3
tree4216c17a48a5072a41ac8b10770c790152fbdf4e
parent13e895aa6e719f6bf5240a47ba8a235e7c3eb809
Make s390 and s390x print the right freed init memory size.
The expression (&__init_begin - &__init_end) depends on the type
of this adhoc extern variables, which was changed from char to long
when the code was copied from another arch.
arch/s390/mm/init.c
arch/s390x/mm/init.c