# File lib/facter/util/processor.rb, line 210
  def self.getconf_cpu_chip_type(command="getconf CPU_CHIP_TYPE")
    Facter::Core::Execution.exec(command)
  end