KVM: vmx: fix underflow in TSC deadline calculation
[linux/fpc-iii.git] / arch / arm / mach-digicolor / digicolor.c
blob4d62f1bde4ed0f34095ef468bc255ca6f11bb116
1 /*
2 * Support for Conexant Digicolor SoCs
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
9 #include <asm/mach/arch.h>
11 static const char *const digicolor_dt_compat[] __initconst = {
12 "cnxt,cx92755",
13 NULL,
16 DT_MACHINE_START(DIGICOLOR, "Conexant Digicolor (Flattened Device Tree)")
17 .dt_compat = digicolor_dt_compat,
18 MACHINE_END