Changeset b45c443 in mainline for arch/amd64/src/proc
- Timestamp:
- 2006-06-13T14:26:44Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3222efd
- Parents:
- 279952c
- Location:
- arch/amd64/src/proc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/proc/scheduler.c
r279952c rb45c443 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup amd64proc amd64 30 * @ingroup proc 31 * @{ 32 */ 33 /** @file 27 34 */ 28 35 … … 74 81 { 75 82 } 83 84 /** @} 85 */ 86 -
arch/amd64/src/proc/task.c
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup amd64proc 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #include <proc/task.h> 30 36 #include <mm/slab.h> … … 50 56 free(t->arch.iomap.map); 51 57 } 58 59 /** @} 60 */ 61 -
arch/amd64/src/proc/thread.c
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup amd64proc 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #include <proc/thread.h> 30 36 … … 37 43 t->arch.tls = 0; 38 44 } 45 46 /** @} 47 */ 48
Note:
See TracChangeset
for help on using the changeset viewer.
