diff options
author | Chris Lumens <clumens@redhat.com> | 2006-03-22 19:39:48 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2006-03-22 19:39:48 +0000 |
commit | dc78bd8e55b9b59a40b023bbbb43393f38582288 (patch) | |
tree | bc28af0a594a45714fbe7c15215ffc091c4bf332 /isys/smp.h | |
parent | 383d08b19c7f6d32ebcc5221aef1e5e9014b5012 (diff) | |
download | anaconda-dc78bd8e55b9b59a40b023bbbb43393f38582288.tar.gz anaconda-dc78bd8e55b9b59a40b023bbbb43393f38582288.tar.xz anaconda-dc78bd8e55b9b59a40b023bbbb43393f38582288.zip |
Remove summitavailable support.
Diffstat (limited to 'isys/smp.h')
-rw-r--r-- | isys/smp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/isys/smp.h b/isys/smp.h index f16938ac7..e03726826 100644 --- a/isys/smp.h +++ b/isys/smp.h @@ -3,6 +3,5 @@ int detectSMP(void); int detectHT(void); -int detectSummit(void); #endif /* SMP_H */ |