Alpha - how to fill the PC

Aneesh Kumar K.V (aneesh.kumar@digital.com)
16 Dec 2001 18:49:56 +0530


Hi,

I am trying to do process migration between nodes using alpha
architecture. For explaining what is happening I will take the process
getting migrated from node1 to node2. I am using struct pt_regs for
rebuilding the process on node2.I am getting the same value of struct
pt_regs on node1 and on node2 ( I print is using dik_show_regs) Now I
want to set the value of registers including the program counter with
the value i got from node1. Right now I am doing
ret_from_sys_call(&regs). But then i am getting a Oops . The Oops
message contain all the register values same as that I got from node1
except pc and ra

Any idea where I went wrong ?

-aneesh

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/