From d389819eea3a84e388935153e3be847342809da3 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Mon, 18 Jan 2016 00:37:40 -0500 Subject: Convert all Unicode to ASCII(128) --- cpu_supplement/blackfin.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpu_supplement/blackfin.rst') diff --git a/cpu_supplement/blackfin.rst b/cpu_supplement/blackfin.rst index 39f7b4f..5f517e7 100644 --- a/cpu_supplement/blackfin.rst +++ b/cpu_supplement/blackfin.rst @@ -55,7 +55,7 @@ Register Usage -------------- A called function may clobber all registers, except RETS, R4-R7, P3-P5, -FP and SP. It may also modify the first 12 bytes in the caller’s stack +FP and SP. It may also modify the first 12 bytes in the caller's stack frame which is used as an argument area for the first three arguments (which are passed in R0...R3 but may be placed on the stack by the called function). @@ -84,7 +84,7 @@ protection mechanisms are not used. Interrupt Processing ==================== -Discussed in this chapter are the Blackfin’s interrupt response and +Discussed in this chapter are the Blackfin's interrupt response and control mechanisms as they pertain to RTEMS. The Blackfin architecture support 16 kinds of interrupts broken down into Core and general-purpose interrupts. -- cgit v1.2.3