Subversion Repositories HelenOS-historic

Rev

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

Rev 755 Rev 756
Line 77... Line 77...
77
    return !sum;
77
    return !sum;
78
}
78
}
79
 
79
 
80
static void map_sdt(struct acpi_sdt_header *sdt)
80
static void map_sdt(struct acpi_sdt_header *sdt)
81
{
81
{
82
    page_mapping_insert(AS_KERNEL, (__address) sdt, (__address) sdt, PAGE_NOT_CACHEABLE, 0);
82
    page_mapping_insert(AS_KERNEL, (__address) sdt, (__address) sdt, PAGE_NOT_CACHEABLE);
83
    map_structure((__address) sdt, sdt->length);
83
    map_structure((__address) sdt, sdt->length);
84
}
84
}
85
 
85
 
86
static void configure_via_rsdt(void)
86
static void configure_via_rsdt(void)
87
{
87
{