parisc: correct use of SHF_ALLOC
authorJulia Lawall <julia@diku.dk>
Tue, 4 Aug 2009 20:27:07 +0000 (22:27 +0200)
committerKyle McMartin <kyle@ihatethathostname.lab.bos.redhat.com>
Mon, 28 Sep 2009 03:29:23 +0000 (23:29 -0400)
commitfe579c69c6d437009460feeb4d748c2f2020a5f2
treed4aebfacae3868b9a492d808b66ffc0d54f53a9c
parent4255f0d2a132fb38dbe5b5ad74e27ba472507415
parisc: correct use of SHF_ALLOC

SHF_ALLOC is suitable for testing against the sh_flags field, not the
sh_type field.

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
arch/parisc/kernel/module.c