/*
 * call-seq:
 *    CPU.machine
 *
 * Returns the cpu's class type. On most systems this will be identical
 * to the CPU.architecture method. On OpenBSD it will be identical to the
 * CPU.model method.
 */
static VALUE cpu_machine(VALUE klass){