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