Subversion Repositories HelenOS-historic

Rev

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

Rev 867 Rev 1702
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
 /** @addtogroup sparc64mm 
-
 
30
 * @{
-
 
31
 */
-
 
32
/** @file
-
 
33
 */
-
 
34
 
29
#include <arch/mm/frame.h>
35
#include <arch/mm/frame.h>
30
#include <genarch/ofw/memory_init.h>
36
#include <genarch/ofw/memory_init.h>
31
#include <mm/frame.h>
37
#include <mm/frame.h>
32
#include <config.h>
38
#include <config.h>
33
#include <align.h>
39
#include <align.h>
Line 42... Line 48...
42
     * a) not mapped by OFW
48
     * a) not mapped by OFW
43
     * b) would be confused with NULL error return code
49
     * b) would be confused with NULL error return code
44
     */
50
     */
45
    frame_mark_unavailable(0, 1);
51
    frame_mark_unavailable(0, 1);
46
}
52
}
-
 
53
 
-
 
54
 /** @}
-
 
55
 */
-
 
56