Changeset 0f6a3376 in mainline


Ignore:
Timestamp:
2007-02-19T20:47:40Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d5bd8d7
Parents:
d630139
Message:

Fix small problem in sparc64 port.

Bump version to 0.2.0.4 (Sunset).

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/atomic.h

    rd630139 r0f6a3376  
    106106{
    107107        uint64_t tmp1 = 1;
    108         uint64_t tmp2;
     108        uint64_t tmp2 = 0;
    109109
    110110        volatile uintptr_t x = (uint64_t) &val->count;
  • version

    rd630139 r0f6a3376  
    22PATCHLEVEL = 2
    33SUBLEVEL = 0
    4 EXTRAVERSION = 3
    5 NAME = Daylight
     4EXTRAVERSION = 4
     5NAME = Sunset
    66
    77ifdef EXTRAVERSION
Note: See TracChangeset for help on using the changeset viewer.