summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-15 01:05:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-15 01:05:15 +0000
commita5d3d53cc9ac5ddf3c4a74aff4c058f52370d422 (patch)
treeb055c23f8c867d5b247c2bd84baa687af603a802 /nuttx/arch/arm
parent75ab0eb7b94538e29a597617d33b79ae858c0c32 (diff)
downloadpx4-nuttx-a5d3d53cc9ac5ddf3c4a74aff4c058f52370d422.tar.gz
px4-nuttx-a5d3d53cc9ac5ddf3c4a74aff4c058f52370d422.tar.bz2
px4-nuttx-a5d3d53cc9ac5ddf3c4a74aff4c058f52370d422.zip
More context switching logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3016 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm')
-rwxr-xr-xnuttx/arch/arm/src/cortexm3/up_switchcontext.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/cortexm3/up_switchcontext.S b/nuttx/arch/arm/src/cortexm3/up_switchcontext.S
index c85cf5d77..2823d325a 100755
--- a/nuttx/arch/arm/src/cortexm3/up_switchcontext.S
+++ b/nuttx/arch/arm/src/cortexm3/up_switchcontext.S
@@ -1,7 +1,7 @@
/************************************************************************************
* arch/arm/src/cortexm3/up_switchcontext.S
*
- * Copyright (C) 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2009-2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -51,7 +51,7 @@
.syntax unified
.thumb
- .file "up_context.S"
+ .file "up_switchcontext.S"
/************************************************************************************
* Macros