Extend pool arch table with extra armv5 stuff
authorDirk Mueller <dmueller@suse.com>
Mon, 8 Jul 2013 17:20:04 +0000 (19:20 +0200)
committerDirk Mueller <dmueller@suse.com>
Mon, 8 Jul 2013 17:21:44 +0000 (19:21 +0200)
Clean up the list of ARM related architectures
to those that exist in Kernel 3.10.0

src/poolarch.c

index f01cab5..82e28dc 100644 (file)
@@ -33,15 +33,13 @@ static const char *archpolicies[] = {
   "ppc",       "ppc",
   "ppc64p7",   "ppc64p7:ppc64:ppc",
   "aarch64",   "aarch64",
-  "armv7tnhl", "arvm7tnhl:armv7thl:armv7nhl:armv7hl",
-  "armv7thl",  "armv7thl:armv7hl",
-  "armv7nhl",  "armv7nhl:armv7hl",
   "armv6hl",   "armv6hl",
   "armv7hl",   "armv7hl:armv6hl",
   "armv7l",    "armv7l:armv6l:armv5tejl:armv5tel:armv5l:armv4tl:armv4l:armv3l",
   "armv6l",    "armv6l:armv5tejl:armv5tel:armv5l:armv4tl:armv4l:armv3l",
   "armv5tejl", "armv5tejl:armv5tel:armv5l:armv4tl:armv4l:armv3l",
   "armv5tel",  "armv5tel:armv5l:armv4tl:armv4l:armv3l",
+  "armv5tl",   "armv5l:armv4tl:armv4l:armv3l",
   "armv5l",    "armv5l:armv4tl:armv4l:armv3l",
   "armv4tl",   "armv4tl:armv4l:armv3l",
   "armv4l",    "armv4l:armv3l",