I finished porting all the kernel data structures to embedded postgresql.
Instead of doing 'cat /proc/cpuinfo', you now can do
  'echo "select * from cpuinfo,cpuinfo_flags where
  cpuinfo.processor=cpuinfo_flags.processor" > /proc/sql'.
No more worries about silly /proc format issues.  Patch coming shortly.

-- 
Robert Dale


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to