commit | b9629b82c81709eb0f9c98b8f9cc684f8e212ef3 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Sat Sep 30 01:47:55 2006 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Sat Sep 30 01:47:55 2006 +0200 |
tree | d5423026f42f0881b38c2793a6bfcf3bd61d2cea | |
parent | 29cbc78b90a73ad80f2f58ba2927956cf663abed [diff] |
[PATCH] i386: replace intermediate array-size definitions with ARRAY_SIZE() Code is easier to validate if array sizes aren't hidden behind extra #defines. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Andi Kleen <ak@suse.de>