What's new

MIPS encryption unsecure

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Why you wrote this before a simple check?
Code:
cat asuswrt-merlin/release/src-rt/linux/linux-2.6/include/asm-mips/timex.h
…
typedef unsigned int cycles_t;

static inline cycles_t get_cycles (void)
{
        return read_c0_count();
}

The same in Tomato git tree.
 
Last edited:

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top