OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-m68knommu/] [mmu_context.h] - Blame information for rev 1765

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1633 jcastillo
#ifndef __68K_MMU_CONTEXT_H
2
#define __68K_MMU_CONTEXT_H
3
 
4
#include <linux/config.h>
5
 
6
/*
7
 * get a new mmu context.. do we need this on the m68k?
8
 */
9
#ifdef CONFIG_SHGLCORE
10
#define get_mmu_context(x) do {         \
11
        *(volatile unsigned char *)0xfffa13 |= 0x80;  /* turn off the LED */\
12
} while (0)
13
#else
14
#define get_mmu_context(x) do { } while (0)
15
#endif
16
 
17
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.