K 10 svn:author V 3 imp K 8 svn:date V 27 2010-07-13T15:29:37.294606Z K 7 svn:log V 345 cpu_id and fpu_id are unused, except to be set early in the boot code. The problem with setting it there is that the last CPU to come up wins, it seems. This also removes one more ifdef in locore.S, a noble goal too. Since they are unused, and pollute cpu.h, remove them. Submitted by: bde.h (cpu.h pollution) Approved in theory by: jmallet@ END