Deleted Added
sdiff udiff text old ( 8600:b0d7c64ada19 ) new ( 9141:593fe25c86a6 )
full compact
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 80 unchanged lines hidden (view full) ---

89 uint64_t totalswap; /* Total swap space size */
90 uint64_t freeswap; /* swap space still available */
91 uint16_t procs; /* Number of current processes */
92 uint64_t totalhigh; /* Total high memory size */
93 uint64_t freehigh; /* Available high memory size */
94 uint64_t mem_unit; /* Memory unit size in bytes */
95 } tgt_sysinfo;
96
97};
98
99class Sparc32Linux : public SparcLinux
100{
101 public:
102
103 typedef struct {
104 uint64_t st_dev;

--- 39 unchanged lines hidden ---