commit | d88d95eb1c2a72b6126a550debe0883ff723a948 | [log] [tgz] |
---|---|---|
author | Borislav Petkov <borislav.petkov@amd.com> | Sat Apr 24 09:56:53 2010 +0200 |
committer | H. Peter Anvin <hpa@zytor.com> | Mon May 03 14:34:24 2010 -0700 |
tree | caec2837084a3ea0cdac94438a7dbd01aa12afb0 | |
parent | 59d3b388741cf1a5eb7ad27fd4e9ed72643164ae [diff] |
x86, k8: Fix build error when K8_NB is disabled K8_NB depends on PCI and when the last is disabled (allnoconfig) we fail at the final linking stage due to missing exported num_k8_northbridges. Add a header stub for that. Signed-off-by: Borislav Petkov <borislav.petkov@amd.com> LKML-Reference: <20100503183036.GJ26107@aftab> Signed-off-by: H. Peter Anvin <hpa@zytor.com>