proc-xsc3.S (cdccfc8dc0bf62a1da327324a8d639139acc9279) | proc-xsc3.S (29ea23ff905d07d8559bac69cca46f4bbf20038c) |
---|---|
1/* 2 * linux/arch/arm/mm/proc-xsc3.S 3 * 4 * Original Author: Matthew Gilbert 5 * Current Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> 6 * 7 * Copyright 2004 (C) Intel Corp. 8 * Copyright 2005 (C) MontaVista Software, Inc. --- 403 unchanged lines hidden (view full) --- 412 xscale_set_pte_ext_epilogue 413 mov pc, lr 414 415 .ltorg 416 .align 417 418.globl cpu_xsc3_suspend_size 419.equ cpu_xsc3_suspend_size, 4 * 8 | 1/* 2 * linux/arch/arm/mm/proc-xsc3.S 3 * 4 * Original Author: Matthew Gilbert 5 * Current Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> 6 * 7 * Copyright 2004 (C) Intel Corp. 8 * Copyright 2005 (C) MontaVista Software, Inc. --- 403 unchanged lines hidden (view full) --- 412 xscale_set_pte_ext_epilogue 413 mov pc, lr 414 415 .ltorg 416 .align 417 418.globl cpu_xsc3_suspend_size 419.equ cpu_xsc3_suspend_size, 4 * 8 |
420#ifdef CONFIG_PM | 420#ifdef CONFIG_PM_SLEEP |
421ENTRY(cpu_xsc3_do_suspend) 422 stmfd sp!, {r4 - r10, lr} 423 mrc p14, 0, r4, c6, c0, 0 @ clock configuration, for turbo mode 424 mrc p15, 0, r5, c15, c1, 0 @ CP access reg 425 mrc p15, 0, r6, c13, c0, 0 @ PID 426 mrc p15, 0, r7, c3, c0, 0 @ domain ID 427 mrc p15, 0, r8, c2, c0, 0 @ translation table base addr 428 mrc p15, 0, r9, c1, c0, 1 @ auxiliary control reg --- 166 unchanged lines hidden --- | 421ENTRY(cpu_xsc3_do_suspend) 422 stmfd sp!, {r4 - r10, lr} 423 mrc p14, 0, r4, c6, c0, 0 @ clock configuration, for turbo mode 424 mrc p15, 0, r5, c15, c1, 0 @ CP access reg 425 mrc p15, 0, r6, c13, c0, 0 @ PID 426 mrc p15, 0, r7, c3, c0, 0 @ domain ID 427 mrc p15, 0, r8, c2, c0, 0 @ translation table base addr 428 mrc p15, 0, r9, c1, c0, 1 @ auxiliary control reg --- 166 unchanged lines hidden --- |