switched from fitpc/atom to prime/linux

Also removed a few old things that had nothing reasonable to be changed
to.
diff --git a/aos/build/queues/compiler.rb b/aos/build/queues/compiler.rb
index aef5cbf..28e206b 100644
--- a/aos/build/queues/compiler.rb
+++ b/aos/build/queues/compiler.rb
@@ -103,7 +103,7 @@
 	cpp_tree.add_cc_using("::aos::to_network")
 	cpp_tree.add_cc_using("::aos::to_host")
 	cpp_tree.add_swig_header_include("aos/common/queue.h".inspect)
-	cpp_tree.add_swig_body_include("aos/atom_code/queue-tmpl.h".inspect)
+	cpp_tree.add_swig_body_include("aos/linux_code/queue-tmpl.h".inspect)
 	cpp_tree.add_swig_header_include("aos/common/time.h".inspect)
 	cpp_tree.add_swig_include((rel_path + ".h").inspect)