Style fixes.
This commit is contained in:
@@ -645,7 +645,7 @@ typedef enum cpu_types {
|
|||||||
|
|
||||||
#define B_CPU_x86_VENDOR_MASK 0xff00
|
#define B_CPU_x86_VENDOR_MASK 0xff00
|
||||||
|
|
||||||
#if defined(__INTEL__) || defined(__x86_64)
|
#if defined(__INTEL__) || defined(__x86_64__)
|
||||||
typedef union {
|
typedef union {
|
||||||
struct {
|
struct {
|
||||||
uint32 max_eax;
|
uint32 max_eax;
|
||||||
|
|||||||
@@ -224,9 +224,8 @@ MappedPhysicalPageMapper::MemcpyToPhysical(phys_addr_t _to, const void* from,
|
|||||||
|
|
||||||
if (user)
|
if (user)
|
||||||
return user_memcpy(to, from, length);
|
return user_memcpy(to, from, length);
|
||||||
else
|
|
||||||
memcpy(to, from, length);
|
|
||||||
|
|
||||||
|
memcpy(to, from, length);
|
||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user