···357357config ARCH_S3C2410358358 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443"359359 select GENERIC_GPIO360360- select GENERIC_TIME361360 help362361 Samsung S3C2410X CPU based systems, such as the Simtec Electronics363362 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
···11-//kernel/linux-omap-fsample/arch/arm/mach-omap1/pm.c#3 - integrate change 4545 (text)21/*32 * linux/arch/arm/mach-omap1/pm.c43 *···376377 * Jump to assembly code. The processor will stay there377378 * until wake up.378379 */379379- omap_sram_suspend(arg0, arg1);380380+ omap_sram_suspend(arg0, arg1);380381381382 /*382383 * If we are here, processor is woken up!···630631 case PM_SUSPEND_STANDBY:631632 case PM_SUSPEND_MEM:632633 break;633633-634634- case PM_SUSPEND_DISK:635635- return -ENOTSUPP;636636-637634 default:638635 return -EINVAL;639636 }···652657 case PM_SUSPEND_MEM:653658 omap_pm_suspend();654659 break;655655-656656- case PM_SUSPEND_DISK:657657- return -ENOTSUPP;658658-659660 default:660661 return -EINVAL;661662 }