diff options
Diffstat (limited to 'hdata/cpu-common.c')
-rw-r--r-- | hdata/cpu-common.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/hdata/cpu-common.c b/hdata/cpu-common.c index a1a9312..f40d08b 100644 --- a/hdata/cpu-common.c +++ b/hdata/cpu-common.c @@ -21,18 +21,6 @@ #include "hdata.h" -static bool is_power9n(uint32_t version) -{ - /* - * Bit 13 tells us: - * 0 = Scale out (aka Nimbus) - * 1 = Scale up (aka Cumulus) - */ - if ((version >> 13) & 1) - return false; - return true; -} - struct dt_node * add_core_common(struct dt_node *cpus, const struct sppcia_cpu_cache *cache, const struct sppaca_cpu_timebase *tb, |