Subversion Repositories HelenOS-historic

Rev

Rev 1388 | Rev 1475 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1388 Rev 1398
Line 24... Line 24...
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
29
/*
-
 
30
 * ia32 has no hardware support for address space identifiers.
-
 
31
 * This file is provided to do nop-implementation of mm/asid.h
-
 
32
 * interface.
-
 
33
 */
-
 
34
 
-
 
35
#ifndef __ppc32_ASID_H__
29
#ifndef __ppc32_ASID_H__
36
#define __ppc32_ASID_H__
30
#define __ppc32_ASID_H__
37
 
31
 
38
typedef int asid_t;
32
typedef int asid_t;
39
 
33