commit | 6cb465972c4eb6741b3094a58a65e527fc63c100 | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@libc.org> | Sat May 05 16:40:23 2018 -0400 |
committer | Rich Felker <dalias@libc.org> | Sat May 05 16:51:40 2018 -0400 |
tree | bce9d931eadd184d2b1644dc6e69209e5be3c33a | |
parent | 6da6c0db5316275015e8cc2959f12a17584aeb64 [diff] |
sh: fix build failure for J2 cpu with SMP disabled The sh asm/smp.h defines a fallback hard_smp_processor_id macro for the !SMP case, but linux/smp.h never includes asm/smp.h in the !SMP case. Signed-off-by: Rich Felker <dalias@libc.org>