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